Skip to content

Commit 0015138

Browse files
committed
Update area_using_seawater_desalination
1 parent e46206f commit 0015138

File tree

2 files changed

+11
-69
lines changed

2 files changed

+11
-69
lines changed

definitions/soc_dataset.yaml

Lines changed: 9 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,80 +1235,22 @@
12351235
ISIMIP3b:
12361236
- 2015-2100
12371237

1238-
1239-
1240-
1241-
- specifier: swdp-cstline-1
1242-
title: '?'
1238+
- specifier: swdp
1239+
title: 'Historical desalinated water production data'
12431240
group: desalination
12441241
frequency: annual
12451242
resolution: 0.5° grid
12461243
path:
12471244
ISIMIP3b:
1248-
- ISIMIP3b/InputData/socioeconomic/desalinated_water_production/
1245+
- ISIMIP3b/InputData/socioeconomic/desalinated_water_production/2015soc/swdp-cstline-[1-3]_2015soc_annual_<start-year>_<end-year>.nc
1246+
- ISIMIP3b/InputData/socioeconomic/desalinated_water_production/historical/swdp-cstline-[1-3]_historical_annual_<start-year>_<end-year>.nc
12491247
variables:
1250-
- specifier:
1251-
long_name:
1252-
unit: 1
1248+
- specifier: swdp
1249+
long_name: Desalinated Water Production at Coastlines Weighted by Population Density within each Nation
1250+
unit: km3 y-1
12531251
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
1252+
`cstline-[1-3]` in file name indicates width of coastline towards land ranging from 1 to 3 grid cells from the seashore.
1253+
Input dataset documentation → [???](https://www.isimip.org/gettingstarted/input-data-bias-adjustment/details/).
13121254
simulation_round:
13131255
- ISIMIP3b
13141256
sectors:

pattern/ISIMIP3b/InputData/socioeconomic/desalinated_water_production.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ path: >-
66
/(?P<soc_scenario>[a-z0-9-]+)
77
88
dataset: >-
9-
(?P<soc_dataset>[a-z0-9-_]+?)
9+
(?P<soc_dataset>(swdp))-(cstline)-\d
1010
_(?P<soc_scenario>[a-z0-9-]+)
1111
_(?P<time_step>[a-z0-9-]+)
1212
1313
file: >-
14-
(?P<soc_dataset>[a-z0-9-_]+?)
14+
(?P<soc_dataset>(swdp))-(cstline)-\d
1515
_(?P<soc_scenario>[a-z0-9-]+)
1616
_(?P<time_step>[a-z0-9-]+)
1717
_(?P<start_year>\d{4})

0 commit comments

Comments
 (0)