Skip to content
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

NHIRS-148: Fixed issue with FlushCache failing. #121

Conversation

mahmudulhasanGA
Copy link
Contributor

NHIRS-148: Fixed issue with FlushCache failing by moving the statement under thread lock.

@wcarthur wcarthur merged commit 9e82d3a into GeoscienceAustralia:develop Nov 15, 2021
wcarthur added a commit that referenced this pull request Mar 5, 2023
* track.ncReadTrackData returns true datetime objects - 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).
* 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.
* Move definition statements to separate file
* Move queries to separate file
* Add script to run through all permutations of wind parameters
* NHIRS 148 fix thread (#119)
* assertDictEqual doesn't like complex values (like arrays)
* NHIRS-148: Fixed issue with FlushCache failing. (#121)
* update wind field model to get direction correct, and update documentation
* Enhancement/linear rmax (#125)
* fix double calculation of t3 - it was previously L3 / (L2 * L2) instead of L3 / L2
* only call Kepert wind field fortran code when a Holland pressure profile is used
* Working version of cartopy-based scalebar
* Pycxml compatability (#133)
* gdal multi-threading for reprojection
* Use expected DataProcess-InputFile
* Create daily LTM MSLP file from ERA5
* Low resolution wind multipliers (#136) - Adds in a script to quickly downscale the wind multipliers and apply them to many wind fields quickly. If the wind multipliers have already been extracted this process takes minutes instead of weeks.
* Bugfix for ACF function (#139)

---------

Co-authored-by: mahmudulhasanGA <66761046+mahmudulhasanGA@users.noreply.github.com>
Co-authored-by: Kieran Ricardo <kieranricardo@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants