Hi Farshid<br>I think you should use templates, look for templates at this link:<br><br><a href="http://www.iges.org/grads/gadoc/gadocindex.html">http://www.iges.org/grads/gadoc/gadocindex.html</a><br><br>Hernán<br><br><br>
<div class="gmail_quote">2010/1/16 Farshid Daryabor <span dir="ltr">&lt;<a href="mailto:fdaryabor@googlemail.com">fdaryabor@googlemail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">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>

</div></div></blockquote></div><br>