Displaying 1 result from an estimated 1 matches for "unit_duration".
2011 Sep 07
3
Editing the variables attributes section in the netCDF header of netCDF files created using the package ncdf.
...t; ;
double lon(lon) ;
lon:long_name = "longitude" ;
lon:standard_name = "longitude" ;
lon:units = "degrees_east" ;
lon:axis = "X" ;
byte ccd(time, lat, lon) ;
ccd:Unit_duration = 7.5f ;
ccd:units = "Unit_duration mins" ;
ccd:long_name = "Cold Cloud Duration" ;
ccd:short_name = "ccd" ;
ccd:_FillValue = -1b ;
And here is my attempt when using the ncdf package:
netcdf ccd1983_04_0...