Skip to content

Commit 5f2f1ad

Browse files
committed
Add a number of other experiments
1 parent 1ba783e commit 5f2f1ad

21 files changed

Lines changed: 149 additions & 7 deletions

activity/c4mip.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"type": "activity",
55
"experiments": [
66
"1pctco2-bgc",
7-
"1pctco2-rad"
7+
"1pctco2-rad",
8+
"esm-flat10",
9+
"esm-flat10-cdr",
10+
"esm-flat10-zec"
811
],
912
"urls": [
1013
"https://doi.org/10.5194/egusphere-2024-3356",

activity/cfmip.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"type": "activity",
55
"experiments": [
66
"abrupt-0p5xco2",
7-
"abrupt-2xco2"
7+
"abrupt-2xco2",
8+
"amip-p4k",
9+
"amip-piforcing"
810
],
911
"urls": [
1012
"https://doi.org/10.5194/gmd-10-359-2017"

activity/cmip.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@
44
"type": "activity",
55
"experiments": [
66
"1pctco2",
7-
"abrupt-4xco2"
7+
"abrupt-4xco2",
8+
"amip",
9+
"esm-hist",
10+
"esm-picontrol",
11+
"esm-picontrol-spinup",
12+
"historical",
13+
"picontrol",
14+
"picontrol-spinup"
815
],
916
"urls": [
1017
"https://doi.org/10.5194/gmd-18-6671-2025"

activity/damip.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"@context": "000_context.jsonld",
3+
"id": "damip",
4+
"type": "activity",
5+
"experiments": [
6+
"hist-aer",
7+
"hist-ghg",
8+
"hist-nat"
9+
],
10+
"urls": [
11+
"https://doi.org/10.5194/gmd-18-4399-2025"
12+
]
13+
}

activity/pmip.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"@context": "000_context.jsonld",
3+
"id": "pmip",
4+
"type": "activity",
5+
"experiments": [
6+
"abrupt-127k"
7+
],
8+
"urls": [
9+
"https://doi.org/10.5194/cp-19-883-2023",
10+
"https://doi.org/10.5194/gmd-10-3979-2017"
11+
]
12+
}

experiment/abrupt-127k.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"@context": "000_context.jsonld",
3+
"id": "abrupt-127k",
4+
"type": "experiment",
5+
"min_number_yrs_per_sim": 100.0,
6+
"parent_mip_era": "cmip7",
7+
"tier": 1
8+
}

experiment/amip-p4k.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"@context": "000_context.jsonld",
3+
"id": "amip-p4k",
4+
"type": "experiment",
5+
"start_timestamp": "1979-01-01",
6+
"end_timestamp": "2021-12-31",
7+
"min_number_yrs_per_sim": 43.0,
8+
"parent_mip_era": "cmip7",
9+
"tier": 1
10+
}

experiment/amip-piforcing.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"@context": "000_context.jsonld",
3+
"id": "amip-piforcing",
4+
"type": "experiment",
5+
"start_timestamp": "1870-01-01",
6+
"end_timestamp": "2021-12-31",
7+
"min_number_yrs_per_sim": 152.0,
8+
"parent_mip_era": "cmip7",
9+
"tier": 1
10+
}

experiment/amip.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"@context": "000_context.jsonld",
3+
"id": "amip",
4+
"type": "experiment",
5+
"start_timestamp": "1979-01-01",
6+
"end_timestamp": "2021-12-31",
7+
"min_number_yrs_per_sim": 43.0,
8+
"parent_mip_era": "cmip7",
9+
"tier": 1
10+
}

experiment/esm-flat10-cdr.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"@context": "000_context.jsonld",
3+
"id": "esm-flat10-cdr",
4+
"type": "experiment",
5+
"parent_mip_era": "cmip7",
6+
"tier": 1
7+
}

0 commit comments

Comments
 (0)