<div dir="ltr">Hi Kai,<div><br></div><div>wrf_cape_2d requires the pressure argument (first argument) to be in units of Pa and the surface pressure argument (6th argument) to be in units of hPa, so double check that.  Temperature needs to be in Kelvin.  Height is in meters.  Water vapor mixing ratio is in units of kg/kg.  The error message you are getting is indicating that theta-e is being calculated to 856.03 K, which is obviously nonsensical, so one of your input arrays is in the wrong units, contains missing values, or has a bogus number in it.  This algorithm relies on lookup tables, which is why things can go wrong in a hurry if something is not right.  If you&#39;re still having problems, please reply with the result for printVarSummary on each of your input variables.</div><div><br></div><div>Hope this helps,</div><div><br></div><div>Bill</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 9, 2016 at 8:34 PM, Kai Zhang <span dir="ltr">&lt;<a href="mailto:kzkaizhang@gmail.com" target="_blank">kzkaizhang@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"><div class="gmail_default" style="font-family:&quot;times new roman&quot;,serif;font-size:large">Dear NCL support,</div><div class="gmail_default" style="font-family:&quot;times new roman&quot;,serif;font-size:large"><br></div><div class="gmail_default" style="font-family:&quot;times new roman&quot;,serif;font-size:large">I am currently using function wrf_cape_2d to calculate CIN and CAPE. But I cannot stop getting errors:</div><div class="gmail_default" style="font-family:&quot;times new roman&quot;,serif;font-size:large">







<p><span>&quot;capecalc3d: Outside of lookup table bounds. prs,thte=   925.000000000000     </span>856.034700407579&quot;</p><p>I am sure that I got units for each variable correctly. </p><p>It is weird that, if I change &quot;p (unit: Pa)&quot; to &quot;p (unit: hPa)&quot;, I can get it run smoothly. But the CIN and CAPE calculated are obviously wrong.</p><p>Do you know why?</p><p><br></p><p>Thanks a lot for your help!</p><p>Best,</p><p>Kai</p></div>
<img src="http://t.sidekickopen65.com/e1t/o/5/f18dQhb0S7ks8dDMPbW2n0x6l2B9gXrN7sKj6v4fhhMW1p7Y9C7dSGy-W4X9YsK1pctGFW8NqsSQ1k1H6H0?si=4754807383916544&amp;pi=5a3a3138-7c1f-4942-8f23-e57478f7b21f" style="display:none!important" height="1" width="1"></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>