<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi Soma<br></div><div><br></div><div>ncdump (part of the netCDF library) is your friend!</div><div>No need for NCL, CDO, or NCO for this.<br></div><div><br></div><div>ncdump -b c <a href="http://foo.nc">foo.nc</a> > foo.cdl (for C-style indexes, starting with 0)<br></div>ncdump -b F <a href="http://foo.nc">foo.nc</a> > foo.cdl (for Fortran-style indexes, starting with 1)</div><div dir="ltr"><br></div><div>This will produce a text file with the whole netCDF structure (file, global attributes,</div><div>dimensions, coordinate variables  and their attributes, and regular variables and their attributes), <br></div><div>the "cdl" description.<br></div><div><br></div><div>Beware that if your <a href="http://foo.nc">foo.nc</a> file is big, the output text file foo.cdl will be gigantic.</div><div><br></div><div>For more details see "man ncdump".</div><div><br></div><div>I hope this helps,</div><div>Gus Correa<br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 18, 2019 at 6:34 AM Soma Roy <<a href="mailto:somaroy892@gmail.com">somaroy892@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Hi,<div dir="auto">How to convert a entire netcdf file to a text file using NCL/CDO?</div><div dir="auto">Please kindly inform me.</div><div dir="auto"><br></div><div dir="auto">Thanks,</div><div dir="auto">Soma</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div></div>
_______________________________________________<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" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div></div>