Skip to content

Commit 42816d2

Browse files
author
Jan Hartman
committed
ImpfStormEurope: amend/correct citations
1 parent 4cc417b commit 42816d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

climada/entity/impact_funcs/storm_europe.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ def __init__(self):
4040

4141
def set_schwierz(self, impf_id=1):
4242
"""
43-
Using the impact functions of Schwierz et al. 2011.
43+
Using the impact functions of Schwierz et al. 2010, doi:10.1007/s10584-009-9712-1
4444
"""
4545

46-
self.name = 'Schwierz 2011'
46+
self.name = 'Schwierz 2010'
4747
self.id = impf_id
4848
self.intensity_unit = 'm/s'
4949
self.intensity = np.array([0, 20, 25, 30, 35, 40, 45, 50, 55, 60, 80, 100])
@@ -57,8 +57,8 @@ def set_schwierz(self, impf_id=1):
5757

5858
def set_welker(self, Impf_id=1):
5959
"""
60-
Using the impact functions of Welker et al. 2020 (in submission).
61-
It is the schwierz function, calibrated with a simple multiplicative
60+
Using the impact functions of Welker et al. 2020, doi:10.5194/nhess-21-279-2021
61+
It is the Schwierz function, calibrated with a simple multiplicative
6262
factor to minimize RMSE between modelled damages and reported damages.
6363
"""
6464

0 commit comments

Comments
 (0)