<div dir="ltr"><div><div>Dear NCL<br><br></div>I have plotted the pressure vs latitude graph.<br></div><div>But in that pressure levels values is not coming from 0 to 1000. its coming from 200 to 1000 hpa. I need to display pressure levels from 0 to 1000. <br><br></div><div>So how to correct the script. I used the script for this plot given below<br></div><div><div><div><br>load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl&quot; <br>load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl&quot; <br>load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl&quot;<br><br>begin<br> in  = addfile(&quot;<a href="http://14-01.nc">14-01.nc</a>&quot;,&quot;r&quot;)<br>  ts  = in-&gt;CH4_VMR_A     <br>zave = dim_avg_Wrap(ts)  <br> wks  = gsn_open_wks(&quot;pdf&quot;,&quot;zonal&quot;)                <br>  gsn_define_colormap(wks,&quot;BlAqGrYeOrRe&quot;)         <br>  res            = True                           <br>  res@cnFillOn = True         <br>  res@mpFillOn = True              <br>  res@mpFillColors = (/ -1,-1,103,-1/)    <br>;  res@mpMinLatF = -70.            <br>;  res@mpMaxLatF = 70.           <br><br>  res@tiMainString = &quot; Is it OK &quot;   <br><br>  res@trYReverse = True                            ; reverse Y axis<br>  res@trXReverse = True                            ; reverse X axis<br><br>  plot=gsn_csm_contour(wks,zave(:,:),res)          <br>;***********************************************<br>end<br><br><br clear="all"><div><div dir="ltr"><div>Kunal Bali<br></div><div>Research Scholar <br></div><div>Radio &amp; Atmospheric Science Division <br></div><div>CSIR - National Physical Laboratory<br></div><div>New Delhi - 110012<br><br></div><div><br></div><div><br></div><div><br></div><div><p style="margin:0px;border-collapse:collapse;font-family:Tahoma,Verdana;font-size:12px"><font color="#1F497D"><br></font></p></div></div></div>
</div></div></div></div>