File tree Expand file tree Collapse file tree 8 files changed +17
-12
lines changed
pattern/ISIMIP3b/InputData/climate/tropical_cyclones/MIT/global
schema/ISIMIP3a/InputData/climate
ISIMIP3a/InputData/climate
ISIMIP3b/InputData/climate Expand file tree Collapse file tree 8 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 160160
161161- specifier : exp
162162 title : Exposure working conditions
163+
164+ - specifier : wind_model
165+ title : Wind model
Original file line number Diff line number Diff line change 3131- specifier : gotm-ler
3232 title : GOTM-LER
3333
34- - specifier : er11
35- title : ER11
36-
3734- specifier : isam
3835 title : ISAM
3936
Original file line number Diff line number Diff line change 1+ - specifier : er11-wind
2+ title : ER11
3+
4+ - specifier : h08-wind
5+ title : H08
Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ path: >-
77 /(?P<region>(global))
88 /(?P<time_step>[a-z0-9-]+)
99 /(?P<climate_scenario>[a-z0-9]+)
10- /(?P<model >[A-Za-z0-9-.]+)
10+ /(?P<wind_model >[A-Za-z0-9-.]+)
1111 /(?P<climate_forcing>[A-Za-z0-9-]+)
1212
1313dataset : >-
14- (?P<model >[a-z0-9-.]+)
14+ (?P<wind_model >[a-z0-9-.]+)
1515 _(?P<tc_model>(mit))
1616 _(?P<climate_forcing>[a-z0-9-]+)
1717 _(?P<climate_scenario>[a-z0-9]+)
1818 _(?P<climate_variable>[a-z]+)
1919 _(?P<start_year>\d{4})
2020
2121file : >-
22- (?P<model >[a-z0-9-.]+)
22+ (?P<wind_model >[a-z0-9-.]+)
2323 _(?P<tc_model>(mit))
2424 _(?P<climate_forcing>[a-z0-9-]+)
2525 _(?P<climate_scenario>[a-z0-9]+)
Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ path: >-
77 /(?P<region>(global))
88 /(storm)
99 /(?P<climate_scenario>[a-z0-9]+)
10- /(?P<model >[A-Za-z0-9-.]+)
10+ /(?P<wind_model >[A-Za-z0-9-.]+)
1111 /(?P<climate_forcing>[A-Za-z0-9-]+)
1212
1313dataset : >-
14- (?P<model >[a-z0-9-.]+)
14+ (?P<wind_model >[a-z0-9-.]+)
1515 _(?P<tc_model>(mit))
1616 _(?P<climate_forcing>[a-z0-9-]+)
1717 _(?P<climate_scenario>[a-z0-9]+)
1818 _(?P<climate_variable>[a-z]+)
1919
2020file : >-
21- (?P<model >[a-z0-9-.]+)
21+ (?P<wind_model >[a-z0-9-.]+)
2222 _(?P<tc_model>(mit))
2323 _(?P<climate_forcing>[a-z0-9-]+)
2424 _(?P<climate_scenario>[a-z0-9]+)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ properties:
77 required :
88 - climate_scenario
99 properties :
10- model :
10+ wind_model :
1111 type : string
1212 climate_scenario :
1313 type : string
Original file line number Diff line number Diff line change 33 " product" ,
44 " category" ,
55 " subcategory" ,
6- " model | climate_dataset" ,
6+ " wind_model | climate_dataset" ,
77 " climate_variable"
88]
Original file line number Diff line number Diff line change 44 " category" ,
55 " subcategory" ,
66 " tc_model" ,
7- " model | climate_dataset" ,
7+ " wind_model | climate_dataset" ,
88 " climate_variable"
99]
You can’t perform that action at this time.
0 commit comments