Tcrm Versions Save

A statistical-parametric model for assessing wind hazard from tropical cyclones

v3.0rc3

4 years ago

Updated to remove dependencies on unsupported parallelisation libraries and provide additional conda environment file to make installation easier.

N.B. There may still be some minor issues regarding dependencies. Please let us know if any are missing when running the installation

v3.0rc2

4 years ago

A couple of late changes to the Python 3 version, including fixes to the random nuber generation process. See the v3.0rc1 release for full details of the changes

v3.0rc1

4 years ago

This release upgrades the code base to Python 3.6. We're putting it out for testing and checking prior to a formal release.

Changes:

  • Basemap (deprecated) has been replaced with cartopy
  • Automatic system test for scenario simulation
  • Remove unreferenced test data
  • Link in the HazImp application to enable impact analysis (see https://github.com/GeoscienceAustralia/HazImp)
  • Fix download function to use public methods
  • Fix for reading CSV files in py3
  • Update the check for compiled modules

v2.1.3

5 years ago

Changes include:

  • Record wind field dynamics (if config [Timeseries] section specifies Windfields=True)
  • Various bugfixes (documentation hyperlinks, automated test suite, Travis build updates)
  • Cleanup legacy code (deprecated graphical configurer)
  • HazImp integration

v2.1

5 years ago

Incremental release that includes a number of minor enhancements and bug fixes.

  • Added Dockerfile for deployment (thanks to @olivierdalang)
  • Integrate the local wind multiplier code (ProcessMultipliers)
  • Added empirical ARI calculation (no fitting to any kind of EVD)
  • Fixed a bug where the translation speeds in the landfall decay model were assumed to be in km/h, but are in fact in m/s

2018-10-12

v2.0.2

6 years ago

Fix value for bearing (storm direction) in wind.windmodels.WindFieldModel() classes

v2.0.1

6 years ago

Fix for plotting hazard maps that cross the dateline

v2.0.0

6 years ago

v2.0rc1

6 years ago

New features:

  • Stores individual events as separate tracks and wind fields;
  • Tracks stored in netCDF4 files, using the hierarchical structure and compound variables to improve file management for large simulations;
  • Provides a relational database to allow interrogation of simulations (using an SQLite database);
  • Updated visualisation of outputs using Seaborn;

Bug fixes:

  • Update kernel density estimation methods. Previous version oversmoothed the distribution and used an isotropic bandwidth. Now uses statsmodels Multivariate KDE method for 2-dimensional KDE;
  • Numpy 1.10.1 compatibility fix (see commit 0361c7c);
  • Wind speed averaging times are as per WMO-TD1555 - default output is 0.2 second wind gust;

v1.0.3

8 years ago

This release fixes two minor errors. One prevented the tcevent.py script executing if the 'akima' module could not be imported. The second stopped PlotInterface.plotTimeseries() from executing, due to a deprecated keyword argument when reading the time series data files.