<div dir="ltr"><div><div><div><div><div>By default, NCL always looks in the 'current directory'.<br>My guess is that the data file is not in the same directory as the NCL script.<br><br></div><div>dirp = "/some/path/to/file/"<br></div>filp   = "<a href="http://precip.mon.total.v6.nc">precip.mon.total.v6.nc</a>"<br><br></div>pthp = dirp + filp<br></div>f       = addfile(pthp, "r")<br><br></div>or<br><br></div>f = addfile(dirp + filp, "r")<br><div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 29, 2017 at 8:26 AM, Setareh Rahimi <span dir="ltr"><<a href="mailto:setareh.rahimi@gmail.com" target="_blank">setareh.rahimi@gmail.com</a>></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><span style="font-size:12.8px">Dear all,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Once I put my NCL command line in NCL environment, it returns me an error.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"> Please have a look at the attached files, which contain a screenshot of the error and my script.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Please help me as soon as possible.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Best wishes,<div class="m_8269151543085856917gmail-yj6qo m_8269151543085856917gmail-ajU"><div id="m_8269151543085856917gmail-:1x3" class="m_8269151543085856917gmail-ajR"><img class="m_8269151543085856917gmail-ajT" src="https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif"></div></div></div></div><span class="HOEnZb"><font color="#888888">-- <br><div class="m_8269151543085856917gmail_signature">S.Rahimi<br><br></div>
</font></span></div>
<br>______________________________<wbr>_________________<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/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>