<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
if this is your full script comment the lines res@gsnDraw and
res@gsnFrame because you wouldn't get any plot.<br>
<br>
Please, do a printVarSummary of your level variable (e.g. lev or
level). Is the unit attribute "hPa"? Do also a print of the level
variable to see which values are stored.<br>
<br>
You don't have to add anything your variable should have all
information. Do also a printVarSummary(merra).<br>
<br>
Bye,<br>
Karin<br>
<br>
<br>
<div class="moz-cite-prefix">Am 26.04.17 um 04:41 schrieb WIND:<br>
</div>
<blockquote cite="mid:tencent_5A9B740E6592309712CF9ECD@qq.com"
type="cite">
<div>Hi all,</div>
<div> 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.)</div>
<div> How should I add the whole pressure data?</div>
<div> Here is my script</div>
<div><br>
</div>
<div>
<div>load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"</div>
<div>load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"</div>
<div>load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"</div>
</div>
<div>
<div>fq=addfile("/merra2/200-1/MERRA2.nc4","r")</div>
</div>
<div>merra=fq->T</div>
<div>
<div>wks = gsn_open_wks("eps" ,"t") </div>
<div>res = True </div>
<div>res@cnFillOn = True <span style="line-height:
1.5;"> </span></div>
<div>res@tmYRMode = "Automatic" </div>
<div>res@gsnDraw = False </div>
<div>res@gsnFrame = False </div>
<div>res@tmXBMinorOn = False </div>
<div>res@tiYAxisString="Pressure"</div>
<div>plot = gsn_csm_pres_hgt(wks,merra,res)</div>
</div>
<div><br>
</div>
<div> Any help would be grateful!</div>
<div><br>
</div>
<div>Yan</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
ncl-talk mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a>
List instructions, subscriber options, unsubscribe:
<a class="moz-txt-link-freetext" href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a>
</pre>
</blockquote>
</body>
</html>