Skip to content

Releases: GeoscienceAustralia/tcrm

TCRM 3.0rc3

29 Jan 04:58
Compare
Choose a tag to compare
TCRM 3.0rc3 Pre-release
Pre-release

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

Python 3 release candidate v2

20 Aug 03:51
Compare
Choose a tag to compare
Pre-release

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

TCRM 3.0rc1

20 Aug 03:29
Compare
Choose a tag to compare
TCRM 3.0rc1 Pre-release
Pre-release

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

13 May 06:05
Compare
Choose a tag to compare

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

Version 2.1

12 Oct 02:45
Compare
Choose a tag to compare

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

03 Oct 07:48
Compare
Choose a tag to compare

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

v2.0.1

30 Sep 01:11
Compare
Choose a tag to compare

Fix for plotting hazard maps that cross the dateline

TCRM V2.0.0

30 Sep 01:11
Compare
Choose a tag to compare
v2.0.0

Version 2.0.0 release

TCRM v2.0rc1

15 Jun 23:28
Compare
Choose a tag to compare
TCRM v2.0rc1 Pre-release
Pre-release

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;

Minor fixes for individual simulations

06 Apr 23:37
Compare
Choose a tag to compare

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.