making a netcdf
Joseph Pietrowicz
pietrowicz at ZEDXINC.COM
Tue Mar 9 16:59:00 EST 2010
HI
I've been trying to produce a netcdf file with opengrads 2.0.a7.oga.3
The problem is when I specify the time in days, daily_rad.ctl and use
write_nc.ctl to convert the binaries into a netcdf.
When I look at the netcdf using ncdump -h, the results are in
ncdump_result.txt.
How come I get the time units in terms of minutes since ... instead of days
since? This is needed for software other than looking at in GrADS.
Thanks.
Joe
-------------- next part --------------
netcdf rads_narr_1979 {
dimensions:
longitude = 960 ;
latitude = 336 ;
level = 1 ;
time = 365 ;
variables:
double longitude(longitude) ;
longitude:units = "degrees_east" ;
longitude:long_name = "Longitude" ;
double latitude(latitude) ;
latitude:units = "degrees_north" ;
latitude:long_name = "Latitude" ;
double level(level) ;
level:units = "millibar" ;
level:long_name = "Level" ;
double time(time) ;
time:long_name = "Time" ;
time:units = "minutes since 1979-01-01 00:00" ;
double rads(time, level, latitude, longitude) ;
rads:missing_value = -999000000. ;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/octet-stream
Size: 291 bytes
Desc: not available
Url : http://gradsusr.org/pipermail/gradsusr/attachments/20100309/087bae0d/attachment.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/octet-stream
Size: 261 bytes
Desc: not available
Url : http://gradsusr.org/pipermail/gradsusr/attachments/20100309/087bae0d/attachment-0001.obj
More information about the gradsusr
mailing list