-
Notifications
You must be signed in to change notification settings - Fork 52
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
Fix config options for reference-year climatologies #885
Conversation
The start and end year for reference climatologies were getting overridden by the user's specified start and end year for normal climatologies. (This maybe suggests that we should consider a different strategy for setting the start and end years and dates for reference climatologies that doesn't rely on overriding the user config options.)
TestingThe Anvil test suite is currently running. Results are coming in here: Indications are that the OHC maps are now fixed: Update: all analysis in the suite completed and the OHC anomaly map looks like it should in all analysis. |
@darincomeau, this is now ready for you to try out and review. You are correct that the bug was introduced in #873. |
@xylar I reran an existing analysis with the |
@darincomeau, the purge may not be deleting the html directory. Could you try deleting it manually? |
Actually, the thumbnail looks right to me. I think if you do shift-F5 or the Mac equivalent in your browser, you'll find that it's just your browser caching the old thumbnail and if you force it to update it will be correct. |
Ah yes, that did it - thanks! |
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.
Approved based on above testing.
Thanks @darincomeau! |
Great! Thanks @xylar and @darincomeau , that's very helpful! |
The start and end year for reference climatologies were getting overridden by the user's specified start and end year for normal climatologies.
(This maybe suggests that we should consider a different strategy for setting the start and end years and dates for reference climatologies that doesn't rely on overriding the user config options.)
This fixes issues where the OHC anomaly plots were exactly zero.
closes #883