<div dir="ltr"><div><div><div><div><div>Oi Mateus<br><br></div>Thank you. &#39;advect_variable&#39; was the original name of the function.<br><br></div>You can add/load the following<br><br>;====================<br>undef(&quot;advect_variable&quot;)<br>function advect_variable (u:numeric, v:numeric, x:numeric,gridType[1]:integer<br>                                        ,long_name:string, units:string, iopt[1]:integer)<br>; advect_variable was the original function name<br>begin<br>  return( advect_var(u, v, x, gridType, long_name, units, iopt) )<br>end<br><br></div>I will change the documentation to advect_var but will add the above to contributed to support the inadvertent function name.<br><br></div>Cheers<br></div>D<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 29, 2015 at 2:50 PM, Mateus da Silva Teixeira <span dir="ltr">&lt;<a href="mailto:mateusstex@gmail.com" target="_blank">mateusstex@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><div><div>Dear NCL users,<br><br></div>There is an error in NCL documentation: there is no <b>advect_variable</b> function, but there is <b>advect_var</b> function, in <i>contributed.ncl<b> </b></i>library.<br><br></div>Regards,<br><br></div>Mateus Teixeira<br><br><div><div><div><br></div></div></div></div>
<br>_______________________________________________<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" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>