File tree Expand file tree Collapse file tree 6 files changed +93
-0
lines changed
ISIMIP3a/InputData/geo_conditions
ISIMIP3b/InputData/geo_conditions
ISIMIP3a/InputData/geo_conditions
ISIMIP3b/InputData/geo_conditions Expand file tree Collapse file tree 6 files changed +93
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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))
Original file line number Diff line number Diff line change 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))
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments