[Thread Prev][Thread Next][Index]

Re: [ferret_users] Difference in vertical secion plots



Hi Sangeeth,
Ferret will get the data needed to make the plot in the region you've requested, but for these 3-arguement commands it's not getting the next grid cell, which it would need to interpolate up to the vertical level -20. To see better where the grid cell are, look at the same plots using SHADE.

In this case I think you might do better with SET REGION, which will cause Ferret to use the coordinate variables to determine what is needed to fill in the region.

SET VIEW Ul
SET REGION/z=-100:-20
yes? fill/y=-10/L=1/vlimits=-100:-20:10/lev=(10,32,1) temp[d=1,l=1], lon, depth
SET VIEW UR
SET REGION/z=-100:0
yes? fill/y=-10/L=1/vlimits=-100:0:10/lev=(10,32,1) temp[d=1,l=1], lon, depth

CANCEL REGION




On 11/4/2015 7:44 AM, Sangeeth M wrote:
Dear Ferret users,

While plotting the vertical section of temperature from my model output, I got a strange problem. When plotting from Depth 0 to 100 m, it shows gaps in the first 5m. The same data, same location just changing the z axis from 20 to 100m shows gaps in the first 25m. Why is it happening. Am I doing any blunder while plotting. I am also attaching the plot.



SET VIEW Ul
yes? fill/y=-10/L=1/vlimits=-100:-20:10/lev=(10,32,1) temp[d=1,l=1], lon, depth
SET VIEW UR
yes? fill/y=-10/L=1/vlimits=-100:0:10/lev=(10,32,1) temp[d=1,l=1], lon, depth






[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce / NOAA / OAR / PMEL / Ferret

Privacy Policy | Disclaimer | Accessibility Statement