TC wind hazard for tracks from MIT TC downscale model#153
Open
LiangHuLiu wants to merge 95 commits intomasterfrom
Open
TC wind hazard for tracks from MIT TC downscale model#153LiangHuLiu wants to merge 95 commits intomasterfrom
LiangHuLiu wants to merge 95 commits intomasterfrom
Conversation
track.ncReadTrackData previously returned cftime.DatetimeGregorian objects, which caused newer versions of matplotlib.dates.num2date to fail. This is because we write the tracks with units of 'hours since 1900-01-01 00:00', but matplotlib.dates uses 1970-01-01 as the epoch, and works in units of days (with no way to specify units in the num2date function).
* Update README.rst * Update version number * Merge commit 'ea8e3b816cf01089a304e121669880ef193c4b23' * Read netcdf-format track file from GA SST GA's Scenario selection tool allows users to download a selected track file, but due to technical constraints this is in a different format. This change allows TCRM to read the modified format. * Fix up a couple of tests that were failing * Bugfix: getPoci returns np.nan incorrectly * Create tcrm-tests.yml for github actions
Remove `fail-under` threshold
* Add script to run through all permutations of wind parameters
* NHIRS-148: Using queue instead of massive number of threads. * NHIRS-148: Re-organised imports. * NHIRS-148: Added logging * NHIRS-148: Removed unnecessary usage of threading. * NHIRS-148: FlushCache added on each 1% progress and at the end. Co-authored-by: Craig Arthur <craig.arthur@ga.gov.au> Co-authored-by: Craig Arthur <wcarthur@gmail.com>
* Updated rmax to linear formula Co-authored-by: Craig Arthur <craig.arthur@ga.gov.au>
…culate vmax from pressure as vmax already output from MIT downscaling model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MIT TC downscal model can produce 10000 years TC track and intensity, this branch is create the wind field for these tracks and calculate the TC wind hazard for TC tracks.