Skip to content

Commit 602281e

Browse files
Merge pull request #92 from znichollscr/cmip-description
Update CMIP activity description
2 parents 1146c91 + d0fd0b7 commit 602281e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

activity/cmip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"@context": "000_context.jsonld",
33
"id": "cmip",
44
"type": "activity",
5-
"description": "CMIP core common experiments i.e. the DECK (Diagnostic, Evaluation and Characterization of Klima).",
5+
"description": "CMIP common experiments.",
66
"drs_name": "CMIP"
77
}

scripts/generate-experiments.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,13 @@ def initialise_activities(self) -> "Holder":
184184
id="cmip",
185185
experiments=[],
186186
urls=["https://doi.org/10.5194/gmd-18-6671-2025"],
187+
description=(
188+
# If you were doing this for CMIP6, you would write DECK and historical
189+
# as historical was separate from the DECK in CMIP6, but isn't in CMIP7,
190+
# see https://github.com/WCRP-CMIP/CMIP7-CVs/issues/327
191+
"CMIP core common experiments "
192+
"i.e. the DECK (Diagnostic, Evaluation and Characterization of Klima)."
193+
),
187194
),
188195
ActivityProject(
189196
id="damip",

0 commit comments

Comments
 (0)