Skip to content
Snippets Groups Projects
Commit 80efda1d authored by Martin Schupfner's avatar Martin Schupfner
Browse files

Added MIP table SLdec for solidLand / solid earth variables, added areacellasl

parent a57c02e0
No related branches found
No related tags found
No related merge requests found
......@@ -870,7 +870,7 @@
"additional_allowed_model_components":[
],
"experiment":"synchronously coupled transient deglaciation with interactive ice sheets and solid earth",
"experiment_id":"transient_deglaciation_interactive",
"experiment_id":"transient-deglaciation-interactive",
"parent_activity_id":[
"no parent"
],
......
{
"Header": {
"data_specs_version": "00.00.03",
"cmor_version": "3.6.1",
"table_id": "Table SLdec",
"realm": "",
"table_date": "1 February 2024",
"missing_value": "1e20",
"int_missing_value": "-999",
"product": "model-output",
"approx_interval": "3650.00000",
"generic_levels": "alevel",
"Conventions": "CF-1.7 PalMod-2.0"
},
"variable_entry": {
"orog": {
"frequency": "dec",
"modeling_realm": "solidLand",
"standard_name": "surface_altitude",
"units": "m",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacellsl",
"long_name": "Surface Altitude",
"comment": "The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.",
"dimensions": "longitude latitude time",
"out_name": "orog",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"sftgif": {
"frequency": "dec",
"modeling_realm": "solidLand",
"standard_name": "land_ice_area_fraction",
"units": "%",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacellsl",
"long_name": "Land Ice Area Percentage",
"comment": "Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)",
"dimensions": "longitude latitude time",
"out_name": "sftgif",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"sftlf": {
"frequency": "dec",
"modeling_realm": "solidLand",
"standard_name": "land_area_fraction",
"units": "%",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacellsl",
"long_name": "Percentage of the Grid Cell Occupied by Land (Including Lakes)",
"comment": "Percentage of horizontal area occupied by land.",
"dimensions": "longitude latitude time",
"out_name": "sftlf",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"rslc": {
"frequency": "dec",
"modeling_realm": "solidLand",
"standard_name": "",
"units": "m year-1",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacellsl",
"long_name": "The change in local mean sea level relative to the local solid surface",
"comment": "The change in local mean sea level relative to the local solid surface, i.e. sea floor.",
"dimensions": "longitude latitude time",
"out_name": "rslc",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
}
}
}
......@@ -138,6 +138,24 @@
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"areacellsl": {
"frequency": "fx",
"modeling_realm": "solidLand",
"standard_name": "cell_area",
"units": "m2",
"cell_methods": "area: sum",
"cell_measures": "",
"long_name": "Grid-Cell Area for Solid Earth Grid Variables",
"comment": "For atmospheres with more than 1 mesh (e.g., staggered grids), report areas that apply to surface vertical fluxes of energy.",
"dimensions": "longitude latitude",
"out_name": "areacellsl",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment