diff --git a/.github/workflows/export-cmor-cvs-table.yaml b/.github/workflows/export-cmor-cvs-table.yaml index abfdf3de..6ddb1468 100644 --- a/.github/workflows/export-cmor-cvs-table.yaml +++ b/.github/workflows/export-cmor-cvs-table.yaml @@ -26,7 +26,7 @@ jobs: ESGVOC_REVISION: "5145b8f6d8b1859c663e63fb7b0bad952e8bc7b5" # Modify these as needed UNIVERSE_CVS_FORK: "znichollscr" - UNIVERSE_CVS_BRANCH: "add-amip-experiments" + UNIVERSE_CVS_BRANCH: "add-lmip-entires" CMIP7_CVS_FORK: ${{ github.event.pull_request.head.repo.owner.login }} CMIP7_CVS_BRANCH: ${{ github.head_ref || github.ref_name }} run: | diff --git a/activity/lmip.json b/activity/lmip.json new file mode 100644 index 00000000..1ce85df7 --- /dev/null +++ b/activity/lmip.json @@ -0,0 +1,11 @@ +{ + "@context": "000_context.jsonld", + "id": "lmip", + "type": "activity", + "experiments": [ + "land-hist" + ], + "urls": [ + "https://doi.org/10.5194/gmd-9-2809-2016" + ] +} diff --git a/cmor-cvs.json b/cmor-cvs.json index 63c21ae2..6644ef4a 100644 --- a/cmor-cvs.json +++ b/cmor-cvs.json @@ -11,6 +11,7 @@ "CFMIP": "Cloud feedback model intercomparison project. Focussed primarily on cloud feedbacks with a secondary focus on understanding of response to forcing, model biases, circulation, regional-scale precipitation, and non-linear changes.", "CMIP": "CMIP core common experiments i.e. the DECK (Diagnostic, Evaluation and Characterization of Klima).", "DAMIP": "Detection and attribution model intercomparison project: exploration of the role of individual forcings (both anthropogenic and natural) in past and future climate change.", + "LMIP": "Land surface, snow and soil moisture model intercomparison project: assessment of land surface, snow and soil moisture feedbacks on climate variability and climate change, and diagnosis of systematic biases in the land modules of Earth system models (ESMs).", "PMIP": "Palaeoclimate modelling intercomparison project: assessment of paleoclimate i.e. climate thousands of years or more in the past.", "ScenarioMIP": "Future scenario experiments. Exploration of the future climate under a (selected) range of possible boundary conditions" }, @@ -647,6 +648,20 @@ "start_year": 1850, "tier": 1 }, + "land-hist": { + "activity_id": [ + "LMIP" + ], + "description": "Land-only version of `historical`.", + "end_year": 2021, + "experiment": "Land-only version of `historical`.", + "experiment_id": "land-hist", + "min_number_yrs_per_sim": 172, + "parent_activity_id": [], + "parent_experiment_id": [], + "start_year": 1850, + "tier": 1 + }, "piControl": { "activity_id": [ "CMIP" diff --git a/create-cmor-cvs-table-export-environment.sh b/create-cmor-cvs-table-export-environment.sh index ae7fc28d..ae8dc5c3 100644 --- a/create-cmor-cvs-table-export-environment.sh +++ b/create-cmor-cvs-table-export-environment.sh @@ -7,9 +7,9 @@ python3.13 -m venv venv ESGVOC_FORK="znichollscr" ESGVOC_REVISION="5145b8f6d8b1859c663e63fb7b0bad952e8bc7b5" UNIVERSE_CVS_FORK="znichollscr" -UNIVERSE_CVS_BRANCH="add-amip-experiments" +UNIVERSE_CVS_BRANCH="add-lmip-entires" CMIP7_CVS_FORK="znichollscr" -CMIP7_CVS_BRANCH="add-amip-experiments" +CMIP7_CVS_BRANCH="add-lmip-entires" venv/bin/pip install -r requirements-cmor-cvs-table.txt venv/bin/pip install --no-deps "git+https://github.com/$ESGVOC_FORK/esgf-vocab.git@$ESGVOC_REVISION" diff --git a/experiment/land-hist.json b/experiment/land-hist.json new file mode 100644 index 00000000..3b56d439 --- /dev/null +++ b/experiment/land-hist.json @@ -0,0 +1,10 @@ +{ + "@context": "000_context.jsonld", + "id": "land-hist", + "type": "experiment", + "start_timestamp": "1850-01-01", + "end_timestamp": "2021-12-31", + "min_number_yrs_per_sim": 172.0, + "parent_mip_era": "cmip7", + "tier": 1 +}