Skip to content

Commit

Permalink
Add groundwater experiments and variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Oct 11, 2023
1 parent 2db65f1 commit 0dd62f2
Show file tree
Hide file tree
Showing 7 changed files with 425 additions and 79 deletions.
4 changes: 4 additions & 0 deletions definitions/experiments.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"diarrhea",
"fire",
"health",
"groundwater",
"labour",
"lakes_global",
"lakes_local",
Expand Down Expand Up @@ -50,6 +51,7 @@
"diarrhea",
"fire",
"health",
"groundwater",
"labour",
"lakes_global",
"lakes_local",
Expand Down Expand Up @@ -284,6 +286,7 @@
"ISIMIP3a"
],
"sectors": [
"groundwater",
"water_global",
"water_regional"
]
Expand All @@ -302,6 +305,7 @@
"ISIMIP3a"
],
"sectors": [
"groundwater",
"water_global",
"water_regional"
]
Expand Down
3 changes: 3 additions & 0 deletions definitions/geo_dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"energy",
"fire",
"forestry",
"groundwater",
"health",
"lakes_global",
"lakes_local",
Expand Down Expand Up @@ -58,6 +59,7 @@
"energy",
"fire",
"forestry",
"groundwater",
"health",
"lakes_global",
"lakes_local",
Expand Down Expand Up @@ -92,6 +94,7 @@
"energy",
"fire",
"forestry",
"groundwater",
"health",
"lakes_global",
"lakes_local",
Expand Down
5 changes: 5 additions & 0 deletions definitions/group.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,5 +230,10 @@
"identifier": "variable",
"specifier": "labour-variables",
"title": "Labour variables"
},
{
"identifier": "variable",
"specifier": "groundwater-variables",
"title": "Groundwater variables"
}
]
8 changes: 8 additions & 0 deletions definitions/sector.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
"ISIMIP3b": "https://protocol.isimip.org/#ISIMIP3b/fs-n"
}
},
{
"specifier": "groundwater",
"title": "Groundwater",
"urls": {
"ISIMIP3a": "https://protocol.isimip.org/#ISIMIP3a/groundwater",
"ISIMIP3b": "https://protocol.isimip.org/#ISIMIP3b/groundwater"
}
},
{
"specifier": "health",
"title": "Temperature-related mortality",
Expand Down
1 change: 1 addition & 0 deletions definitions/sens_scenario.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"specifier": "nowatermgt",
"description": "No water management (e.g. no human water abstraction, no reservoirs) while other direct human forcings such as land use changes are considered according to `histsoc` or `2015soc`.",
"sectors": [
"groundwater",
"water_global",
"water_regional"
],
Expand Down
1 change: 1 addition & 0 deletions definitions/soc_scenario.json
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@
"energy",
"fire",
"forestry",
"groundwater",
"health",
"labour",
"lakes_global",
Expand Down
Loading

0 comments on commit 0dd62f2

Please sign in to comment.