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

Bug fix/quadrant order #101

Merged
merged 6 commits into from
Jun 24, 2024
Merged

Bug fix/quadrant order #101

merged 6 commits into from
Jun 24, 2024

Conversation

WPringle
Copy link
Contributor

@WPringle WPringle commented Jun 18, 2024

quadrant order is clockwise from NE, i.e., NE, SE, SW, NW.
SW and NW were in the wrong order.

@WPringle WPringle marked this pull request as ready for review June 18, 2024 22:28
@SorooshMani-NOAA
Copy link
Collaborator

@WPringle is this going to have impact on the GAHM results? I think we can get rid of repr tests and put the into a single separate test that doesn't run on macos, it seems macos has different repr for int type compared to linux.

@WPringle
Copy link
Contributor Author

@SorooshMani-NOAA It should not have an impact as currently implemented since it keeps the order in the file it is read from. But it is referencing the wrong quadrant which I am using to figure out some prediction of isotach radii in EnsemblePerturbation.

@WPringle
Copy link
Contributor Author

@SorooshMani-NOAA I'm getting all passing tests on Argonne linux machine, python 3.10.

@SorooshMani-NOAA
Copy link
Collaborator

I get all pass on linux too. Something weird is happening on macos, that's why I want it to be tested on a macos. I don't have access to one to see what's going on. I thought you might!

@SorooshMani-NOAA
Copy link
Collaborator

SorooshMani-NOAA commented Jun 24, 2024

@WPringle I actually see the issue in Linux too on this CI test!! I think we need to update the tests in the future. If everything passes on your machine we can go through with this and later create a PR for fixing tests! What do you think?

@WPringle
Copy link
Contributor Author

@SorooshMani-NOAA Yeah I'm fine to merge this and add issue/PR for fixing tests.

@SorooshMani-NOAA SorooshMani-NOAA merged commit 4688531 into main Jun 24, 2024
3 of 9 checks passed
@SorooshMani-NOAA SorooshMani-NOAA deleted the bug_fix/quadrant_order branch June 24, 2024 18:25
@SorooshMani-NOAA SorooshMani-NOAA mentioned this pull request Jun 24, 2024
SorooshMani-NOAA pushed a commit that referenced this pull request Aug 7, 2024
* adding bias correction matrix for RMW forecast computation

* adding bias correction of vmax, lat, and radii for RMW regression forecast

* keeping bias corrected value of radii from previous timestep if preserving it

* changing reference files to pass tests

* quadrant order is clockwise from NE, i.e., NE, SE, SW, NW. SW and NW were in the wrong order
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