Skip to content

Commit e46206f

Browse files
committed
Add desalinated_water_production
1 parent 01342e3 commit e46206f

File tree

3 files changed

+110
-0
lines changed

3 files changed

+110
-0
lines changed

definitions/soc_dataset.yaml

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,6 +1235,93 @@
12351235
ISIMIP3b:
12361236
- 2015-2100
12371237

1238+
1239+
1240+
1241+
- specifier: swdp-cstline-1
1242+
title: '?'
1243+
group: desalination
1244+
frequency: annual
1245+
resolution: 0.5° grid
1246+
path:
1247+
ISIMIP3b:
1248+
- ISIMIP3b/InputData/socioeconomic/desalinated_water_production/
1249+
variables:
1250+
- specifier:
1251+
long_name:
1252+
unit: 1
1253+
comment: >-
1254+
Input dataset documentation → [Inter basin water transfer](https://www.isimip.org/gettingstarted/input-data-bias-adjustment/details/184/).
1255+
`cstline-[1-3]` in file name indicates width of coastline towards land ranging from 1 to 3 grid cells from the seashore
1256+
simulation_round:
1257+
- ISIMIP3b
1258+
sectors:
1259+
- agriculture
1260+
- biomes
1261+
- fire
1262+
- peat
1263+
- permafrost
1264+
- water_global
1265+
time_periods:
1266+
ISIMIP3b:
1267+
- 2015-2100
1268+
1269+
- specifier: swdp-cstline-2
1270+
title: '?'
1271+
group: desalination
1272+
frequency: annual
1273+
resolution: 0.5° grid
1274+
path:
1275+
ISIMIP3b:
1276+
- ISIMIP3b/InputData/socioeconomic/desalinated_water_production/
1277+
variables:
1278+
- specifier:
1279+
long_name:
1280+
unit: 1
1281+
comment: >-
1282+
Input dataset documentation → [Inter basin water transfer](https://www.isimip.org/gettingstarted/input-data-bias-adjustment/details/184/).
1283+
`cstline-[1-3]` in file name indicates width of coastline towards land ranging from 1 to 3 grid cells from the seashore
1284+
simulation_round:
1285+
- ISIMIP3b
1286+
sectors:
1287+
- agriculture
1288+
- biomes
1289+
- fire
1290+
- peat
1291+
- permafrost
1292+
- water_global
1293+
time_periods:
1294+
ISIMIP3b:
1295+
- 2015-2100
1296+
1297+
- specifier: swdp-cstline-3
1298+
title: '?'
1299+
group: desalination
1300+
frequency: annual
1301+
resolution: 0.5° grid
1302+
path:
1303+
ISIMIP3b:
1304+
- ISIMIP3b/InputData/socioeconomic/desalinated_water_production/
1305+
variables:
1306+
- specifier:
1307+
long_name:
1308+
unit: 1
1309+
comment: >-
1310+
Input dataset documentation → [Inter basin water transfer](https://www.isimip.org/gettingstarted/input-data-bias-adjustment/details/184/).
1311+
`cstline-[1-3]` in file name indicates width of coastline towards land ranging from 1 to 3 grid cells from the seashore
1312+
simulation_round:
1313+
- ISIMIP3b
1314+
sectors:
1315+
- agriculture
1316+
- biomes
1317+
- fire
1318+
- peat
1319+
- permafrost
1320+
- water_global
1321+
time_periods:
1322+
ISIMIP3b:
1323+
- 2015-2100
1324+
12381325
- specifier: inter_basin_water_transfer
12391326
title: Inter Basin Water Transfer
12401327
group: inter_basin_water_transfer

definitions/subcategory.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@
8888
categories:
8989
- socioeconomic
9090

91+
- specifier: desalinated_water_production
92+
title: Desalinated water production
93+
categories:
94+
- socioeconomic
95+
9196
- specifier: wood_harvesting
9297
title: Wood harvest
9398
categories:
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
path: >-
2+
(?P<simulation_round>[A-Za-z0-9]+)
3+
/(?P<product>[A-Za-z]+)
4+
/(?P<category>[a-z0-9-_]+)
5+
/(?P<subcategory>[a-z0-9-_]+)
6+
/(?P<soc_scenario>[a-z0-9-]+)
7+
8+
dataset: >-
9+
(?P<soc_dataset>[a-z0-9-_]+?)
10+
_(?P<soc_scenario>[a-z0-9-]+)
11+
_(?P<time_step>[a-z0-9-]+)
12+
13+
file: >-
14+
(?P<soc_dataset>[a-z0-9-_]+?)
15+
_(?P<soc_scenario>[a-z0-9-]+)
16+
_(?P<time_step>[a-z0-9-]+)
17+
_(?P<start_year>\d{4})
18+
_(?P<end_year>\d{4})

0 commit comments

Comments
 (0)