Skip to content

Commit 865f070

Browse files
committed
Add orography
1 parent b489c2d commit 865f070

File tree

6 files changed

+93
-0
lines changed

6 files changed

+93
-0
lines changed

definitions/geo_dataset.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,3 +705,18 @@
705705
- marine-fishery_global
706706
- marine-fishery_regional
707707
format: NetCDF
708+
709+
- specifier: orog
710+
title: Orography
711+
group: orography
712+
resolution:
713+
- 30arcsec
714+
path:
715+
ISIMIP3a: ISIMIP3a/InputData/geo_conditions/orography/orog_chelsa-w5e5_30arcsec_global.nc
716+
ISIMIP3b: ISIMIP3b/InputData/geo_conditions/orography/orog_chelsa-w5e5_30arcsec_global.nc
717+
variables:
718+
- specifier: orog
719+
unit: m
720+
comment: >-
721+
Orography from [CHELSA-W5E5 v1.0](https://data.isimip.org/10.48364/ISIMIP.836809.3).
722+
format: NetCDF

definitions/group.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@
208208
mandatory: false
209209
identifier: geo_dataset
210210

211+
- specifier: orography
212+
title: Orography
213+
mandatory: false
214+
identifier: geo_dataset
215+
211216
- specifier: biophysical-variables
212217
title: Biophysical forcing
213218
identifier: upstream_variable
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
7+
dataset: >-
8+
(?P<geo_dataset>[a-z0-9-]+)
9+
_(?P<climate_forcing>[a-z0-9-]+)
10+
_(?P<resolution>[a-z0-9]+)
11+
_(?P<region>(global))
12+
13+
file: >-
14+
(?P<geo_dataset>[a-z0-9-]+)
15+
_(?P<climate_forcing>[a-z0-9-]+)
16+
_(?P<resolution>[a-z0-9]+)
17+
_(?P<region>(global))
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
7+
dataset: >-
8+
(?P<geo_dataset>[a-z0-9-]+)
9+
_(chelsa-w5e5)
10+
_(?P<resolution>[a-z0-9]+)
11+
_(?P<region>(global))
12+
13+
file: >-
14+
(?P<geo_dataset>[a-z0-9-]+)
15+
_(chelsa-w5e5)
16+
_(?P<resolution>[a-z0-9]+)
17+
_(?P<region>(global))
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
type: object
2+
required:
3+
- specifiers
4+
properties:
5+
specifiers:
6+
type: object
7+
required:
8+
- climate_forcing
9+
- geo_dataset
10+
- resolution
11+
- region
12+
properties:
13+
climate_forcing:
14+
type: string
15+
geo_dataset:
16+
type: string
17+
resolution:
18+
type: string
19+
region:
20+
type: string
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
type: object
2+
required:
3+
- specifiers
4+
properties:
5+
specifiers:
6+
type: object
7+
required:
8+
- geo_dataset
9+
- resolution
10+
- region
11+
properties:
12+
climate_forcing:
13+
type: string
14+
geo_dataset:
15+
type: string
16+
resolution:
17+
type: string
18+
region:
19+
type: string

0 commit comments

Comments
 (0)