Project

General

Profile

cdo mergetime error unsported array structure ยป header_iceh.txt

Marte Hofsteenge, 2020-02-19 10:43

 
netcdf iceh.1998-01-01 {
dimensions:
d2 = 2 ;
ni = 320 ;
nj = 384 ;
nc = 5 ;
nkice = 7 ;
nksnow = 1 ;
nkbio = 9 ;
nkaer = 11 ;
time = UNLIMITED ; // (1 currently)
nvertices = 4 ;
variables:
double time(time) ;
time:long_name = "model time" ;
time:units = "days since 1997-01-01 00:00:00" ;
time:calendar = "NoLeap" ;
time:bounds = "time_bounds" ;
float time_bounds(time, d2) ;
time_bounds:long_name = "boundaries for time-averaging interval" ;
time_bounds:units = "days since 1997-01-01 00:00:00" ;
float TLON(nj, ni) ;
TLON:long_name = "T grid center longitude" ;
TLON:units = "degrees_east" ;
TLON:missing_value = 1.e+30f ;
TLON:_FillValue = 1.e+30f ;
float TLAT(nj, ni) ;
TLAT:long_name = "T grid center latitude" ;
TLAT:units = "degrees_north" ;
TLAT:missing_value = 1.e+30f ;
TLAT:_FillValue = 1.e+30f ;
float ULON(nj, ni) ;
ULON:long_name = "U grid center longitude" ;
ULON:units = "degrees_east" ;
ULON:missing_value = 1.e+30f ;
ULON:_FillValue = 1.e+30f ;
float ULAT(nj, ni) ;
ULAT:long_name = "U grid center latitude" ;
ULAT:units = "degrees_north" ;
ULAT:missing_value = 1.e+30f ;
ULAT:_FillValue = 1.e+30f ;
ULAT:comment = "Latitude of NE corner of T grid cell" ;
float NCAT(nc) ;
NCAT:long_name = "category maximum thickness" ;
NCAT:units = "m" ;
float VGRDi(nkice) ;
VGRDi:long_name = "vertical ice levels" ;
VGRDi:units = "1" ;
float VGRDa(nkaer) ;
VGRDa:long_name = "vertical snow-ice-bio levels" ;
VGRDa:units = "1" ;
float tmask(nj, ni) ;
tmask:long_name = "ocean grid mask" ;
tmask:coordinates = "TLON TLAT" ;
tmask:comment = "0 = land, 1 = ocean" ;
tmask:missing_value = 1.e+30f ;
tmask:_FillValue = 1.e+30f ;
float blkmask(nj, ni) ;
blkmask:long_name = "ice grid block mask" ;
blkmask:coordinates = "TLON TLAT" ;
blkmask:comment = "mytask + iblk/100" ;
blkmask:missing_value = 1.e+30f ;
blkmask:_FillValue = 1.e+30f ;
float tarea(nj, ni) ;
tarea:long_name = "area of T grid cells" ;
tarea:units = "m^2" ;
tarea:coordinates = "TLON TLAT" ;
tarea:missing_value = 1.e+30f ;
tarea:_FillValue = 1.e+30f ;
float uarea(nj, ni) ;
uarea:long_name = "area of U grid cells" ;
uarea:units = "m^2" ;
uarea:coordinates = "ULON ULAT" ;
uarea:missing_value = 1.e+30f ;
uarea:_FillValue = 1.e+30f ;
float ANGLE(nj, ni) ;
ANGLE:long_name = "angle grid makes with latitude line on U grid" ;
ANGLE:units = "radians" ;
ANGLE:coordinates = "ULON ULAT" ;
ANGLE:missing_value = 1.e+30f ;
ANGLE:_FillValue = 1.e+30f ;
float ANGLET(nj, ni) ;
ANGLET:long_name = "angle grid makes with latitude line on T grid" ;
ANGLET:units = "radians" ;
ANGLET:coordinates = "TLON TLAT" ;
ANGLET:missing_value = 1.e+30f ;
ANGLET:_FillValue = 1.e+30f ;
float hi(time, nj, ni) ;
hi:units = "m" ;
hi:long_name = "grid cell mean ice thickness" ;
hi:coordinates = "TLON TLAT time" ;
hi:cell_measures = "area: tarea" ;
hi:missing_value = 1.e+30f ;
hi:_FillValue = 1.e+30f ;
hi:cell_methods = "time: mean" ;
hi:time_rep = "averaged" ;
float hs(time, nj, ni) ;
hs:units = "m" ;
hs:long_name = "grid cell mean snow thickness" ;
hs:coordinates = "TLON TLAT time" ;
hs:cell_measures = "area: tarea" ;
hs:missing_value = 1.e+30f ;
hs:_FillValue = 1.e+30f ;
hs:cell_methods = "time: mean" ;
hs:time_rep = "averaged" ;
float Tsfc(time, nj, ni) ;
Tsfc:units = "C" ;
Tsfc:long_name = "snow/ice surface temperature" ;
Tsfc:coordinates = "TLON TLAT time" ;
Tsfc:cell_measures = "area: tarea" ;
Tsfc:missing_value = 1.e+30f ;
Tsfc:_FillValue = 1.e+30f ;
Tsfc:cell_methods = "time: mean" ;
Tsfc:time_rep = "averaged" ;
float aice(time, nj, ni) ;
aice:units = "1" ;
aice:long_name = "ice area (aggregate)" ;
aice:coordinates = "TLON TLAT time" ;
aice:cell_measures = "area: tarea" ;
aice:missing_value = 1.e+30f ;
aice:_FillValue = 1.e+30f ;
aice:cell_methods = "time: mean" ;
aice:time_rep = "averaged" ;
float uvel(time, nj, ni) ;
uvel:units = "m/s" ;
uvel:long_name = "ice velocity (x)" ;
uvel:coordinates = "ULON ULAT time" ;
uvel:cell_measures = "area: uarea" ;
uvel:missing_value = 1.e+30f ;
uvel:_FillValue = 1.e+30f ;
uvel:cell_methods = "time: mean" ;
uvel:time_rep = "averaged" ;
float vvel(time, nj, ni) ;
vvel:units = "m/s" ;
vvel:long_name = "ice velocity (y)" ;
vvel:coordinates = "ULON ULAT time" ;
vvel:cell_measures = "area: uarea" ;
vvel:missing_value = 1.e+30f ;
vvel:_FillValue = 1.e+30f ;
vvel:cell_methods = "time: mean" ;
vvel:time_rep = "averaged" ;
float uatm(time, nj, ni) ;
uatm:units = "m/s" ;
uatm:long_name = "atm velocity (x)" ;
uatm:coordinates = "ULON ULAT time" ;
uatm:cell_measures = "area: uarea" ;
uatm:missing_value = 1.e+30f ;
uatm:_FillValue = 1.e+30f ;
uatm:cell_methods = "time: mean" ;
uatm:time_rep = "averaged" ;
float vatm(time, nj, ni) ;
vatm:units = "m/s" ;
vatm:long_name = "atm velocity (y)" ;
vatm:coordinates = "ULON ULAT time" ;
vatm:cell_measures = "area: uarea" ;
vatm:missing_value = 1.e+30f ;
vatm:_FillValue = 1.e+30f ;
vatm:cell_methods = "time: mean" ;
vatm:time_rep = "averaged" ;
float sice(time, nj, ni) ;
sice:units = "ppt" ;
sice:long_name = "bulk ice salinity" ;
sice:coordinates = "TLON TLAT time" ;
sice:cell_measures = "area: tarea" ;
sice:missing_value = 1.e+30f ;
sice:_FillValue = 1.e+30f ;
sice:cell_methods = "time: mean" ;
sice:time_rep = "averaged" ;
float fswup(time, nj, ni) ;
fswup:units = "W/m^2" ;
fswup:long_name = "upward solar flux" ;
fswup:coordinates = "TLON TLAT time" ;
fswup:cell_measures = "area: tarea" ;
fswup:missing_value = 1.e+30f ;
fswup:_FillValue = 1.e+30f ;
fswup:cell_methods = "time: mean" ;
fswup:time_rep = "averaged" ;
float fswdn(time, nj, ni) ;
fswdn:units = "W/m^2" ;
fswdn:long_name = "down solar flux" ;
fswdn:coordinates = "TLON TLAT time" ;
fswdn:cell_measures = "area: tarea" ;
fswdn:missing_value = 1.e+30f ;
fswdn:_FillValue = 1.e+30f ;
fswdn:cell_methods = "time: mean" ;
fswdn:time_rep = "averaged" ;
float flwdn(time, nj, ni) ;
flwdn:units = "W/m^2" ;
flwdn:long_name = "down longwave flux" ;
flwdn:coordinates = "TLON TLAT time" ;
flwdn:cell_measures = "area: tarea" ;
flwdn:missing_value = 1.e+30f ;
flwdn:_FillValue = 1.e+30f ;
flwdn:cell_methods = "time: mean" ;
flwdn:time_rep = "averaged" ;
float snow_ai(time, nj, ni) ;
snow_ai:units = "cm/day" ;
snow_ai:long_name = "snowfall rate" ;
snow_ai:coordinates = "TLON TLAT time" ;
snow_ai:cell_measures = "area: tarea" ;
snow_ai:missing_value = 1.e+30f ;
snow_ai:_FillValue = 1.e+30f ;
snow_ai:cell_methods = "time: mean" ;
snow_ai:time_rep = "averaged" ;
float rain_ai(time, nj, ni) ;
rain_ai:units = "cm/day" ;
rain_ai:long_name = "rainfall rate" ;
rain_ai:coordinates = "TLON TLAT time" ;
rain_ai:cell_measures = "area: tarea" ;
rain_ai:missing_value = 1.e+30f ;
rain_ai:_FillValue = 1.e+30f ;
rain_ai:cell_methods = "time: mean" ;
rain_ai:time_rep = "averaged" ;
float sst(time, nj, ni) ;
sst:units = "C" ;
sst:long_name = "sea surface temperature" ;
sst:coordinates = "TLON TLAT time" ;
sst:cell_measures = "area: tarea" ;
sst:missing_value = 1.e+30f ;
sst:_FillValue = 1.e+30f ;
sst:cell_methods = "time: mean" ;
sst:time_rep = "averaged" ;
float sss(time, nj, ni) ;
sss:units = "ppt" ;
sss:long_name = "sea surface salinity" ;
sss:coordinates = "TLON TLAT time" ;
sss:cell_measures = "area: tarea" ;
sss:missing_value = 1.e+30f ;
sss:_FillValue = 1.e+30f ;
sss:cell_methods = "time: mean" ;
sss:time_rep = "averaged" ;
float uocn(time, nj, ni) ;
uocn:units = "m/s" ;
uocn:long_name = "ocean current (x)" ;
uocn:coordinates = "ULON ULAT time" ;
uocn:cell_measures = "area: uarea" ;
uocn:missing_value = 1.e+30f ;
uocn:_FillValue = 1.e+30f ;
uocn:cell_methods = "time: mean" ;
uocn:time_rep = "averaged" ;
float vocn(time, nj, ni) ;
vocn:units = "m/s" ;
vocn:long_name = "ocean current (y)" ;
vocn:coordinates = "ULON ULAT time" ;
vocn:cell_measures = "area: uarea" ;
vocn:missing_value = 1.e+30f ;
vocn:_FillValue = 1.e+30f ;
vocn:cell_methods = "time: mean" ;
vocn:time_rep = "averaged" ;
float frzmlt(time, nj, ni) ;
frzmlt:units = "W/m^2" ;
frzmlt:long_name = "freeze/melt potential" ;
frzmlt:coordinates = "TLON TLAT time" ;
frzmlt:cell_measures = "area: tarea" ;
frzmlt:missing_value = 1.e+30f ;
frzmlt:_FillValue = 1.e+30f ;
frzmlt:cell_methods = "time: mean" ;
frzmlt:time_rep = "averaged" ;
float scale_factor(time, nj, ni) ;
scale_factor:units = "1" ;
scale_factor:long_name = "shortwave scaling factor" ;
scale_factor:coordinates = "TLON TLAT time" ;
scale_factor:cell_measures = "area: tarea" ;
scale_factor:missing_value = 1.e+30f ;
scale_factor:_FillValue = 1.e+30f ;
scale_factor:cell_methods = "time: mean" ;
scale_factor:time_rep = "averaged" ;
float fswint_ai(time, nj, ni) ;
fswint_ai:units = "W/m^2" ;
fswint_ai:long_name = "shortwave absorbed in ice interior" ;
fswint_ai:coordinates = "TLON TLAT time" ;
fswint_ai:cell_measures = "area: tarea" ;
fswint_ai:missing_value = 1.e+30f ;
fswint_ai:_FillValue = 1.e+30f ;
fswint_ai:cell_methods = "time: mean" ;
fswint_ai:time_rep = "averaged" ;
float fswabs(time, nj, ni) ;
fswabs:units = "W/m^2" ;
fswabs:long_name = "snow/ice/ocn absorbed solar flux (cpl)" ;
fswabs:coordinates = "TLON TLAT time" ;
fswabs:cell_measures = "area: tarea" ;
fswabs:missing_value = 1.e+30f ;
fswabs:_FillValue = 1.e+30f ;
fswabs:cell_methods = "time: mean" ;
fswabs:time_rep = "averaged" ;
float fswabs_ai(time, nj, ni) ;
fswabs_ai:units = "W/m^2" ;
fswabs_ai:long_name = "snow/ice/ocn absorbed solar flux" ;
fswabs_ai:coordinates = "TLON TLAT time" ;
fswabs_ai:cell_measures = "area: tarea" ;
fswabs_ai:missing_value = 1.e+30f ;
fswabs_ai:_FillValue = 1.e+30f ;
fswabs_ai:cell_methods = "time: mean" ;
fswabs_ai:time_rep = "averaged" ;
float albsni(time, nj, ni) ;
albsni:units = "%" ;
albsni:long_name = "snow/ice broad band albedo" ;
albsni:coordinates = "TLON TLAT time" ;
albsni:cell_measures = "area: tarea" ;
albsni:missing_value = 1.e+30f ;
albsni:_FillValue = 1.e+30f ;
albsni:cell_methods = "time: mean" ;
albsni:time_rep = "averaged" ;
float coszen(time, nj, ni) ;
coszen:units = "radian" ;
coszen:long_name = "cosine of the zenith angle" ;
coszen:coordinates = "TLON TLAT time" ;
coszen:cell_measures = "area: tarea" ;
coszen:missing_value = 1.e+30f ;
coszen:_FillValue = 1.e+30f ;
coszen:cell_methods = "time: mean" ;
coszen:time_rep = "averaged" ;
float flat_ai(time, nj, ni) ;
flat_ai:units = "W/m^2" ;
flat_ai:long_name = "latent heat flux" ;
flat_ai:coordinates = "TLON TLAT time" ;
flat_ai:cell_measures = "area: tarea" ;
flat_ai:missing_value = 1.e+30f ;
flat_ai:_FillValue = 1.e+30f ;
flat_ai:cell_methods = "time: mean" ;
flat_ai:time_rep = "averaged" ;
float fsens_ai(time, nj, ni) ;
fsens_ai:units = "W/m^2" ;
fsens_ai:long_name = "sensible heat flux" ;
fsens_ai:coordinates = "TLON TLAT time" ;
fsens_ai:cell_measures = "area: tarea" ;
fsens_ai:missing_value = 1.e+30f ;
fsens_ai:_FillValue = 1.e+30f ;
fsens_ai:cell_methods = "time: mean" ;
fsens_ai:time_rep = "averaged" ;
float flwup_ai(time, nj, ni) ;
flwup_ai:units = "W/m^2" ;
flwup_ai:long_name = "upward longwave flux" ;
flwup_ai:coordinates = "TLON TLAT time" ;
flwup_ai:cell_measures = "area: tarea" ;
flwup_ai:missing_value = 1.e+30f ;
flwup_ai:_FillValue = 1.e+30f ;
flwup_ai:cell_methods = "time: mean" ;
flwup_ai:time_rep = "averaged" ;
float evap_ai(time, nj, ni) ;
evap_ai:units = "cm/day" ;
evap_ai:long_name = "evaporative water flux" ;
evap_ai:coordinates = "TLON TLAT time" ;
evap_ai:cell_measures = "area: tarea" ;
evap_ai:missing_value = 1.e+30f ;
evap_ai:_FillValue = 1.e+30f ;
evap_ai:cell_methods = "time: mean" ;
evap_ai:time_rep = "averaged" ;
float Tair(time, nj, ni) ;
Tair:units = "C" ;
Tair:long_name = "air temperature" ;
Tair:coordinates = "TLON TLAT time" ;
Tair:cell_measures = "area: tarea" ;
Tair:missing_value = 1.e+30f ;
Tair:_FillValue = 1.e+30f ;
Tair:cell_methods = "time: mean" ;
Tair:time_rep = "averaged" ;
float congel(time, nj, ni) ;
congel:units = "cm/day" ;
congel:long_name = "congelation ice growth" ;
congel:coordinates = "TLON TLAT time" ;
congel:cell_measures = "area: tarea" ;
congel:missing_value = 1.e+30f ;
congel:_FillValue = 1.e+30f ;
congel:cell_methods = "time: mean" ;
congel:time_rep = "averaged" ;
float frazil(time, nj, ni) ;
frazil:units = "cm/day" ;
frazil:long_name = "frazil ice growth" ;
frazil:coordinates = "TLON TLAT time" ;
frazil:cell_measures = "area: tarea" ;
frazil:missing_value = 1.e+30f ;
frazil:_FillValue = 1.e+30f ;
frazil:cell_methods = "time: mean" ;
frazil:time_rep = "averaged" ;
float snoice(time, nj, ni) ;
snoice:units = "cm/day" ;
snoice:long_name = "snow-ice formation" ;
snoice:coordinates = "TLON TLAT time" ;
snoice:cell_measures = "area: tarea" ;
snoice:missing_value = 1.e+30f ;
snoice:_FillValue = 1.e+30f ;
snoice:cell_methods = "time: mean" ;
snoice:time_rep = "averaged" ;
float meltt(time, nj, ni) ;
meltt:units = "cm/day" ;
meltt:long_name = "top ice melt" ;
meltt:coordinates = "TLON TLAT time" ;
meltt:cell_measures = "area: tarea" ;
meltt:missing_value = 1.e+30f ;
meltt:_FillValue = 1.e+30f ;
meltt:cell_methods = "time: mean" ;
meltt:time_rep = "averaged" ;
float melts(time, nj, ni) ;
melts:units = "cm/day" ;
melts:long_name = "top snow melt" ;
melts:coordinates = "TLON TLAT time" ;
melts:cell_measures = "area: tarea" ;
melts:missing_value = 1.e+30f ;
melts:_FillValue = 1.e+30f ;
melts:cell_methods = "time: mean" ;
melts:time_rep = "averaged" ;
float meltb(time, nj, ni) ;
meltb:units = "cm/day" ;
meltb:long_name = "basal ice melt" ;
meltb:coordinates = "TLON TLAT time" ;
meltb:cell_measures = "area: tarea" ;
meltb:missing_value = 1.e+30f ;
meltb:_FillValue = 1.e+30f ;
meltb:cell_methods = "time: mean" ;
meltb:time_rep = "averaged" ;
float meltl(time, nj, ni) ;
meltl:units = "cm/day" ;
meltl:long_name = "lateral ice melt" ;
meltl:coordinates = "TLON TLAT time" ;
meltl:cell_measures = "area: tarea" ;
meltl:missing_value = 1.e+30f ;
meltl:_FillValue = 1.e+30f ;
meltl:cell_methods = "time: mean" ;
meltl:time_rep = "averaged" ;
float fresh_ai(time, nj, ni) ;
fresh_ai:units = "cm/day" ;
fresh_ai:long_name = "freshwtr flx ice to ocn" ;
fresh_ai:coordinates = "TLON TLAT time" ;
fresh_ai:cell_measures = "area: tarea" ;
fresh_ai:missing_value = 1.e+30f ;
fresh_ai:_FillValue = 1.e+30f ;
fresh_ai:cell_methods = "time: mean" ;
fresh_ai:time_rep = "averaged" ;
float fsalt_ai(time, nj, ni) ;
fsalt_ai:units = "kg/m^2/s" ;
fsalt_ai:long_name = "salt flux ice to ocean" ;
fsalt_ai:coordinates = "TLON TLAT time" ;
fsalt_ai:cell_measures = "area: tarea" ;
fsalt_ai:missing_value = 1.e+30f ;
fsalt_ai:_FillValue = 1.e+30f ;
fsalt_ai:cell_methods = "time: mean" ;
fsalt_ai:time_rep = "averaged" ;
float fbot(time, nj, ni) ;
fbot:units = "W/m^2" ;
fbot:long_name = "heat flux ice to ocean (fbot)" ;
fbot:coordinates = "TLON TLAT time" ;
fbot:cell_measures = "area: tarea" ;
fbot:missing_value = 1.e+30f ;
fbot:_FillValue = 1.e+30f ;
fbot:cell_methods = "time: mean" ;
fbot:time_rep = "averaged" ;
float fhocn_ai(time, nj, ni) ;
fhocn_ai:units = "W/m^2" ;
fhocn_ai:long_name = "heat flux ice to ocean (fhocn_ai)" ;
fhocn_ai:coordinates = "TLON TLAT time" ;
fhocn_ai:cell_measures = "area: tarea" ;
fhocn_ai:missing_value = 1.e+30f ;
fhocn_ai:_FillValue = 1.e+30f ;
fhocn_ai:cell_methods = "time: mean" ;
fhocn_ai:time_rep = "averaged" ;
float fswthru_ai(time, nj, ni) ;
fswthru_ai:units = "W/m^2" ;
fswthru_ai:long_name = "SW flux thru ice to ocean" ;
fswthru_ai:coordinates = "TLON TLAT time" ;
fswthru_ai:cell_measures = "area: tarea" ;
fswthru_ai:missing_value = 1.e+30f ;
fswthru_ai:_FillValue = 1.e+30f ;
fswthru_ai:cell_methods = "time: mean" ;
fswthru_ai:time_rep = "averaged" ;
float strairx(time, nj, ni) ;
strairx:units = "N/m^2" ;
strairx:long_name = "atm/ice stress (x)" ;
strairx:coordinates = "ULON ULAT time" ;
strairx:cell_measures = "area: uarea" ;
strairx:missing_value = 1.e+30f ;
strairx:_FillValue = 1.e+30f ;
strairx:cell_methods = "time: mean" ;
strairx:time_rep = "averaged" ;
float strairy(time, nj, ni) ;
strairy:units = "N/m^2" ;
strairy:long_name = "atm/ice stress (y)" ;
strairy:coordinates = "ULON ULAT time" ;
strairy:cell_measures = "area: uarea" ;
strairy:missing_value = 1.e+30f ;
strairy:_FillValue = 1.e+30f ;
strairy:cell_methods = "time: mean" ;
strairy:time_rep = "averaged" ;
float strength(time, nj, ni) ;
strength:units = "N/m" ;
strength:long_name = "compressive ice strength" ;
strength:coordinates = "TLON TLAT time" ;
strength:cell_measures = "area: tarea" ;
strength:missing_value = 1.e+30f ;
strength:_FillValue = 1.e+30f ;
strength:cell_methods = "time: mean" ;
strength:time_rep = "averaged" ;
float divu(time, nj, ni) ;
divu:units = "%/day" ;
divu:long_name = "strain rate (divergence)" ;
divu:coordinates = "TLON TLAT time" ;
divu:cell_measures = "area: tarea" ;
divu:missing_value = 1.e+30f ;
divu:_FillValue = 1.e+30f ;
divu:cell_methods = "time: mean" ;
divu:time_rep = "instantaneous" ;
float shear(time, nj, ni) ;
shear:units = "%/day" ;
shear:long_name = "strain rate (shear)" ;
shear:coordinates = "TLON TLAT time" ;
shear:cell_measures = "area: tarea" ;
shear:missing_value = 1.e+30f ;
shear:_FillValue = 1.e+30f ;
shear:cell_methods = "time: mean" ;
shear:time_rep = "instantaneous" ;
float sig1(time, nj, ni) ;
sig1:units = "1" ;
sig1:long_name = "norm. principal stress 1" ;
sig1:coordinates = "ULON ULAT time" ;
sig1:cell_measures = "area: uarea" ;
sig1:missing_value = 1.e+30f ;
sig1:_FillValue = 1.e+30f ;
sig1:cell_methods = "time: mean" ;
sig1:time_rep = "instantaneous" ;
float sig2(time, nj, ni) ;
sig2:units = "1" ;
sig2:long_name = "norm. principal stress 2" ;
sig2:coordinates = "ULON ULAT time" ;
sig2:cell_measures = "area: uarea" ;
sig2:missing_value = 1.e+30f ;
sig2:_FillValue = 1.e+30f ;
sig2:cell_methods = "time: mean" ;
sig2:time_rep = "instantaneous" ;
float sigP(time, nj, ni) ;
sigP:units = "1" ;
sigP:long_name = "ice pressure" ;
sigP:coordinates = "ULON ULAT time" ;
sigP:cell_measures = "area: uarea" ;
sigP:missing_value = 1.e+30f ;
sigP:_FillValue = 1.e+30f ;
sigP:cell_methods = "time: mean" ;
sigP:time_rep = "instantaneous" ;
float dvidtt(time, nj, ni) ;
dvidtt:units = "cm/day" ;
dvidtt:long_name = "volume tendency thermo" ;
dvidtt:coordinates = "TLON TLAT time" ;
dvidtt:cell_measures = "area: tarea" ;
dvidtt:missing_value = 1.e+30f ;
dvidtt:_FillValue = 1.e+30f ;
dvidtt:cell_methods = "time: mean" ;
dvidtt:time_rep = "averaged" ;
float dvidtd(time, nj, ni) ;
dvidtd:units = "cm/day" ;
dvidtd:long_name = "volume tendency dynamics" ;
dvidtd:coordinates = "TLON TLAT time" ;
dvidtd:cell_measures = "area: tarea" ;
dvidtd:missing_value = 1.e+30f ;
dvidtd:_FillValue = 1.e+30f ;
dvidtd:cell_methods = "time: mean" ;
dvidtd:time_rep = "averaged" ;
float daidtt(time, nj, ni) ;
daidtt:units = "%/day" ;
daidtt:long_name = "area tendency thermo" ;
daidtt:coordinates = "TLON TLAT time" ;
daidtt:cell_measures = "area: tarea" ;
daidtt:missing_value = 1.e+30f ;
daidtt:_FillValue = 1.e+30f ;
daidtt:cell_methods = "time: mean" ;
daidtt:time_rep = "averaged" ;
float daidtd(time, nj, ni) ;
daidtd:units = "%/day" ;
daidtd:long_name = "area tendency dynamics" ;
daidtd:coordinates = "TLON TLAT time" ;
daidtd:cell_measures = "area: tarea" ;
daidtd:missing_value = 1.e+30f ;
daidtd:_FillValue = 1.e+30f ;
daidtd:cell_methods = "time: mean" ;
daidtd:time_rep = "averaged" ;
float dagedtt(time, nj, ni) ;
dagedtt:units = "day/day" ;
dagedtt:long_name = "age tendency thermo" ;
dagedtt:coordinates = "TLON TLAT time" ;
dagedtt:cell_measures = "area: tarea" ;
dagedtt:missing_value = 1.e+30f ;
dagedtt:_FillValue = 1.e+30f ;
dagedtt:cell_methods = "time: mean" ;
dagedtt:time_rep = "averaged" ;
float dagedtd(time, nj, ni) ;
dagedtd:units = "day/day" ;
dagedtd:long_name = "age tendency dynamics" ;
dagedtd:coordinates = "TLON TLAT time" ;
dagedtd:cell_measures = "area: tarea" ;
dagedtd:missing_value = 1.e+30f ;
dagedtd:_FillValue = 1.e+30f ;
dagedtd:cell_methods = "time: mean" ;
dagedtd:time_rep = "averaged" ;
float mlt_onset(time, nj, ni) ;
mlt_onset:units = "day of year" ;
mlt_onset:long_name = "melt onset date" ;
mlt_onset:coordinates = "TLON TLAT time" ;
mlt_onset:cell_measures = "area: tarea" ;
mlt_onset:missing_value = 1.e+30f ;
mlt_onset:_FillValue = 1.e+30f ;
mlt_onset:cell_methods = "time: mean" ;
mlt_onset:time_rep = "instantaneous" ;
float frz_onset(time, nj, ni) ;
frz_onset:units = "day of year" ;
frz_onset:long_name = "freeze onset date" ;
frz_onset:coordinates = "TLON TLAT time" ;
frz_onset:cell_measures = "area: tarea" ;
frz_onset:missing_value = 1.e+30f ;
frz_onset:_FillValue = 1.e+30f ;
frz_onset:cell_methods = "time: mean" ;
frz_onset:time_rep = "instantaneous" ;
float trsig(time, nj, ni) ;
trsig:units = "N/m" ;
trsig:long_name = "internal stress tensor trace" ;
trsig:coordinates = "TLON TLAT time" ;
trsig:cell_measures = "area: tarea" ;
trsig:missing_value = 1.e+30f ;
trsig:_FillValue = 1.e+30f ;
trsig:cell_methods = "time: mean" ;
trsig:time_rep = "instantaneous" ;
float ice_present(time, nj, ni) ;
ice_present:units = "1" ;
ice_present:long_name = "fraction of time-avg interval that ice is present" ;
ice_present:coordinates = "TLON TLAT time" ;
ice_present:cell_measures = "area: tarea" ;
ice_present:missing_value = 1.e+30f ;
ice_present:_FillValue = 1.e+30f ;
ice_present:cell_methods = "time: mean" ;
ice_present:time_rep = "averaged" ;
float iage(time, nj, ni) ;
iage:units = "years" ;
iage:long_name = "sea ice age" ;
iage:coordinates = "TLON TLAT time" ;
iage:cell_measures = "area: tarea" ;
iage:missing_value = 1.e+30f ;
iage:_FillValue = 1.e+30f ;
iage:cell_methods = "time: mean" ;
iage:time_rep = "averaged" ;
float FYarea(time, nj, ni) ;
FYarea:units = "" ;
FYarea:long_name = "first-year ice area" ;
FYarea:coordinates = "TLON TLAT time" ;
FYarea:cell_measures = "area: tarea" ;
FYarea:missing_value = 1.e+30f ;
FYarea:_FillValue = 1.e+30f ;
FYarea:cell_methods = "time: mean" ;
FYarea:time_rep = "averaged" ;
float alvl(time, nj, ni) ;
alvl:units = "1" ;
alvl:long_name = "level ice area fraction" ;
alvl:coordinates = "TLON TLAT time" ;
alvl:cell_measures = "area: tarea" ;
alvl:missing_value = 1.e+30f ;
alvl:_FillValue = 1.e+30f ;
alvl:cell_methods = "time: mean" ;
alvl:time_rep = "averaged" ;
float vlvl(time, nj, ni) ;
vlvl:units = "m" ;
vlvl:long_name = "level ice volume" ;
vlvl:coordinates = "TLON TLAT time" ;
vlvl:cell_measures = "area: tarea" ;
vlvl:missing_value = 1.e+30f ;
vlvl:_FillValue = 1.e+30f ;
vlvl:cell_methods = "time: mean" ;
vlvl:time_rep = "averaged" ;
float ardg(time, nj, ni) ;
ardg:units = "1" ;
ardg:long_name = "ridged ice area fraction" ;
ardg:coordinates = "TLON TLAT time" ;
ardg:cell_measures = "area: tarea" ;
ardg:missing_value = 1.e+30f ;
ardg:_FillValue = 1.e+30f ;
ardg:cell_methods = "time: mean" ;
ardg:time_rep = "averaged" ;
float vrdg(time, nj, ni) ;
vrdg:units = "m" ;
vrdg:long_name = "ridged ice volume" ;
vrdg:coordinates = "TLON TLAT time" ;
vrdg:cell_measures = "area: tarea" ;
vrdg:missing_value = 1.e+30f ;
vrdg:_FillValue = 1.e+30f ;
vrdg:cell_methods = "time: mean" ;
vrdg:time_rep = "averaged" ;
float apond(time, nj, ni) ;
apond:units = "1" ;
apond:long_name = "melt pond fraction of sea ice" ;
apond:coordinates = "TLON TLAT time" ;
apond:cell_measures = "area: tarea" ;
apond:missing_value = 1.e+30f ;
apond:_FillValue = 1.e+30f ;
apond:cell_methods = "time: mean" ;
apond:time_rep = "averaged" ;
float apond_ai(time, nj, ni) ;
apond_ai:units = "1" ;
apond_ai:long_name = "melt pond fraction of grid cell" ;
apond_ai:coordinates = "TLON TLAT time" ;
apond_ai:cell_measures = "area: tarea" ;
apond_ai:missing_value = 1.e+30f ;
apond_ai:_FillValue = 1.e+30f ;
apond_ai:cell_methods = "time: mean" ;
apond_ai:time_rep = "averaged" ;
float hpond(time, nj, ni) ;
hpond:units = "m" ;
hpond:long_name = "mean melt pond depth over sea ice" ;
hpond:coordinates = "TLON TLAT time" ;
hpond:cell_measures = "area: tarea" ;
hpond:missing_value = 1.e+30f ;
hpond:_FillValue = 1.e+30f ;
hpond:cell_methods = "time: mean" ;
hpond:time_rep = "averaged" ;
float hpond_ai(time, nj, ni) ;
hpond_ai:units = "m" ;
hpond_ai:long_name = "mean melt pond depth over grid cell" ;
hpond_ai:coordinates = "TLON TLAT time" ;
hpond_ai:cell_measures = "area: tarea" ;
hpond_ai:missing_value = 1.e+30f ;
hpond_ai:_FillValue = 1.e+30f ;
hpond_ai:cell_methods = "time: mean" ;
hpond_ai:time_rep = "averaged" ;
float ipond(time, nj, ni) ;
ipond:units = "m" ;
ipond:long_name = "mean pond ice thickness over sea ice" ;
ipond:coordinates = "TLON TLAT time" ;
ipond:cell_measures = "area: tarea" ;
ipond:missing_value = 1.e+30f ;
ipond:_FillValue = 1.e+30f ;
ipond:cell_methods = "time: mean" ;
ipond:time_rep = "averaged" ;
float ipond_ai(time, nj, ni) ;
ipond_ai:units = "m" ;
ipond_ai:long_name = "mean pond ice thickness over grid cell" ;
ipond_ai:coordinates = "TLON TLAT time" ;
ipond_ai:cell_measures = "area: tarea" ;
ipond_ai:missing_value = 1.e+30f ;
ipond_ai:_FillValue = 1.e+30f ;
ipond_ai:cell_methods = "time: mean" ;
ipond_ai:time_rep = "averaged" ;
float apeff(time, nj, ni) ;
apeff:units = "1" ;
apeff:long_name = "radiation-effective pond area fraction of sea ice" ;
apeff:coordinates = "TLON TLAT time" ;
apeff:cell_measures = "area: tarea" ;
apeff:missing_value = 1.e+30f ;
apeff:_FillValue = 1.e+30f ;
apeff:cell_methods = "time: mean" ;
apeff:time_rep = "averaged" ;
float apeff_ai(time, nj, ni) ;
apeff_ai:units = "1" ;
apeff_ai:long_name = "radiation-effective pond area fraction over grid cell" ;
apeff_ai:coordinates = "TLON TLAT time" ;
apeff_ai:cell_measures = "area: tarea" ;
apeff_ai:missing_value = 1.e+30f ;
apeff_ai:_FillValue = 1.e+30f ;
apeff_ai:cell_methods = "time: mean" ;
apeff_ai:time_rep = "averaged" ;
float hfreebd(time, nj, ni) ;
hfreebd:units = "m" ;
hfreebd:long_name = "hfreebd: freeboard" ;
hfreebd:coordinates = "TLON TLAT time" ;
hfreebd:cell_measures = "area: tarea" ;
hfreebd:missing_value = 1.e+30f ;
hfreebd:_FillValue = 1.e+30f ;
hfreebd:cell_methods = "time: mean" ;
hfreebd:time_rep = "averaged" ;
float hdraft(time, nj, ni) ;
hdraft:units = "m" ;
hdraft:long_name = "hdraft: draught" ;
hdraft:coordinates = "TLON TLAT time" ;
hdraft:cell_measures = "area: tarea" ;
hdraft:missing_value = 1.e+30f ;
hdraft:_FillValue = 1.e+30f ;
hdraft:cell_methods = "time: mean" ;
hdraft:time_rep = "averaged" ;
float hridge(time, nj, ni) ;
hridge:units = "m" ;
hridge:long_name = "hridge: ridge height" ;
hridge:coordinates = "TLON TLAT time" ;
hridge:cell_measures = "area: tarea" ;
hridge:missing_value = 1.e+30f ;
hridge:_FillValue = 1.e+30f ;
hridge:cell_methods = "time: mean" ;
hridge:time_rep = "averaged" ;
float distrdg(time, nj, ni) ;
distrdg:units = "m" ;
distrdg:long_name = "distrdg: distance between ridges" ;
distrdg:coordinates = "TLON TLAT time" ;
distrdg:cell_measures = "area: tarea" ;
distrdg:missing_value = 1.e+30f ;
distrdg:_FillValue = 1.e+30f ;
distrdg:cell_methods = "time: mean" ;
distrdg:time_rep = "averaged" ;
float hkeel(time, nj, ni) ;
hkeel:units = "m" ;
hkeel:long_name = "hkeel: keel depth" ;
hkeel:coordinates = "TLON TLAT time" ;
hkeel:cell_measures = "area: tarea" ;
hkeel:missing_value = 1.e+30f ;
hkeel:_FillValue = 1.e+30f ;
hkeel:cell_methods = "time: mean" ;
hkeel:time_rep = "averaged" ;
float dkeel(time, nj, ni) ;
dkeel:units = "m" ;
dkeel:long_name = "dkeel: distance between keels" ;
dkeel:coordinates = "TLON TLAT time" ;
dkeel:cell_measures = "area: tarea" ;
dkeel:missing_value = 1.e+30f ;
dkeel:_FillValue = 1.e+30f ;
dkeel:cell_methods = "time: mean" ;
dkeel:time_rep = "averaged" ;
float lfloe(time, nj, ni) ;
lfloe:units = "m" ;
lfloe:long_name = "lfloe: floe length" ;
lfloe:coordinates = "TLON TLAT time" ;
lfloe:cell_measures = "area: tarea" ;
lfloe:missing_value = 1.e+30f ;
lfloe:_FillValue = 1.e+30f ;
lfloe:cell_methods = "time: mean" ;
lfloe:time_rep = "averaged" ;
float dfloe(time, nj, ni) ;
dfloe:units = "m" ;
dfloe:long_name = "dfloe: distance between floes" ;
dfloe:coordinates = "TLON TLAT time" ;
dfloe:cell_measures = "area: tarea" ;
dfloe:missing_value = 1.e+30f ;
dfloe:_FillValue = 1.e+30f ;
dfloe:cell_methods = "time: mean" ;
dfloe:time_rep = "averaged" ;
float Cdn_atm_skin(time, nj, ni) ;
Cdn_atm_skin:units = "none" ;
Cdn_atm_skin:long_name = "Cdn_atm_skin: neutral skin ice-atm drag coefficient" ;
Cdn_atm_skin:coordinates = "TLON TLAT time" ;
Cdn_atm_skin:cell_measures = "area: tarea" ;
Cdn_atm_skin:missing_value = 1.e+30f ;
Cdn_atm_skin:_FillValue = 1.e+30f ;
Cdn_atm_skin:cell_methods = "time: mean" ;
Cdn_atm_skin:time_rep = "averaged" ;
float Cdn_atm_floe(time, nj, ni) ;
Cdn_atm_floe:units = "none" ;
Cdn_atm_floe:long_name = "Cdn_atm_floe: neutral floe edge ice-atm drag coefficien" ;
Cdn_atm_floe:coordinates = "TLON TLAT time" ;
Cdn_atm_floe:cell_measures = "area: tarea" ;
Cdn_atm_floe:missing_value = 1.e+30f ;
Cdn_atm_floe:_FillValue = 1.e+30f ;
Cdn_atm_floe:cell_methods = "time: mean" ;
Cdn_atm_floe:time_rep = "averaged" ;
float Cdn_atm_pond(time, nj, ni) ;
Cdn_atm_pond:units = "none" ;
Cdn_atm_pond:long_name = "Cdn_atm_pond: neutral pond edge ice-atm drag coefficien" ;
Cdn_atm_pond:coordinates = "TLON TLAT time" ;
Cdn_atm_pond:cell_measures = "area: tarea" ;
Cdn_atm_pond:missing_value = 1.e+30f ;
Cdn_atm_pond:_FillValue = 1.e+30f ;
Cdn_atm_pond:cell_methods = "time: mean" ;
Cdn_atm_pond:time_rep = "averaged" ;
float Cdn_atm_rdg(time, nj, ni) ;
Cdn_atm_rdg:units = "none" ;
Cdn_atm_rdg:long_name = "Cdn_atm_rdg: neutral ridge ice-atm drag coefficient" ;
Cdn_atm_rdg:coordinates = "TLON TLAT time" ;
Cdn_atm_rdg:cell_measures = "area: tarea" ;
Cdn_atm_rdg:missing_value = 1.e+30f ;
Cdn_atm_rdg:_FillValue = 1.e+30f ;
Cdn_atm_rdg:cell_methods = "time: mean" ;
Cdn_atm_rdg:time_rep = "averaged" ;
float Cdn_ocn_skin(time, nj, ni) ;
Cdn_ocn_skin:units = "none" ;
Cdn_ocn_skin:long_name = "Cdn_ocn_skin: neutral skin ice-ocn drag coefficient" ;
Cdn_ocn_skin:coordinates = "TLON TLAT time" ;
Cdn_ocn_skin:cell_measures = "area: tarea" ;
Cdn_ocn_skin:missing_value = 1.e+30f ;
Cdn_ocn_skin:_FillValue = 1.e+30f ;
Cdn_ocn_skin:cell_methods = "time: mean" ;
Cdn_ocn_skin:time_rep = "averaged" ;
float Cdn_ocn_floe(time, nj, ni) ;
Cdn_ocn_floe:units = "none" ;
Cdn_ocn_floe:long_name = "Cdn_ocn_floe: neutral floe edge ice-ocn drag coefficien" ;
Cdn_ocn_floe:coordinates = "TLON TLAT time" ;
Cdn_ocn_floe:cell_measures = "area: tarea" ;
Cdn_ocn_floe:missing_value = 1.e+30f ;
Cdn_ocn_floe:_FillValue = 1.e+30f ;
Cdn_ocn_floe:cell_methods = "time: mean" ;
Cdn_ocn_floe:time_rep = "averaged" ;
float Cdn_ocn_keel(time, nj, ni) ;
Cdn_ocn_keel:units = "none" ;
Cdn_ocn_keel:long_name = "Cdn_ocn_keel: neutral keel ice-ocn drag coefficient" ;
Cdn_ocn_keel:coordinates = "TLON TLAT time" ;
Cdn_ocn_keel:cell_measures = "area: tarea" ;
Cdn_ocn_keel:missing_value = 1.e+30f ;
Cdn_ocn_keel:_FillValue = 1.e+30f ;
Cdn_ocn_keel:cell_methods = "time: mean" ;
Cdn_ocn_keel:time_rep = "averaged" ;
float Cdn_atm_ratio(time, nj, ni) ;
Cdn_atm_ratio:units = "none" ;
Cdn_atm_ratio:long_name = "Cdn_atm_ratio: ratio total drag / neutral drag (atm)" ;
Cdn_atm_ratio:coordinates = "TLON TLAT time" ;
Cdn_atm_ratio:cell_measures = "area: tarea" ;
Cdn_atm_ratio:missing_value = 1.e+30f ;
Cdn_atm_ratio:_FillValue = 1.e+30f ;
Cdn_atm_ratio:cell_methods = "time: mean" ;
Cdn_atm_ratio:time_rep = "averaged" ;
float Tinz(nc, nkice, nj, ni) ;
Tinz:units = "C" ;
Tinz:long_name = "ice internal temperatures on CICE grid" ;
Tinz:coordinates = "TLON TLAT VGRDi NCAT" ;
Tinz:cell_measures = "area: tarea" ;
Tinz:missing_value = 1.e+30f ;
Tinz:_FillValue = 1.e+30f ;
Tinz:cell_methods = "time: mean" ;
Tinz:time_rep = "averaged" ;

// global attributes:
:title = "sea ice model output for CICE" ;
:contents = "Diagnostic and Prognostic Variables" ;
:source = "Los Alamos Sea Ice Model, CICE_6.0.1" ;
:comment = "All years have exactly 365 days" ;
:comment2 = "File written on model date 19980102" ;
:comment3 = "seconds elapsed into model date: 0" ;
:conventions = "CF-1.0" ;
:history = "This dataset was created on 2020-02-18 at 21:32:16.6" ;
:io_flavor = "io_netcdf" ;
}
    (1-1/1)