Skip to content

Commit 0bc19e8

Browse files
committed
Update reservoirs_dams
1 parent ea3aa71 commit 0bc19e8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

definitions/soc_dataset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@
10361036
ISIMIP3b:
10371037
- 1850-2015
10381038

1039-
- specifier: reservoirs-dams-group-3
1039+
- specifier: dams-reservoirs
10401040
title: Reservoirs and dams (Group III)
10411041
group: reservoirs-dams
10421042
frequency: annual
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
path: >-
2-
(?P<simulation_round>[A-Za-z0-9]+)
2+
(?P<simulation_round>(ISIMIP3b))
33
/(?P<product>[A-Za-z]+)
44
/(?P<category>[a-z0-9-_]+)
55
/(?P<subcategory>[a-z0-9-_]+)
6+
/(?P<soc_scenario>[a-z0-9-]+)
67
78
dataset: >-
89
(?P<soc_dataset>[a-z0-9-]+)
10+
(_(?P<model>[a-z0-9-]+)_(?P<climate_forcing>[a-z0-9-]+)_(?P<soc_pathway>(ssp1|ssp3|ssp5))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?)?
911
1012
file: >-
1113
(?P<soc_dataset>[a-z0-9-]+)
14+
(_(?P<model>[a-z0-9-]+)_(?P<climate_forcing>[a-z0-9-]+)_(?P<soc_pathway>(ssp1|ssp3|ssp5))?(?P<climate_scenario>(ssp126|ssp370|ssp585))?)?
1215
_(?P<start_year>\d{4})
1316
_(?P<end_year>\d{4})
1417
1518
suffix:
1619
- .xlsx
20+
- .csv

0 commit comments

Comments
 (0)