-
Notifications
You must be signed in to change notification settings - Fork 32
Test the Heidke Skill Score and Gilbert Skill Score against a known complex example #502
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
Test the Heidke Skill Score and Gilbert Skill Score against a known complex example #502
Conversation
# Note - the reference in the CAWCR verification site has 0.36 for | ||
# the expected result, but presumably this is rounded to two decimal | ||
# places | ||
expected = xr.DataArray(0.355325) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nicholasloveday, please check this result is expected given the CAWCR site lists 0.36.
I have taken the same approach for the Gilbert Skill Score (Equitable Threat Score) and put the test into this PR. As such, this may also resolve #334. @nicholasloveday I'll leave you to review both and approve both. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have manually confirmed that these look correct.
The CAWCR page has rounding.
# Note - the reference in the verification site has 0.22 for the expected | ||
# result, but presumably this is rounded to two decimal places | ||
# See https://www.cawcr.gov.au/projects/verification/Finley/Finley_Tornados.html | ||
gilbert_expected = xr.DataArray(0.216046) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get the same
# Note - the reference in the verification site has 0.36 for the expected | ||
# result, but presumably this is rounded to two decimal places | ||
# See https://www.cawcr.gov.au/projects/verification/Finley/Finley_Tornados.html | ||
heidke_expected = xr.DataArray(0.355325) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get the same.
May resolve #337
@nicholasloveday I have added the test you suggested from the CAWCR site and compared the results.