<html><head><meta http-equiv="content-type" content="text/html; charset=GB2312"><style>body { line-height: 1.5; }body { font-size: 10.5pt; font-family: Î¢ÈíÑźÚ; color: rgb(0, 0, 0); line-height: 1.5; }body { font-size: 10.5pt; font-family: Î¢ÈíÑźÚ; color: rgb(0, 0, 0); line-height: 1.5; }</style></head><body>
<div><span></span>Hi all,</div><div><br></div><div>I am trying to analyze cam model results in a CCSM3.0 simulation of an exoplanet with P0=1379hPa. It kept giving me weird data after converting from hybrid coordinates to pressure coordinates with vinth2p. So I turned off extrapolation and noticed every output with pnew&gt;=1000hPa is filled with missing values. The original data has levels across 3hpa to 1379hpa and therefore extrapolation should not be necessary from my point of view.</div><div><br></div><div>Could vinth2p deal with&nbsp;<span style="font-size: 10.5pt; line-height: 1.5; background-color: window;">P0 greater than 1000hPa? Has anyone encountered similar problems?</span></div><div><span style="font-size: 10.5pt; line-height: 1.5; background-color: window;"><br></span></div><div><span style="font-size: 10.5pt; line-height: 1.5; background-color: window;">Thanks a lot.</span></div><div><span style="font-size: 10.5pt; line-height: 1.5; background-color: window;"><br></span></div><div><span style="font-size: 10.5pt; line-height: 1.5; background-color: window;"><br></span></div><div><span style="font-size: 10.5pt; line-height: 1.5; background-color: window;">Best Rards,</span></div><div><span style="font-size: 10.5pt; line-height: 1.5; background-color: window;">Wade</span></div>
<div><br></div><div>------------------------------------------------------------------------------</div><span style="color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">load&nbsp;"$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"<br>load&nbsp;"$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"<br>load&nbsp;"$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"<br><br>begin<br><br>&nbsp;&nbsp;cam4="~/GI581g/bbS866C200000CPfb8.cam2.h0.1901-1999.avg.nc"<br>;---Read&nbsp;data<br>&nbsp;&nbsp;a&nbsp;&nbsp;&nbsp;=&nbsp;addfile(cam4,"r")<br>&nbsp;&nbsp;T&nbsp;&nbsp;&nbsp;=&nbsp;a-&gt;T<br><br></span><span style="color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);"><span style="white-space: pre;">;original T&amp;lev=xxxxxxxxxxxx</span></span><span style="font-size: 10.5pt; line-height: 1.5; background-color: window;">,&nbsp;</span><span style="color: rgb(0, 0, 0); font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);">960, 1</span><span style="color: rgb(0, 0, 0); font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);">086.,&nbsp;</span><span style="color: rgb(0, 0, 0); font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);">1195,&nbsp;</span><span style="color: rgb(0, 0, 0); font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);">1281<span style="white-space: pre;">, </span></span><span style="color: rgb(0, 0, 0); font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);">1338,&nbsp;</span><span style="color: rgb(0, 0, 0); font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);">1368</span><div><span style="background-color: rgba(0, 0, 0, 0); font-size: 10.5pt; line-height: 1.5;"><br></span></div><div><span style="color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">&nbsp;&nbsp;pnew&nbsp;=&nbsp;(/3,10,20,30,50,70,100,150,200,250,300,400,500,600,700,850,1000,1150,1250,1330,1379/)<br>&nbsp;&nbsp;pnew@units&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;"hPa"&nbsp;<br>&nbsp;&nbsp;P0mb&nbsp;=&nbsp;1379&nbsp;;mb<br>&nbsp;&nbsp;K&nbsp;=&nbsp;0.286<br>&nbsp;&nbsp;g=13.5<br><br><br>;===============================================<br>&nbsp;hyam&nbsp;=&nbsp;a-&gt;hyam&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;get&nbsp;a&nbsp;coefficiants<br>&nbsp;hybm&nbsp;=&nbsp;a-&gt;hybm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;get&nbsp;b&nbsp;coefficiants<br>&nbsp;PS&nbsp;&nbsp;&nbsp;=&nbsp;a-&gt;PS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;&nbsp;get&nbsp;pressure&nbsp;in&nbsp;Pa<br><br>;************************************************<br>&nbsp; &nbsp;interp&nbsp;=&nbsp;2&nbsp;<br>;&nbsp;is&nbsp;extrapolation&nbsp;desired&nbsp;if&nbsp;data&nbsp;is&nbsp;outside&nbsp;the&nbsp;range&nbsp;of&nbsp;PS<br>&nbsp;&nbsp;&nbsp;extrap&nbsp;=&nbsp;False<br>;************************************************<br>&nbsp;T2&nbsp;=&nbsp;vinth2p(T,hyam,hybm,pnew,PS,interp,P0mb,1,extrap)<br><br>&nbsp;Tout=dim_avg_n_Wrap(T2&nbsp;(0,:,&nbsp;:,:),&nbsp;2)<br><br>&nbsp;&nbsp;wks_type="x11"<br>&nbsp;&nbsp;wks&nbsp;=&nbsp;gsn_open_wks(wks_type,"Zonal_Mean_T_Slice"+"_top")<br><br>;&nbsp;--&nbsp;set&nbsp;resources<br>&nbsp;&nbsp;res&nbsp;=&nbsp;True<br>&nbsp;&nbsp;res@cnFillOn&nbsp;=&nbsp;True&nbsp;;&nbsp;--&nbsp;turn&nbsp;on&nbsp;color&nbsp;fill<br>&nbsp;&nbsp;res@cnLineLabelsOn&nbsp;=&nbsp;False&nbsp;;&nbsp;--&nbsp;turns&nbsp;off&nbsp;contour&nbsp;line&nbsp;labels<br>&nbsp;&nbsp;res@cnInfoLabelOn&nbsp;=&nbsp;False&nbsp;;&nbsp;--&nbsp;turns&nbsp;off&nbsp;contour&nbsp;info&nbsp;label<br>&nbsp;&nbsp;res@cnLinesOn&nbsp;=&nbsp;False<br>&nbsp;&nbsp;res@tiYAxisString&nbsp;=&nbsp;"Pressure"+"&nbsp;[hPa]"&nbsp;;&nbsp;--&nbsp;append&nbsp;units&nbsp;to&nbsp;y-axis&nbsp;label<br>&nbsp;&nbsp;res@trYReverse&nbsp;=&nbsp;True&nbsp;;&nbsp;--&nbsp;reverses&nbsp;y-axis<br>&nbsp;&nbsp;res@gsnMaximize=True<br><br>&nbsp;&nbsp;plot&nbsp;=&nbsp;gsn_csm_contour(wks,Tout,res)<br><br>end</span>
</div></body></html>