create climatology file
louis Vonder
appopson at YAHOO.FR
Sat Jan 16 03:21:01 EST 2010
Perhaps
you can how to do it with
NCO
or
CDO
Good luck
--- En date de : Sam 16.1.10, Farshid Daryabor <fdaryabor at GOOGLEMAIL.COM> a écrit :
De: Farshid Daryabor <fdaryabor at GOOGLEMAIL.COM>
Objet: create climatology file
À: GRADSUSR at LIST.CINECA.IT
Date: Samedi 16 Janvier 2010, 4h48
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/c9aea562/attachment.html
More information about the gradsusr
mailing list