<div dir="ltr"><div><div><div><div><div><div><div><div>When you have a file issue, you should include some information:<br><br></div>(a) what what either of the fillowing show?<br><br></div>%> ncl_filedump <a href="http://tas_day_IPSL-CM5A-LR_rcp85_r1i1p1_20060101-22051231.rgrd.nc" rel="noreferrer" target="_blank">tas_day_IPSL-CM5A-LR_<wbr>rcp85_r1i1p1_20060101-<wbr>22051231.rgrd.nc</a><br><br></div>or <br><br></div>%> ncdump -h <a href="http://tas_day_IPSL-CM5A-LR_rcp85_r1i1p1_20060101-22051231.rgrd.nc" rel="noreferrer" target="_blank">tas_day_IPSL-CM5A-LR_<wbr>rcp85_r1i1p1_20060101-<wbr>22051231.rgrd.nc</a><br><br></div>(b) what version of NCL are you using><br><br></div>%> ncl -V<br><br></div>(c) your system info<br><br></div>%> uname -a<br><br>-----------<br><br>
 fdir=“/root/dir4ncl/“<br>
 fili="<a href="http://tas_day_IPSL-CM5A-LR_rcp85_r1i1p1_20060101-22051231.rgrd.nc" rel="noreferrer" target="_blank">tas_day_IPSL-CM5A-LR_<wbr>rcp85_r1i1p1_20060101-<wbr>22051231.rgrd.nc</a>"<br>
 fn=addfile(fdir+fili,"r")<br>
 buff=fn->tas<div><div><div><div> print(“Data is stored”)</div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 18, 2017 at 3:35 AM, Guido Cioni <span dir="ltr"><<a href="mailto:guidocioni@gmail.com" target="_blank">guidocioni@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 style="word-wrap:break-word">Tomoko,<div>9 GB is anything but "large", although the concept of "large" is highly subjective :P </div><div><br></div><div>I've successfully read SINGLE netcdf files in NCL whose size was ~500GB so that shouldn't be the problem. For some reason a netcdf file of some size, say 400 GB, which has many timesteps is read more slowly than a file with the same size but with less timesteps; that was my impression.</div><div><br></div><div>You are setting a lot of options which I think are not needed. Did you just try to read the file with this line? </div><div><br></div><div><blockquote type="cite">fn=addfile(fdir+fili,"r")<br></blockquote><br></div><div>If it still takes a lot of time it could be system-dependent. When creating the variable NCL stores it into the RAM. If the system does not have enough RAM, some virtual memory will be created on your hard drive, which can slow down everything. But honestly I don't think you're even close to saturate your system's RAM. The problem may lie somewhere else...</div><div><br></div><div>Let us know.</div><div><br></div><div><div><div class="h5"><br><div><blockquote type="cite"><div>On 18. Dec 2017, at 07:17, Tomoko Koyama <<a href="mailto:Tomoko.Koyama@Colorado.EDU" target="_blank">Tomoko.Koyama@Colorado.EDU</a>> wrote:</div><br class="m_6192207682118824426Apple-interchange-newline"><div><div>I’d like to extract some data from a large netcdf file, which size is about 9GB.<br><br>The following shows the partial script, but a submitted job was killed before “Data is stored” message appeared.<br>(I attempted several times with 3-hr max walltime )<br><br> setfileoption("nc", "FileStructure", "Advanced")<br> fdir=“/root/dir4ncl/“<br> fili="<a href="http://tas_day_IPSL-CM5A-LR_rcp85_r1i1p1_20060101-22051231.rgrd.nc" target="_blank">tas_day_IPSL-CM5A-LR_<wbr>rcp85_r1i1p1_20060101-<wbr>22051231.rgrd.nc</a>"<br> fn=addfile(fdir+fili,"r")<br> setfileoption("nc","Format","<wbr>NetCDF4Classic")<br> buff=fn->tas<br> print(“Data is stored”)<br><br>Does it simply take a long time to read?<br>Is there anyway to speed up to read a large netcdf file?<br><br><br>Thank you,<br>Tomoko<br>______________________________<wbr>_________________<br>ncl-talk mailing list<br><a href="mailto:ncl-talk@ucar.edu" target="_blank">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/<wbr>mailman/listinfo/ncl-talk</a><br></div></div></blockquote></div><br></div></div><span class="HOEnZb"><font color="#888888"><div>
<div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br class="m_6192207682118824426Apple-interchange-newline">Guido Cioni</div><div style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><a href="http://guidocioni.altervista" target="_blank">http://guidocioni.altervista</a>.<wbr>org</div>

</div>
<br></font></span></div></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>