Skip to content

Enhancements

wcarthur edited this page Oct 21, 2014 · 9 revisions

Introduction

This document details the enhancements requested and required for TCRM. It serves as a guide to the development team as to what elements need to be modified, created or upgraded to ensure Geoscience Australia delivers a quality product. Some of the enhancements are already underway, while others will require significant scientific and software development and may be several years from implementation. Each section gives a summary description of the issue, the requirements to be satisfied, any constraints that may need to be considered, and the current status of the enhancement. Sections may be added or removed over time as new enhancements are requested by users and others are implemented.

Storage of event sets

Currently TCRM generates an annual event set for a user-selected number of years. For each annual event set, the tracks and wind fields are stored in a single file (include example wind field image indicating existence of multiple events in a single file). Often, users will be interested in the idea of “what does a 1-in-100-year event look like for my location?” To enable users to interrogate individual events in this manner, each event needs to be stored as a separate entity. This capability will also allow users to analyse event losses and return period losses in sub-national regions (upon integration with the HazImp tool).

Requirements

  • Statistical module to calculate date (day-of-year) genesis statistics;
  • Incorporate date information in track generation;
  • Track generation model to sample environmental pressure from 3-dimensional long-term mean climatology (day-of-year, lon, lat);
  • Each event to have unique identifier (e.g. serial number) that is recorded in the track file and wind field file;
  • Hazard module to ingest individual wind field files (i.e. not annual maxima as at present);

To enable rapid selection of events, an event catalogue should be generated, which records key attributes of each event (including, but not limited to: genesis longitude/latitude, genesis date, event identifier, maximum intensity [wind speed and central pressure], total lifetime of event).

Constraints

  • Output wind fields files to be in netCDF format, CF-compliant (version 1.6).

Configuration interface

Permit novice users to interact with the model through a graphical interface. Advanced users would use a command line interface (especially for parallel execution).

Requirement

  • Merging and upgrading of existing two configuration user interfaces to single interface;
  • User selects advanced/basic configuration interface at run time;
  • User Interface can optionally remain open during simulation execution;
  • If user chooses to keep interface open during execution, two progress bars shown – one for overall progress and one for the executing module;
  • Explore possibility of using map interface to define domains (e.g. see WRF Domain Wizard http://esrl.noaa.gov/gsd/wrfportal/DomainWizard.html). This remains a low-priority requirement;

Landfall decay model

The existing landfall decay model is based on US data, where topography is not a significant factor. In Australia, there are significantly different landscapes in the major landfalling areas – flat deserts, savannah lowlands and rainforest-covered mountain ranges. Because of these varying conditions, TCs weaken at different rates across the country. An updated landfall decay model will improve the performance of the model in simulating decaying TCs following landfall, where TC risks are realised. Because of the introduced reliance on datasets such as a DEM or land cover, it may be necessary to package low resolution but global datasets that can be used by TCRM.

Requirements

  • Landfall decay model is based on statistical relationship to land characteristics (e.g. elevation, slope, land cover);
  • Model provides statistically verifiable improvements over existing model;
  • Model tested in basin other than Australia;

Constraints

  • In absence of required data, TCRM defaults to existing landfall model;

Status

  • February 2014: Initial review of existing models started
  • August 2014: Analysis of observations inconclusive on generic parameters for entire domain (spatially varying parameters for the model). Basic form of the model is acceptable, parameters modified to balance across Australian region.

Windows installer package

Existing version of TCRM has been compiled into a single binary installer package to simplify installation of the model on Windows platforms. This was done to make installation easier for novice users (i.e. no need to install Python and associated packages.

Requirements

  • Upgrade of the Windows installer package for new code release;
  • Must be tested on XP & Windows 7 platforms;

Status

  • February 2014: Under testing
  • August 2014: Postponed due to lack of resources – installation instructions and requirements.txt file added to repository (for use with ‘pip’ to assist with installing dependencies).
Clone this wiki locally