Skip to content

Commit ad69941

Browse files
committed
Add rename model -> wind_model for tropical cyclones
1 parent 8f4819e commit ad69941

File tree

8 files changed

+17
-12
lines changed

8 files changed

+17
-12
lines changed

definitions/identifier.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,6 @@
160160

161161
- specifier: exp
162162
title: Exposure working conditions
163+
164+
- specifier: wind_model
165+
title: Wind model

definitions/model.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
- specifier: gotm-ler
3232
title: GOTM-LER
3333

34-
- specifier: er11
35-
title: ER11
36-
3734
- specifier: isam
3835
title: ISAM
3936

definitions/wind_model.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- specifier: er11-wind
2+
title: ER11
3+
4+
- specifier: h08-wind
5+
title: H08

pattern/ISIMIP3b/InputData/climate/tropical_cyclones/MIT/global/hourly.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1313
dataset: >-
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
2121
file: >-
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]+)

pattern/ISIMIP3b/InputData/climate/tropical_cyclones/MIT/global/storm.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1313
dataset: >-
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
2020
file: >-
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]+)

schema/ISIMIP3a/InputData/climate/tropical_cyclones.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tree/ISIMIP3a/InputData/climate/tropical_cyclones.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"product",
44
"category",
55
"subcategory",
6-
"model | climate_dataset",
6+
"wind_model | climate_dataset",
77
"climate_variable"
88
]

tree/ISIMIP3b/InputData/climate/tropical_cyclones.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"category",
55
"subcategory",
66
"tc_model",
7-
"model | climate_dataset",
7+
"wind_model | climate_dataset",
88
"climate_variable"
99
]

0 commit comments

Comments
 (0)