netcdf hypoxiaAI_ROMS_hindcast_2011 { dimensions: xi_rho = 200 ; eta_rho = 81 ; ocean_time = UNLIMITED ; // (123 currently) variables: double lat_rho(eta_rho, xi_rho) ; lat_rho:long_name = "latitude of RHO-points" ; lat_rho:units = "degree_north" ; double lon_rho(eta_rho, xi_rho) ; lon_rho:long_name = "longitude of RHO-points" ; lon_rho:units = "degree_east" ; double depth(eta_rho, xi_rho) ; depth:long_name = "water depth" ; depth:units = "meter" ; depth:field = "bath, scalar" ; double mask_rho(eta_rho, xi_rho) ; mask_rho:long_name = "mask on RHO-points" ; mask_rho:option_0 = "land" ; mask_rho:option_1 = "water" ; double ocean_time(ocean_time) ; ocean_time:long_name = "time since initialization" ; ocean_time:units = "days since 0000-00-00 00:00:00" ; ocean_time:calendar = "gregorian" ; ocean_time:field = "time, scalar, series" ; double hypoxia(ocean_time, eta_rho, xi_rho) ; hypoxia:long_name = "hypoxia existence(1->yes, 0->no)" ; hypoxia:units = "1" ; hypoxia:time = "ocean_time" ; hypoxia:grid = "grid" ; hypoxia:location = "face" ; hypoxia:coordinates = "lon_rho lat_rho ocean_time" ; hypoxia:field = "hypoxia, scalar, series" ; hypoxia:_FillValue = 9.99999993381581e+36 ; double SOCrec(ocean_time, eta_rho, xi_rho) ; SOCrec:long_name = "Reconstructed sediment oxygen consumption " ; SOCrec:units = "mmolN s^-1" ; SOCrec:time = "ocean_time" ; SOCrec:grid = "grid" ; SOCrec:location = "face" ; SOCrec:coordinates = "lon_rho lat_rho ocean_time" ; SOCrec:field = "SOCrec, scalar, series" ; SOCrec:_FillValue = 9.99999993381581e+36 ; double PEA(ocean_time, eta_rho, xi_rho) ; PEA:long_name = "Potential energy anomaly" ; PEA:units = "J m^-3" ; PEA:time = "ocean_time" ; PEA:grid = "grid" ; PEA:location = "face" ; PEA:coordinates = "lon_rho lat_rho ocean_time" ; PEA:field = "PEA, scalar, series" ; PEA:_FillValue = 9.99999993381581e+36 ; double DCPtemp(ocean_time, eta_rho, xi_rho) ; DCPtemp:long_name = "temperature-dependent decomposition rate of organic matter " ; DCPtemp:units = "1" ; DCPtemp:time = "ocean_time" ; DCPtemp:grid = "grid" ; DCPtemp:location = "face" ; DCPtemp:coordinates = "lon_rho lat_rho ocean_time" ; DCPtemp:field = "DCPtemp, scalar, series" ; DCPtemp:_FillValue = 9.99999993381581e+36 ; }