<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Guilherme, you should pose this question on the ncl-talk dedicated to WRF (<a href="mailto:wrfhelp@ucar.edu" class="">wrfhelp@ucar.edu</a>).&nbsp;<div class=""><div class=""><br class=""></div><div class="">It seems that the problem is related to <font face="Menlo" class="">THTE</font> but, judging from the code, it appears that this variable is computed based on pressure, so that if you pass the wrong units you will eventually get a NaN. I think that you are using hPa instead of Pa judging from the output message that you get (<b class="">1016.5871875000000</b>). Try to use the correct units and see if you still get an error. If it’s still the case please try to</div><div class=""><br class=""><div class=""><ul class="MailOutline"><li class="">pass to the function only a subset of the data in order to see if the vertical levels are too much for the routine to handle. In my case I omitted the first 30 upper vertical levels doing that: &nbsp;<font face="Menlo" class="">values=wrf_cape_2d(pres(:,31:149,:,:),temp(:,31:149,:,:),qvap(:,31:149,:,:),z(:,31:149,:,:),z(:,149,:,:),pres(:,149,:,:),False)</font>. I was getting a different error but maybe it’s worth trying also in your case..</li><li class="">do you have missing values in the data used for the computation of CAPE? Please mind that there is no control on missing data in that function, so that you need to remove them before.</li></ul><div class="">Cheers</div><div class=""><br class=""></div><div class="">P.S. Just for reference, you can found the code of the deprecated function, which I believe it is included in the new one, here&nbsp;<a href="https://www.ncl.ucar.edu/Support/talk_archives/2010/att-0235/rip_cape.f" class="">https://www.ncl.ucar.edu/Support/talk_archives/2010/att-0235/rip_cape.f</a>&nbsp;</div><div class=""><br class=""></div><div class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Guido Cioni</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><a href="http://guidocioni.altervista.org" class="">http://guidocioni.altervista.org</a>&nbsp;</div>

</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On 05 Apr 2016, at 21:35, Guilherme Martins &lt;<a href="mailto:jgmsantos@gmail.com" class="">jgmsantos@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi users,<div class=""><br class=""></div><div class="">I'm using the wrf_cape_2d function to calculate CAPE. I wrote a script and when I run it I receive the mesage below.</div><div class=""><br class=""></div><div class=""><div class=""><b class="">capecalc3d: Outside of lookup table bounds. prs,thte= &nbsp; 1016.5871875000000 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;NaN</b></div></div><div class=""><br class=""></div><div class="">I compared my units and variables with the link below and everything it's okay.</div><div class=""><br class=""></div><div class=""><a href="http://www.ncl.ucar.edu/Document/Functions/Built-in/wrf_cape_2d.shtml#Description" class="">http://www.ncl.ucar.edu/Document/Functions/Built-in/wrf_cape_2d.shtml#Description</a><br class=""></div><div class=""><br class=""></div><div class="">Can anyone give me any tip?</div><div class=""><br class=""></div><div class="">My script is in attachment.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class=""><br class=""></div><div class="">Guiherme.</div></div><div dir="ltr" class="">-- <br class=""></div><div dir="ltr" class=""><div class=""><font size="2" class=""><div class="">------------------------------------------------------------------------------------------</div><div class="">Dr. Guilherme Martins</div><div class="">Instituto Nacional de Pesquisas Espaciais (INPE)<br class=""></div></font></div><div class=""><font size="2" class="">Centro de Ciência do Sistema Terrestre (CCST) -&nbsp;Prédio CES<br class=""></font>Grupo de Superfície-Biosfera-Atmosfera (GSBA)<font size="2" class=""><br class=""></font></div><div class="">Telefone (INPE/CP): +55 12 3186-9520 || Celular (TIM): +55 12 98152-8580<br class="">E-mail: <a href="mailto:guilherme.martins@inpe.br" class="">guilherme.martins@inpe.br</a> || <a href="mailto:jgmsantos@gmail.com" class="">jgmsantos@gmail.com</a><br class="">Skype: guilherme.martins.<br class="">Homepage: <a href="https://sites.google.com/site/jgmsantos" class="">https://sites.google.com/site/jgmsantos</a><br class="">Currículo Lattes: <a href="http://lattes.cnpq.br/5997657584785803" class="">http://lattes.cnpq.br/5997657584785803</a><span class=""><br class=""></span>------------------------------------------------------------------------------------------</div></div>
<span id="cid:153e7ebb13030011281">&lt;ex01_wrf_cape_2d.ncl&gt;</span>_______________________________________________<br class="">ncl-talk mailing list<br class=""><a href="mailto:ncl-talk@ucar.edu" class="">ncl-talk@ucar.edu</a><br class="">List instructions, subscriber options, unsubscribe:<br class="">http://mailman.ucar.edu/mailman/listinfo/ncl-talk<br class=""></div></blockquote></div><br class=""></div></div></div></body></html>