TEXT
17
netcdf outputfile
Guest on 14th May 2022 08:27:24 AM
netcdf outputfile {
dimensions:
cell = 5 ;
lev = 33 ;
time = UNLIMITED ; // (24 currently)
variables:
double lon(cell) ;
lon:units = "degrees_east" ;
lon:standard_name = "longitude" ;
double lat(cell) ;
lat:units = "degrees_north" ;
lat:standard_name = "latitude" ;
float lev(lev) ;
lev:long_name = "sigma_level" ;
lev:units = "sigma" ;
double time(time) ;
time:units = "day as %Y%m%d.%f" ;
float var(time, lev, cell) ;
bol:standard_name = "bol" ;
bol:units = "micro_mol/m^3" ;
bol:grid_type = "cell" ;
bol:coordinates = "lon lat" ;
// global attributes:
:CDI = "Climate Data Interface version 1.3.0" ;
:Conventions = "CF-1.0" ;
:history = "Wed Mar 11 11:34:43 2009: cdo remapdis,grid interp.nc qq.nc" ;
:CDO = "Climate Data Operators version 1.3.0 " ;
}