<div dir="ltr"><div><div><div>Sorry, this was my mistake. <br><br>I inadvertently, sent documentation for the &#39;<font face="monospace, monospace">extval_mlegev&#39; to a public site.<br></font></div><font face="monospace, monospace">It is not yet ready. I could show you how to call the fortran code used.<br></font></div><font face="monospace, monospace">It is not very difficult.<br><br></font></div><font face="monospace, monospace">D<br></font><div><div><div><font face="monospace, monospace"><br></font></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 1, 2016 at 3:49 PM, Jared Lee <span dir="ltr">&lt;<a href="mailto:jaredlee@ucar.edu" target="_blank">jaredlee@ucar.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">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" target="_blank">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/" target="_blank">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" target="_blank">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><span class="HOEnZb"><font color="#888888"><div><br></div><div>Jared</div><div><br></div>-- <br><div 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: <a href="tel:303.497.8485" value="+13034978485" target="_blank">303.497.8485</a> (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>
</font></span></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" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>