CLIMADA-project / climada_python

Python (3.8+) version of CLIMADA
GNU General Public License v3.0
291 stars 115 forks source link

parameter cyclostrophic in TropCyclone class #902

Closed ThomasRoosli closed 1 week ago

ThomasRoosli commented 1 week ago

Is your feature request related to a problem? Please describe. The cyclostrophic parameter is part of the Holland 1980 and Holland 2008 model. Yet it is not configurable when calling TropCyclone.from_tracks().

Describe the solution you'd like The parameter cyclostrophic should become a part of the model_kwargs parameter of TropCyclone.from_tracks() and an appropriate default should be set. (e.g. Holland 2010 is always cyclostrophic, yet the default was/is False)

ThomasRoosli commented 1 week ago

Duplicate of #897