Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/export-cmor-cvs-table.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
11 changes: 11 additions & 0 deletions activity/lmip.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
15 changes: 15 additions & 0 deletions cmor-cvs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions create-cmor-cvs-table-export-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 10 additions & 0 deletions experiment/land-hist.json
Original file line number Diff line number Diff line change
@@ -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
}