You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Change how vtrans is considered in the implementation of Holland 2008 and Holland 2010 model
* trop_cyclone: broadcast_arrays -> broadcast_to
* Update CHANGELOG.md
---------
Co-authored-by: Thomas Roosli <[email protected]>
Co-authored-by: Thomas Vogt <[email protected]>
Co-authored-by: Lukas Riedel <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Code freeze date: YYYY-MM-DD
26
26
-`Hazard.from_xarray_raster` now stores strings as default values for `Hazard.event_name`[#795](https://github.com/CLIMADA-project/climada_python/pull/795)
27
27
- Fix the dist_approx util function when used with method="geosphere" and log=True and points that are very close. [#792](https://github.com/CLIMADA-project/climada_python/pull/792)
28
28
-`climada.util.yearsets.sample_from_poisson`: fix a bug ([#819](https://github.com/CLIMADA-project/climada_python/issues/819)) and inconsistency that occurs when lambda events per year (`lam`) are set to 1. [[#823](https://github.com/CLIMADA-project/climada_python/pull/823)]
29
+
- In the TropCyclone class in the Holland model 2008 and 2010 implementation, a doublecounting of translational velocity is removed [#833](https://github.com/CLIMADA-project/climada_python/pull/833)
0 commit comments