<div dir="ltr"><div class="gmail_default" style="font-size:small">Akhilesh,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The <a href="mailto:ncarg-talk@ucar.edu">ncarg-talk@ucar.edu</a> community is for NCAR Graphics questions, and not NCL questions.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Please repost your question to <a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a>. You need to subscribe first:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style=""><a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br></div><div class="gmail_default" style=""><br></div><div class="gmail_default" style="">--Mary</div><div class="gmail_default" style=""><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 26, 2016 at 6:39 PM, Akhilesh Mishra <span dir="ltr">&lt;<a href="mailto:akmishra123@gmail.com" target="_blank">akmishra123@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dear NCL/NCARg Community,<div>I have sigma level  temperature, specific humidity, and zonal and meridional wind components along with surface pressure. I wish to interpolate this data on prescribed pressure (standard 17) levels. I am using  NCL&#39;s vinth2p function  as</div><div><br></div><div> uap = vinth2p(ua_01,hyam,hybm,plevs,ps_01,1,1000,1,True)</div><div><br></div><div>where uap = Zonal wind at pressure level </div><div>          ua_01 = Zonal wind at sigma level</div><div>          ps_01 = Surface pressure in hPa</div><div>          plevs = (/10,20, 30, 50, 70, 100, 150, 200 \</div><div>    , 250, 300, 400, 500, 600, 700, 850, 925, 1000/)*1.0</div><div>         hyam = fspan(0.,0.,18)<br></div><div>         hybm = sigma<br></div><div><br></div><div>My results look fine over most parts of ocean, however, over land values are too high for 1000hPa zonal winds, especially over the mountaineous regions with low surface pressure, which is expected but How can I get that fixed while interpolating, I have used last argument of vinth2p function TRUE and FALSE both, but no improvement. </div><div>I am attaching two picture files one showing surface pressure and other depicting zonal wind at 1000 hPa interpolated using above function. </div><div>Any help/suggestion is greatly appreciated. </div><div>Many Thanks</div><div>Best</div><div><br clear="all"><div><div>Akhilesh <br>Center for Ocean-Atmospheric Prediction Studies<br>The Florida State University<br>2000 Levy Av, Building A, Room 252<br>Tallahassee FL 32310<br>Phone:  <a href="tel:%28850%29%20645-0665" value="+18506450665" target="_blank">(850) 645-0665</a><br>Fax: <a href="tel:%28850%29%20644-4841" value="+18506444841" target="_blank">(850) 644-4841</a><br><a href="http://coaps.fsu.edu/akhilesh-mishra" target="_blank">http://coaps.fsu.edu/akhilesh-mishra</a> &lt;<a href="http://coaps.fsu.edu/akhilesh-mishra" target="_blank">http://coaps.fsu.edu/akhilesh-mishra</a>&gt;<br><br></div></div>
</div></div>
<br>_______________________________________________<br>
ncarg-talk mailing list<br>
<a href="mailto:ncarg-talk@ucar.edu">ncarg-talk@ucar.edu</a><br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncarg-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncarg-talk</a><br>
<br></blockquote></div><br></div>