netcdf sat {
dimensions:
time = UNLIMITED ; // (7 currently)
variables:
float sat(time) ;
sat:FillValue = 9.96921e+36f ;
sat:units = "C" ;
double time(time) ;
time:long_name = "time" ;
time:units = "years since 0-1-1" ;
time:calendar = "noleap" ;
// global attributes:
:Conventions = "CF-1.0" ;
:experiment_name = "" ;
:run_stamp = "" ;
data:
sat = 13.4106, 13.42443, 13.43695, 13.44479, 13.45138, 13.44873, 13.39466 ;
time = 1850.5, 1851.5, 1852.5, 1853.5, 1854.5, 1855.5, 1856.5 ;
}