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>      <br>netcdf January_data {<br>dimension:<br>lon=192;<br>lat=94;<br>time=UNLIMITED ; // (1 currently)  <br>variables;<br>   float   lat(lat);<br>---------------------<br>
----------------------<br>  float    lon(lon);<br>--------------------<br>-------------------<br> float     January_data(depth,lon,lat)<br>--------------------<br>----------------------------- <br><br><br>  <b>THE SECOND FILE</b><br>

      <br>
netcdf February_data {<br>
dimension:<br>
<br>
lon=192;<br>
lat=94;<br>
time=UNLIMITED ; // (1 currently)  <br>
variables;<br>
   float      lat(lat);<br>
---------------------<br>
----------------------<br>
  float       lon(lon);<br>
--------------------<br>
-------------------<br>
 float     February_data(depth,lon,lat)<br>
--------------------<br>
----------------------------- <br>etc.<br>.<br>.<br>.<br>.<br>.<br>.<br><b>THE TWELFTH FILE</b><br><br>      <br>
netcdf December_data {<br>
dimension:<br>
<br>
lon=192;<br>
lat=94;<br>
time=UNLIMITED ; // (1 currently)  <br>
variables;<br>
   float lat(lat);<br>
---------------------<br>
----------------------<br>
  float lon(lon);<br>
--------------------<br>
-------------------<br>
 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>
      <br>
netcdf climatology_data {<br>
dimension:<br>
<br>
lon=192;<br>
lat=94;<br>
time=UNLIMITED ; // (12 currently)  <br>
variables;<br>
   float lat(lat);<br>
---------------------<br>
----------------------<br>
  float lon(lon);<br>
--------------------<br>
-------------------<br><br>doubel time(time);<br>----------------------<br>--------------------------<br><br>
 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>