Skip to content

Commit 5b8b428

Browse files
committed
new release
1 parent cd40ba0 commit 5b8b428

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
v0.1.2:
22
- Improved logic for filling in temperature and humidity profile.
3+
- Actually managed to calculate potential sizes on ERA5 Aug/Feb data 1980-2024 for the whole grid 40S to 40N by burning 2000 node hours (128 CPUs per node) on Archer2. This shows parallelization works, but still very strong constraints. 99% of compute is still on the CLE15 profile calculation.
34
- Improved the potential size calculation in `w22.ps` so that both potential sizes can be calculated together.
5+
- Improved the `w22.stats2` module to generate lots of new tables to describe the CMIP6 results.
6+
- Added additional filters for IBTrACS data in `tcpips.ibtracs` to remove storms that are undergoing extratropical transition. Seems to support hypothesis that most supersize storms are either undergoing ET or have data quality issues.
47

58
v0.1.1:
69
- Added `tcpips/ibtracs.py` script to compare observations with potential sizes and potential intensity calculated from `era5` monthly averages (all post 1980).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
setup(
4040
name="PotentialHeight",
4141
description="A set of tools to calculate the potential height of tropical cyclone storm surges",
42-
version="0.1.1",
42+
version="0.1.2",
4343
author_email="[email protected]",
4444
author="Simon D.A. Thomas",
4545
install_requires=REQUIRED,

0 commit comments

Comments
 (0)