[ncl-talk] Pressure level
WIND
954051157 at qq.com
Tue Apr 25 20:41:14 MDT 2017
Hi all,
I'm trying to draw the pressure v.s. latitude contour via "gsn_csm_pres_hgt", but the pressure axis just don't show pressure data above 10hPa (from 10hPa to 1hPa). (Besides, I want to emphasize the upper stratosphere data.)
How should I add the whole pressure data?
Here is my script
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
fq=addfile("/merra2/200-1/MERRA2.nc4","r")
merra=fq->T
wks = gsn_open_wks("eps" ,"t")
res = True
res at cnFillOn = True
res at tmYRMode = "Automatic"
res at gsnDraw = False
res at gsnFrame = False
res at tmXBMinorOn = False
res at tiYAxisString="Pressure"
plot = gsn_csm_pres_hgt(wks,merra,res)
Any help would be grateful!
Yan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170426/41be351a/attachment.html
More information about the ncl-talk
mailing list