<div dir="ltr">Hi, I&#39;m trying to use the function extval_mlegev (<a href="http://test.www.ncl.ucar.edu/Document/Functions/Built-in/extval_mlegev.shtml">http://test.www.ncl.ucar.edu/Document/Functions/Built-in/extval_mlegev.shtml</a>) in the NCL nightly build of v6.4.0 on yellowstone (ncltest-intel). However, When I call it, I get this error that the function can&#39;t be found:<div><br></div><div><div><div><font face="monospace, monospace">-bash-4.1$ ncl return_intervals.ncl </font></div><div><font face="monospace, monospace"> Copyright (C) 1995-2015 - All Rights Reserved</font></div><div><font face="monospace, monospace"> University Corporation for Atmospheric Research</font></div><div><font face="monospace, monospace"> NCAR Command Language Version 6.4.0-01Jul2016_0404</font></div><div><font face="monospace, monospace"> The use of this software is governed by a License Agreement.</font></div><div><font face="monospace, monospace"> See <a href="http://www.ncl.ucar.edu/">http://www.ncl.ucar.edu/</a> for more details.</font></div><div><font face="monospace, monospace">fatal:Undefined identifier: (extval_mlegev) is undefined, can&#39;t continue</font></div><div><font face="monospace, monospace">fatal:[&quot;Execute.c&quot;:8575]:Execute: Error occurred at or near line 15 in file return_intervals.ncl</font></div></div><div><br></div><div>And here is my short, simple script:</div><div><br></div><div><div><font face="monospace, monospace">begin</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">dataDir  = &quot;/glade/p/ral/CSAP/CRMe/GEV/&quot;</font></div><div><font face="monospace, monospace">outDir   = &quot;/glade/p/ral/wsap/jaredlee/CRMe&quot;</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">minThresh   = 0.01   ; minimum threshold for time series data</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">fileName = dataDir+&quot;<a href="http://5day_series_dec_point.nc">5day_series_dec_point.nc</a>&quot;</font></div><div><font face="monospace, monospace">pointFile   = addfile(fileName, &quot;r&quot;)</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">;; Read in the data, threshold it</font></div><div><font face="monospace, monospace">data  = pointFile-&gt;pr5x</font></div><div><font face="monospace, monospace">data  = where(data.lt.minThresh, data@_FillValue, data)</font></div><div><br></div><div><font face="monospace, monospace">;; Calculate the shape, scale, and location parameters for the GEV distribution</font></div><div><font face="monospace, monospace">gev_vals = extval_mlegev(data, 0, False)</font></div><div><font face="monospace, monospace">print(gev_vals)</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">end</font></div></div><div><br></div><div>Is there something I need to load first in order to get extval_mlegev to work?</div><div><br></div><div>Jared</div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div><div><div><div><font face="courier new, monospace">===============================<br>Jared A. Lee, Ph.D.<br></font></div><font face="courier new, monospace">Project Scientist I<br></font></div><font face="courier new, monospace">Research Applications Laboratory<br></font></div><font face="courier new, monospace">National Center for Atmospheric Research<br>Boulder, Colorado, USA<br><br></font></div><font face="courier new, monospace">Email: <a href="mailto:jaredlee@ucar.edu" target="_blank">jaredlee@ucar.edu</a> (w)<br></font></div><font face="courier new, monospace">Phone: 303.497.8485 (w)</font><div><font face="courier new, monospace">Web: <a href="https://staff.ucar.edu/users/jaredlee" target="_blank">https://staff.ucar.edu/users/jaredlee</a><br>===============================</font><br></div></div></div>
</div></div>