-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update heatwave and heatwave_year with GLORYS bottom data through 11-26-2024 #225
Conversation
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.
Are these plotting the exact same data using plot_heatwave_year
for the varName = Surface
and varName = withtrend
arguments?
those plots are identical. The attributes need updating too |
Ah yes, you're right. This is a result of Vince's decision that trended series should be excluded from these indicators. Now that we've internalized this, we can choose to either run the trended series OR we can remove trended options from the plot functions and only include detrended series. |
@BBeltz1 I think we need to change the dataset to fix this. The current dataset shows 3 variables:
are Surface and SurfaceDetrended the same in the dataset? from the plots it looks like they must be, but the plot code assumes Surface is not detrended. removing the withtrend option from the plot code still leaves ambiguous data in the dataset. |
I just pushed a commit removing the trended surface time series from both heatwave and heatwave_year, as well as the associated plot functions. Thanks for catching that. |
extra parenthesis in plot_heatwave_year
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.
looks good, thanks, I just updated the documentation so this should be good to go
Single commit to update extreme event indicators with latest data file provided by Joe.