Skip to content

Commit

Permalink
Implement a new tropical cyclone rain model (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
tovogt committed Dec 12, 2023
1 parent 7da7f12 commit 209cc23
Show file tree
Hide file tree
Showing 6 changed files with 2,275 additions and 180 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Added dependencies:

- Restructured `Supplychain` module, which now uses `pymrio` to download and handle multi-regional input output tables [#66](https://github.com/CLIMADA-project/climada_petals/pull/66)
- Restructured `openstreetmap` module to draw functionalities from external package osm-flex [#103](https://github.com/CLIMADA-project/climada_petals/pull/103)
- As part of `climada_petals.hazard.tc_rainfield`, implement a new, physics-based TC rain model ("TCR") in addition to the existing implementation of the purely statistical R-CLIPER model ([#85](https://github.com/CLIMADA-project/climada_petals/pull/85))

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion climada_petals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
'climada_petals/data/wildfire': [
DEMO_DIR.joinpath('Portugal_firms_June_2017.csv'),
DEMO_DIR.joinpath('Portugal_firms_2016_17_18_MODIS.csv'),
]
],
}


Expand Down
Loading

0 comments on commit 209cc23

Please sign in to comment.