<div>Hi all,</div><div>&nbsp; &nbsp; I'm trying to draw the pressure v.s. latitude contour via &nbsp;"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>&nbsp; &nbsp; How should I add the whole pressure data?</div><div>&nbsp; &nbsp; 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-&gt;T</div><div><div>wks &nbsp;= gsn_open_wks("eps" ,"t")&nbsp;</div><div>res &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = True &nbsp; &nbsp;&nbsp;</div><div>res@cnFillOn &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= True &nbsp;<span style="line-height: 1.5;">&nbsp;</span></div><div>res@tmYRMode &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = "Automatic" &nbsp; &nbsp; &nbsp; &nbsp;</div><div>res@gsnDraw &nbsp; &nbsp; &nbsp; &nbsp; = False &nbsp; &nbsp; &nbsp;&nbsp;</div><div>res@gsnFrame &nbsp; &nbsp; &nbsp; &nbsp;= False &nbsp; &nbsp; &nbsp;</div><div>res@tmXBMinorOn &nbsp; &nbsp; = False &nbsp;&nbsp;</div><div>res@tiYAxisString="Pressure"</div><div>plot = gsn_csm_pres_hgt(wks,merra,res)</div></div><div><br></div><div>&nbsp; &nbsp; Any help would be grateful!</div><div><br></div><div>Yan</div>