Extracting depth associated with each level
Extracting depth associated with each level
I'm extracting data on s-levels but want to know what depths the points in each of these levels are associated with as a 2-d grid. Would I have to calculate this using the stretching parameter, or is there an easy way to output this? I'm currently using roms_sview to get each levels u and v data, and then rotating them using roms_uvrhotate. So I have a 2-d map on a single level. I'd like to find out the depths associated with this 2-d level.
- arango
- Site Admin
- Posts: 1367
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Re: Extracting depth associated with each level
You are using John Wilkin Matlab scripts. I always use matlab/utility/depths.m from the ROMS Matlab repostory https://www.myroms.org/svn/src/matlab. Or I use the ROMS grid structure computed from matlab/grid/get_roms_grid.m. See WikiROMS for details.
Re: Extracting depth associated with each level
Got it, thanks!