create climatology file

Farshid Daryabor fdaryabor at GOOGLEMAIL.COM
Fri Jan 15 22:48:05 EST 2010


Dear All
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.

for example:



*THE FIRST FILE:*

netcdf January_data {
dimension:
lon=192;
lat=94;
time=UNLIMITED ; // (1 currently)
variables;
   float   lat(lat);
---------------------
----------------------
  float    lon(lon);
--------------------
-------------------
 float     January_data(depth,lon,lat)
--------------------
-----------------------------


  *THE SECOND FILE*

netcdf February_data {
dimension:

lon=192;
lat=94;
time=UNLIMITED ; // (1 currently)
variables;
   float      lat(lat);
---------------------
----------------------
  float       lon(lon);
--------------------
-------------------
 float     February_data(depth,lon,lat)
--------------------
-----------------------------
etc.
.
.
.
.
.
.
*THE TWELFTH FILE*


netcdf December_data {
dimension:

lon=192;
lat=94;
time=UNLIMITED ; // (1 currently)
variables;
   float lat(lat);
---------------------
----------------------
  float lon(lon);
--------------------
-------------------
 float December_data(depth,lon,lat)
--------------------
-----------------------------


*I need the 1 climatology file the like follow*:




netcdf climatology_data {
dimension:

lon=192;
lat=94;
time=UNLIMITED ; // (12 currently)
variables;
   float lat(lat);
---------------------
----------------------
  float lon(lon);
--------------------
-------------------

doubel time(time);
----------------------
--------------------------

 float climatology_data(time,depth,lon,lat)
--------------------
-----------------------------

*Best Regards For All
F.Daryabor
*

*F.Daryabor (Ph.D Student)
Center for Tropical and Climate Change System
Faculty of Sciences and Technology
National University of Malaysia (UKM)
Bangi 43600
Selongor
Malaysia
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20100116/d25e5b01/attachment.html 


More information about the gradsusr mailing list