<div dir="ltr"><div><div><div><div><div><div><div><div>What data do you have available?<br>People are reluctant to get involved unless some information is provided.<br></div></div><br></div>Are the data on isobaric levels?<br></div>Are they gridded?<br></div><div>Station rawindsonde data?<br></div><div>What format?<br></div><div>etc<br></div><div><br></div>For (say) gridded NCEP Reanalysis on isobaric levels, the thickness would simple: <br><br></div>   f = addfile(&quot;hgt....nc&quot;,&quot;r&quot;)   ; (time,lev,lat,lon)<br></div>   z = f-&gt;hgt<br></div>   thick = z(:,{500},:,:) - z(:,{1000},:,:)   ; (ntim,nlat,mlon)<br><div><div><div><div><div><div>   copy_VarCoords(z(:,0,:,:), thick)<br></div><div>   thick@long_name = &quot;Thickness: 500-1000&quot;<br></div><div>   thick@units            = z@units<br></div><div>   printVarSummary(thick)<br><br><br></div><div><br><br><div><br><br></div></div></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 1, 2017 at 1:30 PM, Daniel Vecellio <span dir="ltr">&lt;<a href="mailto:djvecellio@tamu.edu" target="_blank">djvecellio@tamu.edu</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">Hello all,<div><br></div><div>I know there are NCL scripts already out on the Internet for nearly everything, but I&#39;m having a ton of trouble finding one for 1000-500mb thickness. Does anyone have one that they could point me to?</div><div><br></div><div>Thanks,</div><div>Dan<span class="HOEnZb"><font color="#888888"><br clear="all"><div><br></div>-- <br><div class="m_-932032959045746174gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><br></div><div><div style="color:rgb(80,0,80);font-size:12.8000001907349px"><i><font color="#000000">Daniel J. Vecellio</font></i></div><div style="color:rgb(80,0,80);font-size:12.8000001907349px"><font color="#000000"><br></font></div><div style="color:rgb(80,0,80);font-size:12.8000001907349px"><i><font color="#000000">Ph.D. Student - Climate Science Lab, </font></i><i><font color="#000000">Department of Geography, </font></i><i style="font-size:12.8000001907349px"><font color="#000000">Texas A&amp;M University</font></i></div><div style="color:rgb(80,0,80);font-size:12.8000001907349px"><i><font color="#000000">Head Teaching Assistant - Geography 213, Texas A&amp;M University</font></i></div><div style="color:rgb(80,0,80);font-size:12.8000001907349px"><i><font color="#000000">Education Chair - United States Permafrost Association</font></i></div><div style="color:rgb(80,0,80);font-size:12.8000001907349px"><i><font color="#000000">ExCom and United States National Representative - Permafrost Young Researchers Network</font></i><br></div><div style="color:rgb(80,0,80);font-size:12.8000001907349px"><i><font color="#000000">Communications Director - Students and New Professionals Group, International Society of Biometeorology </font></i></div><div style="color:rgb(80,0,80);font-size:12.8000001907349px"><i><font color="#000000"><br></font></i></div><div style="color:rgb(80,0,80);font-size:12.8000001907349px"><i><font color="#000000">M.S. Atmospheric Science - Texas Tech University</font></i></div><div style="color:rgb(80,0,80);font-size:12.8000001907349px"><i><font color="#000000">B.S. Meteorology - Pennsylvania State University</font></i></div><div style="color:rgb(80,0,80);font-size:12.8000001907349px"><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
</font></span></div></div>
<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>