[gradsusr] Lats4d!
abbas mofidi
abbasmofidi at yahoo.com
Fri Aug 27 01:30:04 EDT 2010
Hi GrADS Users,
I want to use Lats4d to combine several Netcdf files to each other. Can anyone
provide me an example that shows me how to combine several Netcdf files
together. I looked at Lats4d page but I really don't know what I need to put in
command line. I applied following command but it doesn't work.
lats4d -v -q -i /home/Data/APHRO_ME_050deg_V0902.1981 -j
/APHRO_ME_050deg_V0902.1982 -j /APHRO_ME_050deg_V0902.1983 -ftype sdf -o
/home/Data/APHRODIT -time 01jan1981 31dec1983
I'm using OpenGrADS (2.0.a8.oga.1) on Linux machine. You can find in the follow
data description.
Thanks,
Abbas
=======================================
netcdf APHRO_ME_050deg_V0902.1981 {
dimensions:
time = UNLIMITED ; // (365 currently)
longitude = 100 ;
latitude = 40 ;
variables:
double time(time) ;
time:units = "days since 1981-1-1 0" ;
double longitude(longitude) ;
longitude:units = "degrees_east" ;
longitude:long_name = "Longitude" ;
double latitude(latitude) ;
latitude:units = "degrees_north" ;
latitude:long_name = "Latitude" ;
float precip(time, latitude, longitude) ;
precip:long_name = "daily precipitation analysis interpolated into
0.5deg grids [mm/day]" ;
precip:units = "mm/day" ;
precip:level_description = "Earth surface" ;
precip:missing_value = -99.9f ;
float rstn(time, latitude, longitude) ;
rstn:long_name = "ratio of 0.05deg grids with station [%]" ;
rstn:units = "%" ;
rstn:level_description = "Earth surface" ;
rstn:missing_value = -99.9f ;
// global attributes:
:Conventions = "COARDS" ;
:calendar = "standard" ;
:comments = "APHRO_ME V0902 daily precipitation with 0.50deg grids" ;
:history = "Created by APHRODITE project team 08-Jun-2009" ;
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20100826/a9eb3f82/attachment-0003.html
More information about the gradsusr
mailing list