<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="">Dear Mary<div class=""><br class=""></div><div class="">I’m having a challenge to read multiple files ranging from 190101 - 201412 to NCL.&nbsp;</div><div class=""><br class=""></div><div class=""><font color="#0433ff" class="">Command used</font></div><div class=""><br class=""></div><div class=""><p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><span class="Apple-tab-span" style="white-space:pre">        </span>diri = "./"&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">ncl 29&gt; files = systemfunc("ls *.nc")&nbsp; &nbsp;</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">ncl 30&gt; f &nbsp; &nbsp; = addfiles(diri+files, "r")</span></p></div><div class=""><br class=""></div><div class=""><font color="#0433ff" class="">Return message for all files</font></div><div class=""><div><div><p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><br class=""></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">warning:_NclOpenFile: Can not open file &lt;pre_199501_mondat.nc&gt;; file format not supported or file is corrupted</span></p><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><font color="#0433ff" class="">The command and return for single file seems working as showed bellow</font>:&nbsp;</div><div class=""><br class=""></div><div class=""><p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">ncl 10&gt; diri = "./"</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">ncl 11&gt; fili = "pre_201412_mondat.nc" &nbsp;</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">ncl 12&gt; f&nbsp; &nbsp; = addfile(diri+fili, "r")</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">ncl 13&gt; prc = f-&gt;pre &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">ncl 14&gt; printVarSummary(prc)</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; min-height: 13px;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class=""></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Variable: prc</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Type: double</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Total Size: 288 bytes</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 36 values</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Number of Dimensions: 3</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Dimensions and sizes:<span class="Apple-tab-span" style="white-space:pre">        </span>[time | 1] x [lat | 4] x [lon | 9]</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Coordinates:&nbsp;</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; time: [41987..41987]</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lat: [3.75..5.25]</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lon: [36.75..40.75]</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Number Of Attributes: 5</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; correlation_decay_distance :<span class="Apple-tab-span" style="white-space:pre">        </span> 450</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; long_name :<span class="Apple-tab-span" style="white-space:pre">        </span>precipitation</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; units :<span class="Apple-tab-span" style="white-space:pre">        </span>mm/month</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; missing_value :<span class="Apple-tab-span" style="white-space:pre">        </span>9.96920996839e+36</span></p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">&nbsp; _FillValue :<span class="Apple-tab-span" style="white-space:pre">        </span>9.96920996839e+36</span></p><div class=""><br class=""></div></div><div class=""><font color="#0433ff" class="">Where is my problem?</font></div><div class=""><font color="#0433ff" class=""><br class=""></font></div><div class=""><font color="#0433ff" class="">Thanks</font></div><div class=""><font color="#0433ff" class="">Dawit</font></div><div class=""><br class=""></div></div>---------------------------------------------------------------------------<br class=""><blockquote type="cite" class=""><div class="">On Mar 22, 2017, at 10:25 PM, Mary Haley &lt;<a href="mailto:haley@ucar.edu" class="">haley@ucar.edu</a>&gt; wrote:</div></blockquote><div><br class=""></div><br class=""><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_default" style="font-size:small">It helps if you can provide us with as much information as possible when you have a problem with NCL:</div><div class="gmail_default" style="font-size:small"><br class=""></div><div class="gmail_default" style="font-size:small">- How did you install NCL?<br class=""><br class=""></div><div class="gmail_default" style="font-size:small">- What version of NCL did you install?<br class=""><br class=""></div><div class="gmail_default" style="font-size:small">- What kind of system do you have? (Be as detailed as possible: is this a 64-bit system, what flavor and version of LINUX or MacOS, etc)<br class=""><br class=""></div><div class="gmail_default" style="font-size:small">- Did you try googling this message?</div><div class="gmail_default" style="font-size:small"><br class=""></div><div class="gmail_default" style="font-size:small">&nbsp; This is a system error you're getting, and you can usually find some really useful answers by googling something like "<span style="font-size:12.8px" class="">&nbsp;</span><span style="font-size:12.8px" class="">librtmp.so.0: cannot open shared object file"</span></div><div class="gmail_default" style="font-size:small"><span style="font-size:12.8px" class=""><br class=""></span></div><div class="gmail_default" style="font-size:small"><span style="font-size:12.8px" class="">Here are some possible solutions that I found:</span></div><div class="gmail_default" style="font-size:small"><span style="font-size:12.8px" class=""><br class=""></span></div><div class="gmail_default"><span style="font-size:12.8px" class=""><a href="https://ubuntuforums.org/showthread.php?t=2079130" class="">https://ubuntuforums.org/showthread.php?t=2079130</a></span><br class=""></div><div class="gmail_default"><span style="font-size:12.8px" class=""><a href="http://askubuntu.com/questions/887970/error-while-loading-shared-libraries-librtmp-so-0" class="">http://askubuntu.com/questions/887970/error-while-loading-shared-libraries-librtmp-so-0</a></span><br class=""></div><div class="gmail_default"><span style="font-size:12.8px" class=""><a href="https://bugs.launchpad.net/ubuntu/+source/pycurl/+bug/982436" class="">https://bugs.launchpad.net/ubuntu/+source/pycurl/+bug/982436</a></span><br class=""></div><div class="gmail_default"><span style="font-size:12.8px" class=""><br class=""></span></div><div class="gmail_default"><span style="font-size:12.8px" class="">--Mary</span></div><div class="gmail_default"><span style="font-size:12.8px" class=""><br class=""></span></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Wed, Mar 22, 2017 at 11:47 AM, Bashiru Yahaya <span dir="ltr" class="">&lt;<a href="mailto:b.yahaya@aims.edu.gh" target="_blank" class="">b.yahaya@aims.edu.gh</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class=""><div class="gmail_extra"><br class=""><div class="gmail_quote">On Wed, Mar 22, 2017 at 3:19 PM, Mary Haley <span dir="ltr" class="">&lt;<a href="mailto:haley@ucar.edu" target="_blank" class="">haley@ucar.edu</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">ncl -V</blockquote></div><br class=""></div><div class="gmail_extra">Hello to All<br class=""></div><div class="gmail_extra">I am having similar situation, but i have followed the command , and this is my error after typing<br class=""></div><div class="gmail_extra"><br class=""></div><div class="gmail_extra">ncl -V<br class=""></div><div class="gmail_extra"><br clear="all" class="">ncl: error while loading shared libraries: librtmp.so.0: cannot open shared object file: No such file or directory<span class="HOEnZb"><font color="#888888" class=""><br class=""><br class="">-- <br class=""><div class="m_4564072104375004446gmail_signature">Bashiru Yahaya<br class="">African Institute For Mathematical Science- Ghana(AIMS-Ghana)<br class="">23A Awulen Kojo Street<br class=""><a href="tel:+233%2026%20252%205315" value="+233262525315" target="_blank" class="">+233(0) 262525315</a><br class=""><a href="tel:+233%2024%20252%205315" value="+233242525315" target="_blank" class="">+233(0) 242525315</a><br class=""><a href="http://www.aims.edu.gh/" target="_blank" class="">www.aims.edu.gh</a></div>
</font></span></div></div>
</blockquote></div><br class=""></div>
_______________________________________________<br class="">ncl-install mailing list<br class="">List instructions, subscriber options, unsubscribe:<br class=""><a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install" class="">http://mailman.ucar.edu/mailman/listinfo/ncl-install</a><br class=""></div></blockquote></div><br class=""></div></body></html>