diff --git a/container2list.py b/container2list.py index f643e9c6..9acd2e7b 100644 --- a/container2list.py +++ b/container2list.py @@ -10,12 +10,21 @@ rewrite = False nd = {} for k,v in data.items(): + + if isinstance(v,list) and len(v) == 1 and isinstance(v[0],dict): + v = v[0] + nd[k] = v + + rewrite = True + if isinstance(v,dict): try: # if v.values are all empty dicts if all([i == {} for i in v.values()]): nd[k] = list(v.keys()) rewrite = True + else: + nd[k] = v except: pass diff --git a/data_descriptors/activity/cmip.json b/data_descriptors/activity/cmip.json index 1cde2638..e69de29b 100644 --- a/data_descriptors/activity/cmip.json +++ b/data_descriptors/activity/cmip.json @@ -1,8 +0,0 @@ -{ - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/activity/_context", - "id": "cmip", - "type": "activity", - "description": "CMIP DECK: 1pctCO2, abrupt4xCO2, amip, esm-piControl, esm-historical, historical, and piControl experiments", - "name": "CMIP", - "url": "https://gmd.copernicus.org/articles/9/1937/2016/gmd-9-1937-2016.pdf" -} \ No newline at end of file diff --git a/data_descriptors/activity/lesfmip.json b/data_descriptors/activity/lesfmip.json index 62875ba8..e69de29b 100644 --- a/data_descriptors/activity/lesfmip.json +++ b/data_descriptors/activity/lesfmip.json @@ -1,8 +0,0 @@ -{ - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/activity/_context", - "id": "lesfmip", - "type": "activity", - "description": "The Large Ensemble Single Forcing Model Intercomparison Project", - "name": "LESFMIP", - "url": "https://www.frontiersin.org/articles/10.3389/fclim.2022.955414/full" -} \ No newline at end of file diff --git a/data_descriptors/core/descriptors.json b/data_descriptors/core/descriptors.json index 4e9a69d5..7f6104e3 100644 --- a/data_descriptors/core/descriptors.json +++ b/data_descriptors/core/descriptors.json @@ -1,132 +1,132 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/core/_context", - "id": "descriptors", - "type": "core", - "drs": { - "drs": {} - }, - "index": { - "index": {} - }, - "license": [ - "^CMIP6Plus model data produced by .* is licensed under a Creative Commons .* License (https://creativecommons\\.org/.*)\\. *Consult https://pcmdi\\.llnl\\.gov/CMIP6Plus/TermsOfUse for terms of use governing CMIP6Plus output, including citation requirements and proper acknowledgment\\. *The data producers and data providers make no warranty, either express or implied, including, but not limited to, warranties of merchantability and fitness for a particular purpose\\. *All liabilities arising from the supply of the information (including any liability arising in negligence) are excluded to the fullest extent permitted by law\\.$" - ], - "mip-era": { - "cmip6plus": {} - }, - "product": { - "model-output": {} - }, - "required-global-attributes": [ - "Conventions", - "activity_id", - "creation_date", - "data_specs_version", - "experiment", - "experiment_id", - "forcing_index", - "frequency", - "grid", - "grid_label", - "initialization_index", - "institution", - "institution_id", - "license", - "mip_era", - "nominal_resolution", - "physics_index", - "realization_index", - "realm", - "source", - "source_id", - "source_type", - "sub_experiment", - "sub_experiment_id", - "table_id", - "tracking_id", - "variable_id", - "variant_label" - ], - "table_id": [ - "ACmon", - "ACmonZ", - "AE1hr", - "AE3hrPt", - "AE3hrPtLev", - "AE6hr", - "AE6hrPt", - "AE6hrPtLev", - "AEday", - "AEmon", - "AEmonLev", - "AEmonZ", - "AEsubhrPt", - "AEsubhrPtSite", - "AP1hr", - "AP1hrPt", - "AP3hr", - "AP3hrPt", - "AP3hrPtLev", - "AP6hr", - "AP6hrPt", - "AP6hrPtLev", - "AP6hrPtZ", - "APday", - "APdayLev", - "APdayZ", - "APfx", - "APmon", - "APmonClim", - "APmonClimLev", - "APmonDiurnal", - "APmonLev", - "APmonZ", - "APsubhrPt", - "APsubhrPtLev", - "APsubhrPtSite", - "GIAfx", - "GIAmon", - "GIAyr", - "GIGfx", - "GIGmon", - "GIGyr", - "LI3hrPt", - "LI6hrPt", - "LIday", - "LIfx", - "LImon", - "LIsubhrPtSite", - "LP3hr", - "LP3hrPt", - "LP6hrPt", - "LPday", - "LPfx", - "LPmon", - "LPyr", - "LPyrPt", - "OBday", - "OBmon", - "OBmonLev", - "OByr", - "OByrLev", - "OP3hrPt", - "OPday", - "OPdec", - "OPdecLev", - "OPdecZ", - "OPfx", - "OPmon", - "OPmonClim", - "OPmonClimLev", - "OPmonLev", - "OPmonZ", - "OPyr", - "OPyrLev", - "SIday", - "SImon", - "SImonPt" - ], - "tracking-id": [ - "hdl:21.14100/.*" - ] + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/core/_context", + "id": "descriptors", + "type": "core", + "drs": [ + "drs" + ], + "index": [ + "index" + ], + "license": [ + "^CMIP6Plus model data produced by .* is licensed under a Creative Commons .* License (https://creativecommons\\.org/.*)\\. *Consult https://pcmdi\\.llnl\\.gov/CMIP6Plus/TermsOfUse for terms of use governing CMIP6Plus output, including citation requirements and proper acknowledgment\\. *The data producers and data providers make no warranty, either express or implied, including, but not limited to, warranties of merchantability and fitness for a particular purpose\\. *All liabilities arising from the supply of the information (including any liability arising in negligence) are excluded to the fullest extent permitted by law\\.$" + ], + "mip-era": [ + "cmip6plus" + ], + "product": [ + "model-output" + ], + "required-global-attributes": [ + "Conventions", + "activity_id", + "creation_date", + "data_specs_version", + "experiment", + "experiment_id", + "forcing_index", + "frequency", + "grid", + "grid_label", + "initialization_index", + "institution", + "institution_id", + "license", + "mip_era", + "nominal_resolution", + "physics_index", + "realization_index", + "realm", + "source", + "source_id", + "source_type", + "sub_experiment", + "sub_experiment_id", + "table_id", + "tracking_id", + "variable_id", + "variant_label" + ], + "table_id": [ + "ACmon", + "ACmonZ", + "AE1hr", + "AE3hrPt", + "AE3hrPtLev", + "AE6hr", + "AE6hrPt", + "AE6hrPtLev", + "AEday", + "AEmon", + "AEmonLev", + "AEmonZ", + "AEsubhrPt", + "AEsubhrPtSite", + "AP1hr", + "AP1hrPt", + "AP3hr", + "AP3hrPt", + "AP3hrPtLev", + "AP6hr", + "AP6hrPt", + "AP6hrPtLev", + "AP6hrPtZ", + "APday", + "APdayLev", + "APdayZ", + "APfx", + "APmon", + "APmonClim", + "APmonClimLev", + "APmonDiurnal", + "APmonLev", + "APmonZ", + "APsubhrPt", + "APsubhrPtLev", + "APsubhrPtSite", + "GIAfx", + "GIAmon", + "GIAyr", + "GIGfx", + "GIGmon", + "GIGyr", + "LI3hrPt", + "LI6hrPt", + "LIday", + "LIfx", + "LImon", + "LIsubhrPtSite", + "LP3hr", + "LP3hrPt", + "LP6hrPt", + "LPday", + "LPfx", + "LPmon", + "LPyr", + "LPyrPt", + "OBday", + "OBmon", + "OBmonLev", + "OByr", + "OByrLev", + "OP3hrPt", + "OPday", + "OPdec", + "OPdecLev", + "OPdecZ", + "OPfx", + "OPmon", + "OPmonClim", + "OPmonClimLev", + "OPmonLev", + "OPmonZ", + "OPyr", + "OPyrLev", + "SIday", + "SImon", + "SImonPt" + ], + "tracking-id": [ + "hdl:21.14100/.*" + ] } \ No newline at end of file diff --git a/data_descriptors/core/drs.json b/data_descriptors/core/drs.json index 8a4b38ae..e69de29b 100644 --- a/data_descriptors/core/drs.json +++ b/data_descriptors/core/drs.json @@ -1,11 +0,0 @@ -{ - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/core/_context", - "id": "drs", - "type": "core", - "directory-path-example": "CMIP6Plus/CMIP/MOHC/HadGEM3-GC31-MM/historical/r1i1p1f3/Amon/tas/gn/v20191207/", - "directory-path-sub-experiment-example": "CMIP6Plus/DCPP/MOHC/HadGEM3-GC31-MM/dcppA-hindcast/s1960-r1i1p1f2/Amon/tas/gn/v20200417/", - "directory-path-template": "/////////", - "filename-example": "tas_Amon_HadGEM3-GC31-MM_historical_r1i1p1f3_gn_185001-186912.nc", - "filename-sub-experiment-example": "tas_Amon_HadGEM3-GC31-MM_dcppA-hindcast_s1960-r1i1p1f2_gn_196011-196012.nc", - "filename-template": "_____[_].nc" -} \ No newline at end of file diff --git a/data_descriptors/core/index.json b/data_descriptors/core/index.json index a74a128a..e69de29b 100644 --- a/data_descriptors/core/index.json +++ b/data_descriptors/core/index.json @@ -1,23 +0,0 @@ -{ - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/core/_context", - "id": "index", - "type": "core", - "conventions": [ - "^CF-1.7 CMIP-6.[0-2,5]\\( UGRID-1.0\\)\\{0,\\}$" - ], - "forcing-index": [ - "^\\[\\{0,\\}[[:digit:]]\\{1,\\}\\]\\{0,\\}$" - ], - "initialization-index": [ - "^\\[\\{0,\\}[[:digit:]]\\{1,\\}\\]\\{0,\\}$" - ], - "physics-index": [ - "^\\[\\{0,\\}[[:digit:]]\\{1,\\}\\]\\{0,\\}$" - ], - "realization-index": [ - "^\\[\\{0,\\}[[:digit:]]\\{1,\\}\\]\\{0,\\}$" - ], - "variant-label": [ - "r[[:digit:]]\\{1,\\}i[[:digit:]]\\{1,\\}p[[:digit:]]\\{1,\\}f[[:digit:]]\\{1,\\}$" - ] -} \ No newline at end of file diff --git a/data_descriptors/experiment/1pctco2.json b/data_descriptors/experiment/1pctco2.json index 5af3f936..a64ed9e2 100644 --- a/data_descriptors/experiment/1pctco2.json +++ b/data_descriptors/experiment/1pctco2.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "1pctco2", - "type": "experiment", - "activity": [ - { - "cmip": {} - } - ], - "description": "DECK: 1pctCO2", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "1pctco2", + "type": "experiment", + "activity": [ + "cmip" + ], + "description": "DECK: 1pctCO2", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "1pctCO2", - "parameters": { - "end": -999, - "min-number-yrs-per-sim": 150, - "start": -999, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "picontrol": {} - } - ], - "sub_experiment": { - "none": {} + "chem": { + "is_required": false }, - "tier": 1 + "bgc": { + "is_required": false + } + }, + "name": "1pctCO2", + "parameters": { + "end": -999, + "min-number-yrs-per-sim": 150, + "start": -999, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "picontrol" + ], + "sub_experiment": [ + "none" + ], + "tier": 1 } \ No newline at end of file diff --git a/data_descriptors/experiment/abrupt_4xco2.json b/data_descriptors/experiment/abrupt_4xco2.json index c622370c..f46e11a5 100644 --- a/data_descriptors/experiment/abrupt_4xco2.json +++ b/data_descriptors/experiment/abrupt_4xco2.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "abrupt_4xco2", - "type": "experiment", - "activity": [ - { - "cmip": {} - } - ], - "description": "DECK: abrupt-4xCO2", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "abrupt_4xco2", + "type": "experiment", + "activity": [ + "cmip" + ], + "description": "DECK: abrupt-4xCO2", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "abrupt-4xCO2", - "parameters": { - "end": -999, - "min-number-yrs-per-sim": 150, - "start": -999, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "picontrol": {} - } - ], - "sub_experiment": { - "none": {} + "chem": { + "is_required": false }, - "tier": 1 + "bgc": { + "is_required": false + } + }, + "name": "abrupt-4xCO2", + "parameters": { + "end": -999, + "min-number-yrs-per-sim": 150, + "start": -999, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "picontrol" + ], + "sub_experiment": [ + "none" + ], + "tier": 1 } \ No newline at end of file diff --git a/data_descriptors/experiment/amip.json b/data_descriptors/experiment/amip.json index 9a48b94b..fa4b77b8 100644 --- a/data_descriptors/experiment/amip.json +++ b/data_descriptors/experiment/amip.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "amip", - "type": "experiment", - "activity": [ - { - "cmip": {} - } - ], - "description": "DECK: AMIP", - "model_realms": { - "agcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "amip", + "type": "experiment", + "activity": [ + "cmip" + ], + "description": "DECK: AMIP", + "model_realms": { + "agcm": { + "is_required": true }, - "name": "amip", - "parameters": { - "end": 2022, - "min-number-yrs-per-sim": 43, - "start": 1979, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "none": {} - } - ], - "parent_experiment": [ - { - "none": {} - } - ], - "sub_experiment": { - "none": {} + "chem": { + "is_required": false }, - "tier": 1 + "bgc": { + "is_required": false + } + }, + "name": "amip", + "parameters": { + "end": 2022, + "min-number-yrs-per-sim": 43, + "start": 1979, + "id": "additional_parameters" + }, + "parent_activity": [ + "none" + ], + "parent_experiment": [ + "none" + ], + "sub_experiment": [ + "none" + ], + "tier": 1 } \ No newline at end of file diff --git a/data_descriptors/experiment/esm_hist.json b/data_descriptors/experiment/esm_hist.json index bfe38b13..8277ce6e 100644 --- a/data_descriptors/experiment/esm_hist.json +++ b/data_descriptors/experiment/esm_hist.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "esm_hist", - "type": "experiment", - "activity": [ - { - "cmip": {} - } - ], - "description": "CMIP6 historical (CO2 emission-driven)", - "model_realms": { - "aogcm": { - "is_required": true - }, - "bgc": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "esm_hist", + "type": "experiment", + "activity": [ + "cmip" + ], + "description": "CMIP6 historical (CO2 emission-driven)", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "esm-hist", - "parameters": { - "end": 2014, - "min-number-yrs-per-sim": 165, - "start": 1850, - "id": "additional_parameters" + "bgc": { + "is_required": true }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "esm-picontrol": {} - } - ], - "sub_experiment": { - "none": {} + "aer": { + "is_required": false }, - "tier": 1 + "chem": { + "is_required": false + } + }, + "name": "esm-hist", + "parameters": { + "end": 2014, + "min-number-yrs-per-sim": 165, + "start": 1850, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "esm-picontrol" + ], + "sub_experiment": [ + "none" + ], + "tier": 1 } \ No newline at end of file diff --git a/data_descriptors/experiment/esm_picontrol.json b/data_descriptors/experiment/esm_picontrol.json index 693e12b0..45aacb56 100644 --- a/data_descriptors/experiment/esm_picontrol.json +++ b/data_descriptors/experiment/esm_picontrol.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "esm_picontrol", - "type": "experiment", - "activity": [ - { - "cmip": {} - } - ], - "description": "DECK: control (emission-driven)", - "model_realms": { - "aogcm": { - "is_required": true - }, - "bgc": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "esm_picontrol", + "type": "experiment", + "activity": [ + "cmip" + ], + "description": "DECK: control (emission-driven)", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "esm-piControl", - "parameters": { - "end": -999, - "min-number-yrs-per-sim": 500, - "start": -999, - "id": "additional_parameters" + "bgc": { + "is_required": true }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "esm-picontrol-spinup": {} - } - ], - "sub_experiment": { - "none": {} + "aer": { + "is_required": false }, - "tier": 1 + "chem": { + "is_required": false + } + }, + "name": "esm-piControl", + "parameters": { + "end": -999, + "min-number-yrs-per-sim": 500, + "start": -999, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "esm-picontrol-spinup" + ], + "sub_experiment": [ + "none" + ], + "tier": 1 } \ No newline at end of file diff --git a/data_descriptors/experiment/esm_picontrol_spinup.json b/data_descriptors/experiment/esm_picontrol_spinup.json index 987f8d72..c9b0ac28 100644 --- a/data_descriptors/experiment/esm_picontrol_spinup.json +++ b/data_descriptors/experiment/esm_picontrol_spinup.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "esm_picontrol_spinup", - "type": "experiment", - "activity": [ - { - "cmip": {} - } - ], - "description": "DECK: spin-up portion of the control (emission-driven)", - "model_realms": { - "aogcm": { - "is_required": true - }, - "bgc": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "esm_picontrol_spinup", + "type": "experiment", + "activity": [ + "cmip" + ], + "description": "DECK: spin-up portion of the control (emission-driven)", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "esm-piControl-spinup", - "parameters": { - "end": -999, - "min-number-yrs-per-sim": 100, - "start": -999, - "id": "additional_parameters" + "bgc": { + "is_required": true }, - "parent_activity": [ - { - "none": {} - } - ], - "parent_experiment": [ - { - "none": {} - } - ], - "sub_experiment": { - "none": {} + "aer": { + "is_required": false }, - "tier": 2 + "chem": { + "is_required": false + } + }, + "name": "esm-piControl-spinup", + "parameters": { + "end": -999, + "min-number-yrs-per-sim": 100, + "start": -999, + "id": "additional_parameters" + }, + "parent_activity": [ + "none" + ], + "parent_experiment": [ + "none" + ], + "sub_experiment": [ + "none" + ], + "tier": 2 } \ No newline at end of file diff --git a/data_descriptors/experiment/fut_aer.json b/data_descriptors/experiment/fut_aer.json index 5e5c0afc..801b1c15 100644 --- a/data_descriptors/experiment/fut_aer.json +++ b/data_descriptors/experiment/fut_aer.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "fut_aer", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "As hist-aer but with updated forcings", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "fut_aer", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "As hist-aer but with updated forcings", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "fut-Aer", - "parameters": { - "end": 2024, - "min-number-yrs-per-sim": 0, - "start": 2015, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "lesfmip": {} - } - ], - "parent_experiment": [ - { - "hist-aer": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 2 + "bgc": { + "is_required": false + } + }, + "name": "fut-Aer", + "parameters": { + "end": 2024, + "min-number-yrs-per-sim": 0, + "start": 2015, + "id": "additional_parameters" + }, + "parent_activity": [ + "lesfmip" + ], + "parent_experiment": [ + "hist-aer" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 2 } \ No newline at end of file diff --git a/data_descriptors/experiment/fut_ghg.json b/data_descriptors/experiment/fut_ghg.json index 9f6e9c60..4d617835 100644 --- a/data_descriptors/experiment/fut_ghg.json +++ b/data_descriptors/experiment/fut_ghg.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "fut_ghg", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "As hist-GHG but with updated forcings", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "fut_ghg", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "As hist-GHG but with updated forcings", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "fut-GHG", - "parameters": { - "end": 2024, - "min-number-yrs-per-sim": 0, - "start": 2015, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "lesfmip": {} - } - ], - "parent_experiment": [ - { - "hist-ghg": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 2 + "bgc": { + "is_required": false + } + }, + "name": "fut-GHG", + "parameters": { + "end": 2024, + "min-number-yrs-per-sim": 0, + "start": 2015, + "id": "additional_parameters" + }, + "parent_activity": [ + "lesfmip" + ], + "parent_experiment": [ + "hist-ghg" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 2 } \ No newline at end of file diff --git a/data_descriptors/experiment/fut_lu.json b/data_descriptors/experiment/fut_lu.json index d4f83a34..caa99359 100644 --- a/data_descriptors/experiment/fut_lu.json +++ b/data_descriptors/experiment/fut_lu.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "fut_lu", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "As hist-lu but with updated forcings", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "fut_lu", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "As hist-lu but with updated forcings", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "fut-lu", - "parameters": { - "end": 2024, - "min-number-yrs-per-sim": 0, - "start": 2015, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "picontrol": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 2 + "bgc": { + "is_required": false + } + }, + "name": "fut-lu", + "parameters": { + "end": 2024, + "min-number-yrs-per-sim": 0, + "start": 2015, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "picontrol" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 2 } \ No newline at end of file diff --git a/data_descriptors/experiment/fut_sol.json b/data_descriptors/experiment/fut_sol.json index e233a276..934c5720 100644 --- a/data_descriptors/experiment/fut_sol.json +++ b/data_descriptors/experiment/fut_sol.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "fut_sol", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "As hist-sol but with updated forcings", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "fut_sol", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "As hist-sol but with updated forcings", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "fut-sol", - "parameters": { - "end": 2024, - "min-number-yrs-per-sim": 0, - "start": 2015, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "lesfmip": {} - } - ], - "parent_experiment": [ - { - "hist-sol": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 2 + "bgc": { + "is_required": false + } + }, + "name": "fut-sol", + "parameters": { + "end": 2024, + "min-number-yrs-per-sim": 0, + "start": 2015, + "id": "additional_parameters" + }, + "parent_activity": [ + "lesfmip" + ], + "parent_experiment": [ + "hist-sol" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 2 } \ No newline at end of file diff --git a/data_descriptors/experiment/fut_totalo3.json b/data_descriptors/experiment/fut_totalo3.json index be17c5c0..a1d46548 100644 --- a/data_descriptors/experiment/fut_totalo3.json +++ b/data_descriptors/experiment/fut_totalo3.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "fut_totalo3", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "As hist-totalO3 but with updated forcings", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "fut_totalo3", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "As hist-totalO3 but with updated forcings", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "fut-totalO3", - "parameters": { - "end": 2024, - "min-number-yrs-per-sim": 0, - "start": 2015, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "lesfmip": {} - } - ], - "parent_experiment": [ - { - "hist-totalo3": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 2 + "bgc": { + "is_required": false + } + }, + "name": "fut-totalO3", + "parameters": { + "end": 2024, + "min-number-yrs-per-sim": 0, + "start": 2015, + "id": "additional_parameters" + }, + "parent_activity": [ + "lesfmip" + ], + "parent_experiment": [ + "hist-totalo3" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 2 } \ No newline at end of file diff --git a/data_descriptors/experiment/fut_volc.json b/data_descriptors/experiment/fut_volc.json index 916b8e34..2eeb6234 100644 --- a/data_descriptors/experiment/fut_volc.json +++ b/data_descriptors/experiment/fut_volc.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "fut_volc", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "As hist-volc but with updated forcings", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "fut_volc", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "As hist-volc but with updated forcings", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "fut-volc", - "parameters": { - "end": 2024, - "min-number-yrs-per-sim": 0, - "start": 2015, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "lesfmip": {} - } - ], - "parent_experiment": [ - { - "hist-volc": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 2 + "bgc": { + "is_required": false + } + }, + "name": "fut-volc", + "parameters": { + "end": 2024, + "min-number-yrs-per-sim": 0, + "start": 2015, + "id": "additional_parameters" + }, + "parent_activity": [ + "lesfmip" + ], + "parent_experiment": [ + "hist-volc" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 2 } \ No newline at end of file diff --git a/data_descriptors/experiment/hist_aer.json b/data_descriptors/experiment/hist_aer.json index a0ff2d1e..46561aa8 100644 --- a/data_descriptors/experiment/hist_aer.json +++ b/data_descriptors/experiment/hist_aer.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "hist_aer", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "Anthropogenic-aerosol-only historical simulations", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "hist_aer", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "Anthropogenic-aerosol-only historical simulations", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "hist-aer", - "parameters": { - "end": 2020, - "min-number-yrs-per-sim": 0, - "start": 1850, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "picontrol": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 1 + "bgc": { + "is_required": false + } + }, + "name": "hist-aer", + "parameters": { + "end": 2020, + "min-number-yrs-per-sim": 0, + "start": 1850, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "picontrol" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 1 } \ No newline at end of file diff --git a/data_descriptors/experiment/hist_ghg.json b/data_descriptors/experiment/hist_ghg.json index b2554fa9..074a7307 100644 --- a/data_descriptors/experiment/hist_ghg.json +++ b/data_descriptors/experiment/hist_ghg.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "hist_ghg", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "Well-mixed greenhouse-gas-only historical simulations", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "hist_ghg", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "Well-mixed greenhouse-gas-only historical simulations", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "hist-GHG", - "parameters": { - "end": 2020, - "min-number-yrs-per-sim": 0, - "start": 1850, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "picontrol": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 1 + "bgc": { + "is_required": false + } + }, + "name": "hist-GHG", + "parameters": { + "end": 2020, + "min-number-yrs-per-sim": 0, + "start": 1850, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "picontrol" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 1 } \ No newline at end of file diff --git a/data_descriptors/experiment/hist_lu.json b/data_descriptors/experiment/hist_lu.json index 6289d69f..d67438c7 100644 --- a/data_descriptors/experiment/hist_lu.json +++ b/data_descriptors/experiment/hist_lu.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "hist_lu", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "Historical simulations with only land use changes", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "hist_lu", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "Historical simulations with only land use changes", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "hist-lu", - "parameters": { - "end": 2020, - "min-number-yrs-per-sim": 0, - "start": 1850, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "picontrol": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 1 + "bgc": { + "is_required": false + } + }, + "name": "hist-lu", + "parameters": { + "end": 2020, + "min-number-yrs-per-sim": 0, + "start": 1850, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "picontrol" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 1 } \ No newline at end of file diff --git a/data_descriptors/experiment/hist_nat.json b/data_descriptors/experiment/hist_nat.json index de922581..01301f75 100644 --- a/data_descriptors/experiment/hist_nat.json +++ b/data_descriptors/experiment/hist_nat.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "hist_nat", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "Natural forcings (solar + volcanic)", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "hist_nat", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "Natural forcings (solar + volcanic)", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "hist-nat", - "parameters": { - "end": 2020, - "min-number-yrs-per-sim": 0, - "start": 1850, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "picontrol": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 3 + "bgc": { + "is_required": false + } + }, + "name": "hist-nat", + "parameters": { + "end": 2020, + "min-number-yrs-per-sim": 0, + "start": 1850, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "picontrol" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 3 } \ No newline at end of file diff --git a/data_descriptors/experiment/hist_nolu.json b/data_descriptors/experiment/hist_nolu.json index bf259fe2..9ee506cc 100644 --- a/data_descriptors/experiment/hist_nolu.json +++ b/data_descriptors/experiment/hist_nolu.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "hist_nolu", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "Same as CMIP6 historical but with land cover held at 1850, no human activity; concentration driven", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "hist_nolu", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "Same as CMIP6 historical but with land cover held at 1850, no human activity; concentration driven", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "hist-noLu", - "parameters": { - "end": 2020, - "min-number-yrs-per-sim": 0, - "start": 1850, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "picontrol": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 3 + "bgc": { + "is_required": false + } + }, + "name": "hist-noLu", + "parameters": { + "end": 2020, + "min-number-yrs-per-sim": 0, + "start": 1850, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "picontrol" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 3 } \ No newline at end of file diff --git a/data_descriptors/experiment/hist_piaer.json b/data_descriptors/experiment/hist_piaer.json index d5f20e1a..08b0f7c6 100644 --- a/data_descriptors/experiment/hist_piaer.json +++ b/data_descriptors/experiment/hist_piaer.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "hist_piaer", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "Historical WMGHG, halocarbon concentrations and O3 precursor emissions, 1850 aerosol precursor emissions.", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "hist_piaer", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "Historical WMGHG, halocarbon concentrations and O3 precursor emissions, 1850 aerosol precursor emissions.", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "hist-piAer", - "parameters": { - "end": 2020, - "min-number-yrs-per-sim": 0, - "start": 1850, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "picontrol": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 3 + "bgc": { + "is_required": false + } + }, + "name": "hist-piAer", + "parameters": { + "end": 2020, + "min-number-yrs-per-sim": 0, + "start": 1850, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "picontrol" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 3 } \ No newline at end of file diff --git a/data_descriptors/experiment/hist_pighg.json b/data_descriptors/experiment/hist_pighg.json index f1eb15b9..afbde9a5 100644 --- a/data_descriptors/experiment/hist_pighg.json +++ b/data_descriptors/experiment/hist_pighg.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "hist_pighg", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "Pre-industrial WMGHG, halocarbon and O3 precursor emissions, other forcings as for the historical experiment", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "hist_pighg", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "Pre-industrial WMGHG, halocarbon and O3 precursor emissions, other forcings as for the historical experiment", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "hist-piGHG", - "parameters": { - "end": 2020, - "min-number-yrs-per-sim": 0, - "start": 1850, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "picontrol": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 3 + "bgc": { + "is_required": false + } + }, + "name": "hist-piGHG", + "parameters": { + "end": 2020, + "min-number-yrs-per-sim": 0, + "start": 1850, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "picontrol" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 3 } \ No newline at end of file diff --git a/data_descriptors/experiment/hist_pisol.json b/data_descriptors/experiment/hist_pisol.json index dd6d89c9..d5c92450 100644 --- a/data_descriptors/experiment/hist_pisol.json +++ b/data_descriptors/experiment/hist_pisol.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "hist_pisol", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "historical simulations with 1850 solar forcing", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "hist_pisol", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "historical simulations with 1850 solar forcing", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "hist-piSol", - "parameters": { - "end": 2020, - "min-number-yrs-per-sim": 0, - "start": 1850, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "picontrol": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 3 + "bgc": { + "is_required": false + } + }, + "name": "hist-piSol", + "parameters": { + "end": 2020, + "min-number-yrs-per-sim": 0, + "start": 1850, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "picontrol" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 3 } \ No newline at end of file diff --git a/data_descriptors/experiment/hist_pitotalo3.json b/data_descriptors/experiment/hist_pitotalo3.json index d25cfd16..5a416627 100644 --- a/data_descriptors/experiment/hist_pitotalo3.json +++ b/data_descriptors/experiment/hist_pitotalo3.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "hist_pitotalo3", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "historical simulations with 1850 total ozone", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "hist_pitotalo3", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "historical simulations with 1850 total ozone", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "hist-piTotalO3", - "parameters": { - "end": 2020, - "min-number-yrs-per-sim": 0, - "start": 1850, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "picontrol": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 3 + "bgc": { + "is_required": false + } + }, + "name": "hist-piTotalO3", + "parameters": { + "end": 2020, + "min-number-yrs-per-sim": 0, + "start": 1850, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "picontrol" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 3 } \ No newline at end of file diff --git a/data_descriptors/experiment/hist_pivolc.json b/data_descriptors/experiment/hist_pivolc.json index 8d0a114f..f4b8433d 100644 --- a/data_descriptors/experiment/hist_pivolc.json +++ b/data_descriptors/experiment/hist_pivolc.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "hist_pivolc", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "historical simulations with 1850 volcanic emissions", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "hist_pivolc", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "historical simulations with 1850 volcanic emissions", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "hist-piVolc", - "parameters": { - "end": 2020, - "min-number-yrs-per-sim": 0, - "start": 1850, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "picontrol": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 3 + "bgc": { + "is_required": false + } + }, + "name": "hist-piVolc", + "parameters": { + "end": 2020, + "min-number-yrs-per-sim": 0, + "start": 1850, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "picontrol" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 3 } \ No newline at end of file diff --git a/data_descriptors/experiment/hist_sol.json b/data_descriptors/experiment/hist_sol.json index 028570ca..44eb47e8 100644 --- a/data_descriptors/experiment/hist_sol.json +++ b/data_descriptors/experiment/hist_sol.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "hist_sol", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "Solar-only historical simulations", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "hist_sol", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "Solar-only historical simulations", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "hist-sol", - "parameters": { - "end": 2020, - "min-number-yrs-per-sim": 0, - "start": 1850, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "picontrol": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 1 + "bgc": { + "is_required": false + } + }, + "name": "hist-sol", + "parameters": { + "end": 2020, + "min-number-yrs-per-sim": 0, + "start": 1850, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "picontrol" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 1 } \ No newline at end of file diff --git a/data_descriptors/experiment/hist_totalo3.json b/data_descriptors/experiment/hist_totalo3.json index 1b362e70..5154f17b 100644 --- a/data_descriptors/experiment/hist_totalo3.json +++ b/data_descriptors/experiment/hist_totalo3.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "hist_totalo3", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "Ozone-only historical simulations", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "hist_totalo3", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "Ozone-only historical simulations", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "hist-totalO3", - "parameters": { - "end": 2020, - "min-number-yrs-per-sim": 0, - "start": 1850, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "picontrol": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 1 + "bgc": { + "is_required": false + } + }, + "name": "hist-totalO3", + "parameters": { + "end": 2020, + "min-number-yrs-per-sim": 0, + "start": 1850, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "picontrol" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 1 } \ No newline at end of file diff --git a/data_descriptors/experiment/hist_volc.json b/data_descriptors/experiment/hist_volc.json index 54fdd276..5b50edd7 100644 --- a/data_descriptors/experiment/hist_volc.json +++ b/data_descriptors/experiment/hist_volc.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "hist_volc", - "type": "experiment", - "activity": [ - { - "lesfmip": {} - } - ], - "description": "Volcanic-only historical simulations", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "hist_volc", + "type": "experiment", + "activity": [ + "lesfmip" + ], + "description": "Volcanic-only historical simulations", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "hist-volc", - "parameters": { - "end": 2020, - "min-number-yrs-per-sim": 0, - "start": 1850, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "picontrol": {} - } - ], - "sub_experiment": { - "f2023": {} + "chem": { + "is_required": false }, - "tier": 1 + "bgc": { + "is_required": false + } + }, + "name": "hist-volc", + "parameters": { + "end": 2020, + "min-number-yrs-per-sim": 0, + "start": 1850, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "picontrol" + ], + "sub_experiment": [ + "f2023" + ], + "tier": 1 } \ No newline at end of file diff --git a/data_descriptors/experiment/historical.json b/data_descriptors/experiment/historical.json index 91931919..2b08afa6 100644 --- a/data_descriptors/experiment/historical.json +++ b/data_descriptors/experiment/historical.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "historical", - "type": "experiment", - "activity": [ - { - "cmip": {} - } - ], - "description": "CMIP6 historical", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "historical", + "type": "experiment", + "activity": [ + "cmip" + ], + "description": "CMIP6 historical", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "historical", - "parameters": { - "end": 2014, - "min-number-yrs-per-sim": 165, - "start": 1850, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "picontrol": {} - } - ], - "sub_experiment": { - "none": {} + "chem": { + "is_required": false }, - "tier": 1 + "bgc": { + "is_required": false + } + }, + "name": "historical", + "parameters": { + "end": 2014, + "min-number-yrs-per-sim": 165, + "start": 1850, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "picontrol" + ], + "sub_experiment": [ + "none" + ], + "tier": 1 } \ No newline at end of file diff --git a/data_descriptors/experiment/picontrol.json b/data_descriptors/experiment/picontrol.json index add2b3c2..11cb8995 100644 --- a/data_descriptors/experiment/picontrol.json +++ b/data_descriptors/experiment/picontrol.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "picontrol", - "type": "experiment", - "activity": [ - { - "cmip": {} - } - ], - "description": "DECK: control", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "picontrol", + "type": "experiment", + "activity": [ + "cmip" + ], + "description": "DECK: control", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "piControl", - "parameters": { - "end": -999, - "min-number-yrs-per-sim": 500, - "start": -999, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "cmip": {} - } - ], - "parent_experiment": [ - { - "picontrol-spinup": {} - } - ], - "sub_experiment": { - "none": {} + "chem": { + "is_required": false }, - "tier": 1 + "bgc": { + "is_required": false + } + }, + "name": "piControl", + "parameters": { + "end": -999, + "min-number-yrs-per-sim": 500, + "start": -999, + "id": "additional_parameters" + }, + "parent_activity": [ + "cmip" + ], + "parent_experiment": [ + "picontrol-spinup" + ], + "sub_experiment": [ + "none" + ], + "tier": 1 } \ No newline at end of file diff --git a/data_descriptors/experiment/picontrol_spinup.json b/data_descriptors/experiment/picontrol_spinup.json index c0233893..78c80c54 100644 --- a/data_descriptors/experiment/picontrol_spinup.json +++ b/data_descriptors/experiment/picontrol_spinup.json @@ -1,46 +1,40 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", - "id": "picontrol_spinup", - "type": "experiment", - "activity": [ - { - "cmip": {} - } - ], - "description": "DECK: spin-up portion of the control", - "model_realms": { - "aogcm": { - "is_required": true - }, - "aer": { - "is_required": false - }, - "chem": { - "is_required": false - }, - "bgc": { - "is_required": false - } + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/experiment/_context", + "id": "picontrol_spinup", + "type": "experiment", + "activity": [ + "cmip" + ], + "description": "DECK: spin-up portion of the control", + "model_realms": { + "aogcm": { + "is_required": true }, - "name": "piControl-spinup", - "parameters": { - "end": -999, - "min-number-yrs-per-sim": 100, - "start": -999, - "id": "additional_parameters" + "aer": { + "is_required": false }, - "parent_activity": [ - { - "none": {} - } - ], - "parent_experiment": [ - { - "none": {} - } - ], - "sub_experiment": { - "none": {} + "chem": { + "is_required": false }, - "tier": 2 + "bgc": { + "is_required": false + } + }, + "name": "piControl-spinup", + "parameters": { + "end": -999, + "min-number-yrs-per-sim": 100, + "start": -999, + "id": "additional_parameters" + }, + "parent_activity": [ + "none" + ], + "parent_experiment": [ + "none" + ], + "sub_experiment": [ + "none" + ], + "tier": 2 } \ No newline at end of file diff --git a/data_descriptors/model/,_prescribed_macv2_sp.json b/data_descriptors/model/,_prescribed_macv2_sp.json index 83a57254..e69de29b 100644 --- a/data_descriptors/model/,_prescribed_macv2_sp.json +++ b/data_descriptors/model/,_prescribed_macv2_sp.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/,-prescribed-macv2-sp", - "@type": "model-component", - "description": ", prescribed MACv2-SP", - "name": ",_prescribed_MACv2-SP", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/aerosol" - }, - "version": -999 -} diff --git a/data_descriptors/model/cam_oslo.json b/data_descriptors/model/cam_oslo.json index 302675bd..e69de29b 100644 --- a/data_descriptors/model/cam_oslo.json +++ b/data_descriptors/model/cam_oslo.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/cam-oslo", - "@type": "model-component", - "description": "CAM-OSLO (2 degree resolution; 144 x 96; 32 levels; top level 3 mb) ", - "name": "CAM-OSLO", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/atmos" - }, - "version": -999 -} diff --git a/data_descriptors/model/ccsr_agcm.json b/data_descriptors/model/ccsr_agcm.json index b3b3d5e9..e69de29b 100644 --- a/data_descriptors/model/ccsr_agcm.json +++ b/data_descriptors/model/ccsr_agcm.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/ccsr-agcm", - "@type": "model-component", - "description": "CCSR AGCM (T85; 256 x 128 longitude/latitude; 81 levels; top level 0.004 hPa)", - "name": "CCSR_AGCM", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/atmos" - }, - "version": -999 -} diff --git a/data_descriptors/model/cice.json b/data_descriptors/model/cice.json index f5527d7f..e69de29b 100644 --- a/data_descriptors/model/cice.json +++ b/data_descriptors/model/cice.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/cice", - "@type": "model-component", - "description": "CICE", - "name": "CICE", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/100km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/seaice" - }, - "version": -999 -} diff --git a/data_descriptors/model/cice_hadgem3_gsi8.json b/data_descriptors/model/cice_hadgem3_gsi8.json index ffee8219..e69de29b 100644 --- a/data_descriptors/model/cice_hadgem3_gsi8.json +++ b/data_descriptors/model/cice_hadgem3_gsi8.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/cice-hadgem3-gsi8", - "@type": "model-component", - "description": "CICE-HadGEM3-GSI8 (eORCA1 tripolar primarily 1 deg; 360 x 330 longitude/latitude)", - "name": "CICE-HadGEM3-GSI8", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/100km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/seaice" - }, - "version": -999 -} diff --git a/data_descriptors/model/cism.json b/data_descriptors/model/cism.json index b9f78485..e69de29b 100644 --- a/data_descriptors/model/cism.json +++ b/data_descriptors/model/cism.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/cism", - "@type": "model-component", - "description": "CISM", - "name": "CISM", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/landice" - }, - "version": -999 -} diff --git a/data_descriptors/model/clm.json b/data_descriptors/model/clm.json index 4d8b8966..e69de29b 100644 --- a/data_descriptors/model/clm.json +++ b/data_descriptors/model/clm.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/clm", - "@type": "model-component", - "description": "CLM", - "name": "CLM", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/land" - }, - "version": -999 -} diff --git a/data_descriptors/model/coco4.9.json b/data_descriptors/model/coco4.9.json index a6fe7432..e69de29b 100644 --- a/data_descriptors/model/coco4.9.json +++ b/data_descriptors/model/coco4.9.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/coco4.9", - "@type": "model-component", - "description": "COCO4.9", - "name": "COCO4.9", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/100km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/seaice" - }, - "version": -999 -} diff --git a/data_descriptors/model/echam6.3.json b/data_descriptors/model/echam6.3.json index fe822dbc..e69de29b 100644 --- a/data_descriptors/model/echam6.3.json +++ b/data_descriptors/model/echam6.3.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/echam6.3", - "@type": "model-component", - "description": "ECHAM6.3 (spectral T63; 192 x 96 longitude/latitude; 47 levels; top level 0.01 hPa)", - "name": "ECHAM6.3", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/atmos" - }, - "version": -999 -} diff --git a/data_descriptors/model/giss_e2.1.json b/data_descriptors/model/giss_e2.1.json index a7b1d52b..e69de29b 100644 --- a/data_descriptors/model/giss_e2.1.json +++ b/data_descriptors/model/giss_e2.1.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/giss-e2.1", - "@type": "model-component", - "description": "GISS-E2.1 (2.5x2 degree; 144 x 90 longitude/latitude; 40 levels; top level 0.1 hPa)", - "name": "GISS-E2.1", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/atmos" - }, - "version": -999 -} diff --git a/data_descriptors/model/giss_lsm.json b/data_descriptors/model/giss_lsm.json index f7613696..e69de29b 100644 --- a/data_descriptors/model/giss_lsm.json +++ b/data_descriptors/model/giss_lsm.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/giss-lsm", - "@type": "model-component", - "description": "GISS LSM", - "name": "GISS_LSM", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/land" - }, - "version": -999 -} diff --git a/data_descriptors/model/giss_ocean.json b/data_descriptors/model/giss_ocean.json index 5d4d20a2..e69de29b 100644 --- a/data_descriptors/model/giss_ocean.json +++ b/data_descriptors/model/giss_ocean.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/giss-ocean", - "@type": "model-component", - "description": "GISS Ocean (GO1, 1 degree; 360 x 180 longitude/latitude; 40 levels; top grid cell 0-10 m)", - "name": "GISS_Ocean", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/100km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/ocean" - }, - "version": -999 -} diff --git a/data_descriptors/model/giss_si.json b/data_descriptors/model/giss_si.json index 6d02011b..e69de29b 100644 --- a/data_descriptors/model/giss_si.json +++ b/data_descriptors/model/giss_si.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/giss-si", - "@type": "model-component", - "description": "GISS SI", - "name": "GISS_SI", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/seaice" - }, - "version": -999 -} diff --git a/data_descriptors/model/hamocc.json b/data_descriptors/model/hamocc.json index 75fa7d76..e69de29b 100644 --- a/data_descriptors/model/hamocc.json +++ b/data_descriptors/model/hamocc.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/hamocc", - "@type": "model-component", - "description": "HAMOCC", - "name": "HAMOCC", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/100km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/ocnbgchem" - }, - "version": -999 -} diff --git a/data_descriptors/model/hamocc6.json b/data_descriptors/model/hamocc6.json index eee6ba10..e69de29b 100644 --- a/data_descriptors/model/hamocc6.json +++ b/data_descriptors/model/hamocc6.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/hamocc6", - "@type": "model-component", - "description": "HAMOCC6", - "name": "HAMOCC6", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/ocnbgchem" - }, - "version": -999 -} diff --git a/data_descriptors/model/jsbach3.20.json b/data_descriptors/model/jsbach3.20.json index 8593619e..e69de29b 100644 --- a/data_descriptors/model/jsbach3.20.json +++ b/data_descriptors/model/jsbach3.20.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/jsbach3.20", - "@type": "model-component", - "description": "JSBACH3.20", - "name": "JSBACH3.20", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/land" - }, - "version": -999 -} diff --git a/data_descriptors/model/jules_hadgem3_gl7.1.json b/data_descriptors/model/jules_hadgem3_gl7.1.json index c11334d0..e69de29b 100644 --- a/data_descriptors/model/jules_hadgem3_gl7.1.json +++ b/data_descriptors/model/jules_hadgem3_gl7.1.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/jules-hadgem3-gl7.1", - "@type": "model-component", - "description": "JULES-HadGEM3-GL7.1", - "name": "JULES-HadGEM3-GL7.1", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/land" - }, - "version": -999 -} diff --git a/data_descriptors/model/matsiro6.0.json b/data_descriptors/model/matsiro6.0.json index 8027e4e2..e69de29b 100644 --- a/data_descriptors/model/matsiro6.0.json +++ b/data_descriptors/model/matsiro6.0.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/matsiro6.0", - "@type": "model-component", - "description": "MATSIRO6.0", - "name": "MATSIRO6.0", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/land" - }, - "version": -999 -} diff --git a/data_descriptors/model/metum_hadgem3_ga7.1.json b/data_descriptors/model/metum_hadgem3_ga7.1.json index 612a1d36..e69de29b 100644 --- a/data_descriptors/model/metum_hadgem3_ga7.1.json +++ b/data_descriptors/model/metum_hadgem3_ga7.1.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/metum-hadgem3-ga7.1", - "@type": "model-component", - "description": "MetUM-HadGEM3-GA7.1 (N96; 192 x 144 longitude/latitude; 85 levels; top level 85 km)", - "name": "MetUM-HadGEM3-GA7.1", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/atmos" - }, - "version": -999 -} diff --git a/data_descriptors/model/micom.json b/data_descriptors/model/micom.json index 81cf09de..e69de29b 100644 --- a/data_descriptors/model/micom.json +++ b/data_descriptors/model/micom.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/micom", - "@type": "model-component", - "description": "MICOM (1 degree resolution; 360 x 384; 70 levels; top grid cell minimum 0-2.5 m [native model uses hybrid density and generic upper-layer coordinate interpolated to z-level for contributed data])", - "name": "MICOM", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/100km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/ocean" - }, - "version": -999 -} diff --git a/data_descriptors/model/mpiom1.63.json b/data_descriptors/model/mpiom1.63.json index 030e43a9..e69de29b 100644 --- a/data_descriptors/model/mpiom1.63.json +++ b/data_descriptors/model/mpiom1.63.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/mpiom1.63", - "@type": "model-component", - "description": "MPIOM1.63 (bipolar GR1.5, approximately 1.5deg; 256 x 220 longitude/latitude; 40 levels; top grid cell 0-12 m)", - "name": "MPIOM1.63", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/ocean" - }, - "version": -999 -} diff --git a/data_descriptors/model/nemo_hadgem3_go6.0.json b/data_descriptors/model/nemo_hadgem3_go6.0.json index 7e4c7e38..e69de29b 100644 --- a/data_descriptors/model/nemo_hadgem3_go6.0.json +++ b/data_descriptors/model/nemo_hadgem3_go6.0.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/nemo-hadgem3-go6.0", - "@type": "model-component", - "description": "NEMO-HadGEM3-GO6.0 (eORCA1 tripolar primarily 1 deg with meridional refinement down to 1/3 degree in the tropics; 360 x 330 longitude/latitude; 75 levels; top grid cell 0-1 m)", - "name": "NEMO-HadGEM3-GO6.0", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/100km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/ocean" - }, - "version": -999 -} diff --git a/data_descriptors/model/osloaero.json b/data_descriptors/model/osloaero.json index 7ede0ae6..e69de29b 100644 --- a/data_descriptors/model/osloaero.json +++ b/data_descriptors/model/osloaero.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/osloaero", - "@type": "model-component", - "description": "OsloAero", - "name": "OsloAero", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/aerosol" - }, - "version": -999 -} diff --git a/data_descriptors/model/oslochemsimp.json b/data_descriptors/model/oslochemsimp.json index a92b2742..e69de29b 100644 --- a/data_descriptors/model/oslochemsimp.json +++ b/data_descriptors/model/oslochemsimp.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/oslochemsimp", - "@type": "model-component", - "description": "OsloChemSimp", - "name": "OsloChemSimp", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/atmoschem" - }, - "version": -999 -} diff --git a/data_descriptors/model/prescribed.json b/data_descriptors/model/prescribed.json index 556de188..e69de29b 100644 --- a/data_descriptors/model/prescribed.json +++ b/data_descriptors/model/prescribed.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/prescribed", - "@type": "model-component", - "description": "prescribed", - "name": "prescribed", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/none" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/landice" - }, - "version": -999 -} diff --git a/data_descriptors/model/sprintars6.0.json b/data_descriptors/model/sprintars6.0.json index ae149570..e69de29b 100644 --- a/data_descriptors/model/sprintars6.0.json +++ b/data_descriptors/model/sprintars6.0.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/sprintars6.0", - "@type": "model-component", - "description": "SPRINTARS6.0", - "name": "SPRINTARS6.0", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/aerosol" - }, - "version": -999 -} diff --git a/data_descriptors/model/ukca_glomap_mode.json b/data_descriptors/model/ukca_glomap_mode.json index aea17818..e69de29b 100644 --- a/data_descriptors/model/ukca_glomap_mode.json +++ b/data_descriptors/model/ukca_glomap_mode.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/ukca-glomap-mode", - "@type": "model-component", - "description": "UKCA-GLOMAP-mode", - "name": "UKCA-GLOMAP-mode", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/aerosol" - }, - "version": -999 -} diff --git a/data_descriptors/model/unnamed.json b/data_descriptors/model/unnamed.json index 09bd1f8f..e69de29b 100644 --- a/data_descriptors/model/unnamed.json +++ b/data_descriptors/model/unnamed.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/unnamed", - "@type": "model-component", - "description": "unnamed (thermodynamic (Semtner zero-layer) dynamic (Hibler 79) sea ice model)", - "name": "unnamed", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/seaice" - }, - "version": -999 -} diff --git a/data_descriptors/model/varies_with_physics_version.json b/data_descriptors/model/varies_with_physics_version.json index 5465a0c4..e69de29b 100644 --- a/data_descriptors/model/varies_with_physics_version.json +++ b/data_descriptors/model/varies_with_physics_version.json @@ -1,13 +0,0 @@ -{ - "@id": "cmip6plus:model/component/varies-with-physics-version", - "@type": "model-component", - "description": "Varies with physics-version (p==1 Non-interactive, p>1 GPUCCINI)", - "name": "Varies_with_physics-version", - "nominal-resolution": { - "@id": "mip-cmor-tables:auxillary/native-nominal-resolution/250km" - }, - "realm": { - "@id": "mip-cmor-tables:auxillary/realm/atmoschem" - }, - "version": -999 -} diff --git a/data_descriptors/source/giss_e2_1_g.json b/data_descriptors/source/giss_e2_1_g.json index 5d4077c5..ecb9f800 100644 --- a/data_descriptors/source/giss_e2_1_g.json +++ b/data_descriptors/source/giss_e2_1_g.json @@ -1,32 +1,32 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/source/_context", - "id": "giss_e2_1_g", - "type": "source", - "activity-participation": { - "lesfmip": {}, - "cmip": {} + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/source/_context", + "id": "giss_e2_1_g", + "type": "source", + "activity-participation": [ + "lesfmip", + "cmip" + ], + "cohort": "Published", + "contributors": [], + "label": "GISS-E2.1G", + "label-extended": "GISS-E2.1G", + "license": { + "license:exceptions-contact": "@lists.nasa.gov <- cmip-giss-l", + "license:kind": { + "@id": "mip-cmor-tables:license/cc-by-4.0" }, - "cohort": "Published", - "contributors": {}, - "label": "GISS-E2.1G", - "label-extended": "GISS-E2.1G", - "license": { - "license:exceptions-contact": "@lists.nasa.gov <- cmip-giss-l", - "license:kind": { - "@id": "mip-cmor-tables:license/cc-by-4.0" - }, - "license:source-specific-info": "" - }, - "model-component": { - "varies-with-physics-version": {}, - "giss-e2.1": {}, - "giss-lsm": {}, - "giss-ocean": {}, - "giss-si": {} - }, - "name": "GISS-E2-1-G", - "organisation-id": { - "nasa-giss": {} - }, - "release-year": 2019 + "license:source-specific-info": "" + }, + "model-component": [ + "varies-with-physics-version", + "giss-e2.1", + "giss-lsm", + "giss-ocean", + "giss-si" + ], + "name": "GISS-E2-1-G", + "organisation-id": [ + "nasa-giss" + ], + "release-year": 2019 } \ No newline at end of file diff --git a/data_descriptors/source/hadgem3_gc31_ll.json b/data_descriptors/source/hadgem3_gc31_ll.json index 49331bfe..04b5a7e3 100644 --- a/data_descriptors/source/hadgem3_gc31_ll.json +++ b/data_descriptors/source/hadgem3_gc31_ll.json @@ -1,32 +1,32 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/source/_context", - "id": "hadgem3_gc31_ll", - "type": "source", - "activity-participation": { - "cmip": {}, - "lesfmip": {} + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/source/_context", + "id": "hadgem3_gc31_ll", + "type": "source", + "activity-participation": [ + "cmip", + "lesfmip" + ], + "cohort": "Published", + "contributors": [], + "label": "HadGEM3-GC31-LL", + "label-extended": "HadGEM3-GC3.1-N96ORCA1", + "license": { + "license:exceptions-contact": "@metoffice.gov.uk <- cmip6.hadgem3", + "license:kind": { + "@id": "mip-cmor-tables:license/cc-by-4.0" }, - "cohort": "Published", - "contributors": {}, - "label": "HadGEM3-GC31-LL", - "label-extended": "HadGEM3-GC3.1-N96ORCA1", - "license": { - "license:exceptions-contact": "@metoffice.gov.uk <- cmip6.hadgem3", - "license:kind": { - "@id": "mip-cmor-tables:license/cc-by-4.0" - }, - "license:source-specific-info": "https://ukesm.ac.uk/licensing-of-met-office-nerc-and-niwa-cmip6-data/" - }, - "model-component": { - "ukca-glomap-mode": {}, - "metum-hadgem3-ga7.1": {}, - "jules-hadgem3-gl7.1": {}, - "nemo-hadgem3-go6.0": {}, - "cice-hadgem3-gsi8": {} - }, - "name": "HadGEM3-GC31-LL", - "organisation-id": { - "mohc": {} - }, - "release-year": 2016 + "license:source-specific-info": "https://ukesm.ac.uk/licensing-of-met-office-nerc-and-niwa-cmip6-data/" + }, + "model-component": [ + "ukca-glomap-mode", + "metum-hadgem3-ga7.1", + "jules-hadgem3-gl7.1", + "nemo-hadgem3-go6.0", + "cice-hadgem3-gsi8" + ], + "name": "HadGEM3-GC31-LL", + "organisation-id": [ + "mohc" + ], + "release-year": 2016 } \ No newline at end of file diff --git a/data_descriptors/source/miroc6.json b/data_descriptors/source/miroc6.json index 3201e080..fd8caa29 100644 --- a/data_descriptors/source/miroc6.json +++ b/data_descriptors/source/miroc6.json @@ -1,31 +1,31 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/source/_context", - "id": "miroc6", - "type": "source", - "activity-participation": { - "cmip": {}, - "lesfmip": {} + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/source/_context", + "id": "miroc6", + "type": "source", + "activity-participation": [ + "cmip", + "lesfmip" + ], + "cohort": "Published", + "contributors": [], + "label": "MIROC6", + "label-extended": "MIROC6", + "license": { + "license:exceptions-contact": "@jamstec.go.jp <- miroc-cmip6", + "license:kind": { + "@id": "mip-cmor-tables:license/cc-by-4.0" }, - "cohort": "Published", - "contributors": {}, - "label": "MIROC6", - "label-extended": "MIROC6", - "license": { - "license:exceptions-contact": "@jamstec.go.jp <- miroc-cmip6", - "license:kind": { - "@id": "mip-cmor-tables:license/cc-by-4.0" - }, - "license:source-specific-info": "" - }, - "model-component": { - "sprintars6.0": {}, - "ccsr-agcm": {}, - "matsiro6.0": {}, - "coco4.9": {} - }, - "name": "MIROC6", - "organisation-id": { - "miroc": {} - }, - "release-year": 2017 + "license:source-specific-info": "" + }, + "model-component": [ + "sprintars6.0", + "ccsr-agcm", + "matsiro6.0", + "coco4.9" + ], + "name": "MIROC6", + "organisation-id": [ + "miroc" + ], + "release-year": 2017 } \ No newline at end of file diff --git a/data_descriptors/source/mpi_esm1_2_hr.json b/data_descriptors/source/mpi_esm1_2_hr.json index 2b1cbdb7..c364374c 100644 --- a/data_descriptors/source/mpi_esm1_2_hr.json +++ b/data_descriptors/source/mpi_esm1_2_hr.json @@ -1,36 +1,36 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/source/_context", - "id": "mpi-esm1-2-hr", - "type": "source", - "@id": "cmip6plus:source/id/mpi-esm1-2-hr", - "@type": "source-id", - "activity-participation": { - "cmip": {}, - "lesfmip": {} + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/source/_context", + "id": "mpi-esm1-2-hr", + "type": "source", + "@id": "cmip6plus:source/id/mpi-esm1-2-hr", + "@type": "source-id", + "activity-participation": [ + "cmip", + "lesfmip" + ], + "cohort": "Published", + "contributors": [], + "label": "MPI-ESM1.2-HR", + "label-extended": "MPI-ESM1.2-HR", + "license": { + "license:exceptions-contact": "@dkrz.de <- cmip6-mpi-esm", + "license:kind": { + "@id": "mip-cmor-tables:license/cc-by-4.0" }, - "cohort": "Published", - "contributors": {}, - "label": "MPI-ESM1.2-HR", - "label-extended": "MPI-ESM1.2-HR", - "license": { - "license:exceptions-contact": "@dkrz.de <- cmip6-mpi-esm", - "license:kind": { - "@id": "mip-cmor-tables:license/cc-by-4.0" - }, - "license:source-specific-info": "" - }, - "model-component": { - ",-prescribed-macv2-sp": {}, - "echam6.3": {}, - "jsbach3.20": {}, - "prescribed": {}, - "mpiom1.63": {}, - "hamocc6": {}, - "unnamed": {} - }, - "name": "MPI-ESM1-2-HR", - "organisation-id": { - "mpi-m": {} - }, - "release-year": 2017 + "license:source-specific-info": "" + }, + "model-component": [ + ",-prescribed-macv2-sp", + "echam6.3", + "jsbach3.20", + "prescribed", + "mpiom1.63", + "hamocc6", + "unnamed" + ], + "name": "MPI-ESM1-2-HR", + "organisation-id": [ + "mpi-m" + ], + "release-year": 2017 } \ No newline at end of file diff --git a/data_descriptors/source/mpi_esm1_2_lr.json b/data_descriptors/source/mpi_esm1_2_lr.json index d604214b..5e14b987 100644 --- a/data_descriptors/source/mpi_esm1_2_lr.json +++ b/data_descriptors/source/mpi_esm1_2_lr.json @@ -1,36 +1,36 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/source/_context", - "id": "mpi-esm1-2-lr", - "type": "source", - "@id": "cmip6plus:source/id/mpi-esm1-2-lr", - "@type": "source-id", - "activity-participation": { - "cmip": {}, - "lesfmip": {} + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/source/_context", + "id": "mpi-esm1-2-lr", + "type": "source", + "@id": "cmip6plus:source/id/mpi-esm1-2-lr", + "@type": "source-id", + "activity-participation": [ + "cmip", + "lesfmip" + ], + "cohort": "Published", + "contributors": [], + "label": "MPI-ESM1-2-LR", + "label-extended": "MPI-ESM1.2-LR", + "license": { + "license:exceptions-contact": "@dkrz.de <- cmip6-mpi-esm", + "license:kind": { + "@id": "mip-cmor-tables:license/cc-by-4.0" }, - "cohort": "Published", - "contributors": {}, - "label": "MPI-ESM1-2-LR", - "label-extended": "MPI-ESM1.2-LR", - "license": { - "license:exceptions-contact": "@dkrz.de <- cmip6-mpi-esm", - "license:kind": { - "@id": "mip-cmor-tables:license/cc-by-4.0" - }, - "license:source-specific-info": "" - }, - "model-component": { - ",-prescribed-macv2-sp": {}, - "echam6.3": {}, - "jsbach3.20": {}, - "prescribed": {}, - "mpiom1.63": {}, - "hamocc6": {}, - "unnamed": {} - }, - "name": "MPI-ESM1-2-LR", - "organisation-id": { - "mpi-m": {} - }, - "release-year": 2017 + "license:source-specific-info": "" + }, + "model-component": [ + ",-prescribed-macv2-sp", + "echam6.3", + "jsbach3.20", + "prescribed", + "mpiom1.63", + "hamocc6", + "unnamed" + ], + "name": "MPI-ESM1-2-LR", + "organisation-id": [ + "mpi-m" + ], + "release-year": 2017 } \ No newline at end of file diff --git a/data_descriptors/source/noresm2_lm.json b/data_descriptors/source/noresm2_lm.json index 188ed555..a6177fa1 100644 --- a/data_descriptors/source/noresm2_lm.json +++ b/data_descriptors/source/noresm2_lm.json @@ -1,35 +1,35 @@ { - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/source/_context", - "id": "noresm2_lm", - "type": "source", - "activity-participation": { - "cmip": {}, - "lesfmip": {} + "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/source/_context", + "id": "noresm2_lm", + "type": "source", + "activity-participation": [ + "cmip", + "lesfmip" + ], + "cohort": "Published", + "contributors": [], + "label": "NorESM2-LM", + "label-extended": "NorESM2-LM (low atmosphere-medium ocean resolution, GHG concentration driven)", + "license": { + "license:exceptions-contact": "@met.no <- noresm-ncc", + "license:kind": { + "@id": "mip-cmor-tables:license/cc-by-4.0" }, - "cohort": "Published", - "contributors": {}, - "label": "NorESM2-LM", - "label-extended": "NorESM2-LM (low atmosphere-medium ocean resolution, GHG concentration driven)", - "license": { - "license:exceptions-contact": "@met.no <- noresm-ncc", - "license:kind": { - "@id": "mip-cmor-tables:license/cc-by-4.0" - }, - "license:source-specific-info": "" - }, - "model-component": { - "osloaero": {}, - "cam-oslo": {}, - "oslochemsimp": {}, - "clm": {}, - "cism": {}, - "micom": {}, - "hamocc": {}, - "cice": {} - }, - "name": "NorESM2-LM", - "organisation-id": { - "ncc": {} - }, - "release-year": 2017 + "license:source-specific-info": "" + }, + "model-component": [ + "osloaero", + "cam-oslo", + "oslochemsimp", + "clm", + "cism", + "micom", + "hamocc", + "cice" + ], + "name": "NorESM2-LM", + "organisation-id": [ + "ncc" + ], + "release-year": 2017 } \ No newline at end of file diff --git a/data_descriptors/sub-experiment/f2023.json b/data_descriptors/sub-experiment/f2023.json index 03560fba..e69de29b 100644 --- a/data_descriptors/sub-experiment/f2023.json +++ b/data_descriptors/sub-experiment/f2023.json @@ -1,7 +0,0 @@ -{ - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/sub-experiment/_context", - "id": "f2023", - "type": "sub-experiment", - "description": "Forcings 2023", - "name": "f2023" -} \ No newline at end of file diff --git a/data_descriptors/sub-experiment/none.json b/data_descriptors/sub-experiment/none.json index 89abe9ba..e69de29b 100644 --- a/data_descriptors/sub-experiment/none.json +++ b/data_descriptors/sub-experiment/none.json @@ -1,7 +0,0 @@ -{ - "@context": "https://WCRP-CMIP.github.io/CMIP6Plus_CVs/sub-experiment/_context", - "id": "none", - "type": "sub-experiment", - "description": "none", - "name": "none" -} \ No newline at end of file