-
Notifications
You must be signed in to change notification settings - Fork 54
TC wind hazard for tracks from MIT TC downscale model #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
LiangHuLiu
wants to merge
89
commits into
master
Choose a base branch
from
windhazard_Lin
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
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>
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.