<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Perhaps&nbsp;<div><br></div><div>you can how to do it with&nbsp;</div><div><br></div><div><a href="http://nco.sourceforge.net/">NCO</a>&nbsp;</div><div><br></div><div>or&nbsp;</div><div><br></div><div><a href="http://www.mpimet.mpg.de/~cdo">CDO</a></div><div><br></div><div>Good luck</div><div><br><br>--- En date de&nbsp;: <b>Sam 16.1.10, Farshid Daryabor <i>&lt;fdaryabor@GOOGLEMAIL.COM&gt;</i></b> a écrit&nbsp;:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>De: Farshid Daryabor &lt;fdaryabor@GOOGLEMAIL.COM&gt;<br>Objet: create climatology file<br>À: GRADSUSR@LIST.CINECA.IT<br>Date: Samedi 16 Janvier 2010, 4h48<br><br><div id="yiv1201781378">Dear All<br>I have the 12 netcdf files from WAVE model meaning that for 12 month from January to December is the 12 netcdf single file, I need combine them for
 create 1 the netcdf climatology file for inject to Ocean Model. Anybody know about that how help me.<br>
<br>for example:<br><br><br><br><b>THE FIRST FILE:</b><br>&nbsp; &nbsp; &nbsp; <br>netcdf January_data {<br>dimension:<br>lon=192;<br>lat=94;<br>time=UNLIMITED ; // (1 currently)&nbsp; <br>variables;<br>&nbsp;&nbsp; float&nbsp;&nbsp; lat(lat);<br>---------------------<br>
----------------------<br>&nbsp; float&nbsp;&nbsp;&nbsp; lon(lon);<br>--------------------<br>-------------------<br>&nbsp;float&nbsp;&nbsp;&nbsp;&nbsp; January_data(depth,lon,lat)<br>--------------------<br>----------------------------- <br><br><br>&nbsp; <b>THE SECOND FILE</b><br>

&nbsp; &nbsp; &nbsp; <br>
netcdf February_data {<br>
dimension:<br>
<br>
lon=192;<br>
lat=94;<br>
time=UNLIMITED ; // (1 currently)&nbsp; <br>
variables;<br>
&nbsp;&nbsp; float &nbsp; &nbsp;&nbsp; lat(lat);<br>
---------------------<br>
----------------------<br>
&nbsp; float &nbsp; &nbsp; &nbsp; lon(lon);<br>
--------------------<br>
-------------------<br>
&nbsp;float&nbsp;&nbsp;&nbsp;&nbsp; February_data(depth,lon,lat)<br>
--------------------<br>
----------------------------- <br>etc.<br>.<br>.<br>.<br>.<br>.<br>.<br><b>THE TWELFTH FILE</b><br><br>&nbsp; &nbsp; &nbsp; <br>
netcdf December_data {<br>
dimension:<br>
<br>
lon=192;<br>
lat=94;<br>
time=UNLIMITED ; // (1 currently)&nbsp; <br>
variables;<br>
&nbsp;&nbsp; float lat(lat);<br>
---------------------<br>
----------------------<br>
&nbsp; float lon(lon);<br>
--------------------<br>
-------------------<br>
&nbsp;float December_data(depth,lon,lat)<br>
--------------------<br>
----------------------------- <br><br><br><b><i>I need the 1 climatology file the like follow</i></b>:<br><br><br><br>
&nbsp; &nbsp; &nbsp; <br>
netcdf climatology_data {<br>
dimension:<br>
<br>
lon=192;<br>
lat=94;<br>
time=UNLIMITED ; // (12 currently)&nbsp; <br>
variables;<br>
&nbsp;&nbsp; float lat(lat);<br>
---------------------<br>
----------------------<br>
&nbsp; float lon(lon);<br>
--------------------<br>
-------------------<br><br>doubel time(time);<br>----------------------<br>--------------------------<br><br>
&nbsp;float climatology_data(time,depth,lon,lat)<br>
--------------------<br>
----------------------------- <br>
<br><b>Best Regards For All<br>F.Daryabor<br></b><br><br><b><i>F.Daryabor (Ph.D Student)<br>Center for Tropical and Climate Change System<br>Faculty of Sciences and Technology <br>National University of Malaysia (UKM)<br>
Bangi 43600<br>Selongor<br>Malaysia</i><br></b><br><br>

</div></blockquote></div></td></tr></table><br>