<div dir="auto">There is need. I need to merge the netcdf files into single one using ncl only.<div dir="auto"><br></div><div dir="auto">This file will be utilized in other purpose.</div><div dir="auto">So processing through ncl is urgent.</div><div dir="auto"><br></div><div dir="auto">Soma</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Feb 20, 2019, 20:19 Dennis Shea <<a href="mailto:shea@ucar.edu">shea@ucar.edu</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div>Both CDO and NCO can easily merge (concatenate) the files. Still neither is NCL as requested by the user.</div><div><br></div><div>"I want to merge them into a single file <b>using ncl only</b>"</div><div><br></div><div>In my opinion, if you are processing with NCL there is no need to concatenate (merge) the files. <br></div><div><pre><span style="font-family:arial,helvetica,sans-serif">fils = <a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/systemfunc.shtml" target="_blank" rel="noreferrer"><strong>systemfunc</strong></a> ("ls TRMM_3B42_2013*.nc") ; file paths<br>print(fils)<br><strong></strong><br>f  = <a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/addfiles.shtml" target="_blank" rel="noreferrer"><strong>addfiles</strong></a> (fils, "r")<br>x = f<b>[:]</b>->variable_name<br></span></pre><pre><span style="font-family:arial,helvetica,sans-serif"><b>printVarSummary</b>(x)<b><br>printMinMax(</b>x, 0)<br>===<br></span></pre><pre><span style="font-family:arial,helvetica,sans-serif">You could create a netCDF using NCL's  <a href="https://www.ncl.ucar.edu/Applications/write_netcdf.shtml" target="_blank" rel="noreferrer"><b>write_netcdf</b></a><span style="font-family:arial,helvetica,sans-serif"> guide:</span><br><br></span></pre></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 20, 2019 at 4:49 AM Appo derbetini <<a href="mailto:appopson4@gmail.com" target="_blank" rel="noreferrer">appopson4@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="ltr"><div>Hi, <br></div><div><br></div><div>You can proceed with  CDO<br></div><div><br></div><div dir="auto"><font size="4"><span style="color:rgb(0,0,255)">cdo    mergetime  TRMM_3B42_20130611.nc    <a href="http://output.nc" target="_blank" rel="noreferrer">output.nc</a></span></font></div><div dir="auto"><br></div><div>or  NCO<br></div><div><br></div><div><font size="4"><span style="color:rgb(0,0,255)">ncrcat       TRMM_3B42_20130611.nc     <a href="http://output.nc" target="_blank" rel="noreferrer">output.nc</a></span></font></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 20 févr. 2019 à 11:15, Soma Roy <<a href="mailto:somaroy892@gmail.com" target="_blank" rel="noreferrer">somaroy892@gmail.com</a>> a écrit :<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">Hello,<div dir="auto">I have several netcdf files containing daily data. I want to merge them into a single file using ncl only.</div><div dir="auto">Please kindly inform me about the above.</div><div dir="auto"><br></div><div dir="auto">Files are like;</div><div dir="auto">TRMM_3B42_20130611.nc</div><div dir="auto">TRMM_3B42_20130612.nc</div><div dir="auto">TRMM_3B42_20130613.nc</div><div dir="auto">and so on..</div><div dir="auto"><br></div><div dir="auto">Thanking you,</div><div dir="auto">Soma</div></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank" rel="noreferrer">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank" rel="noreferrer">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div>
</blockquote></div>