Question about the input of the interp_boundary.m function.

Discussion about analysis, visualization, and collaboration tools and techniques

Moderators: arango, robertson

Post Reply
Message
Author
aearamos
Posts: 11
Joined: Fri Nov 12, 2010 7:22 pm
Location: Texas A&M University

Question about the input of the interp_boundary.m function.

#1 Unread post by aearamos »

Hello everyone.

I'm trying to use the interp_boundary.m function to interpolate some data from a HYCOM simulation to my ROMS simulation, which is inside the HYCOM grid and has a bigger resolution.

I'd like to know if any of you has used this function correctly and what do I have to put at the I.XR, I.YR and I.ZR variables.

I've been filling this variables (I.XR and I.YR) with the limits of my longitude and latitude values, for all the boundaries, and the I.ZR variable I've filled with the result of the set_depth function, again for all the boundaries. The thing's I'm not sure if this is the right option.

My HYCOM grid: 733 x 601 x 33 (1/12 resolution)
My ROMS grid: 409 x 289 x 32 (1/36 resolution)

All the borders are opened except for the west one, which is land.
I'd appreciate if anyone can help me with this function!

Best regards.

Arthur.

Post Reply