-
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
Add OHC anomaly to timeSeriesOceanRegions
#1034
base: develop
Are you sure you want to change the base?
Conversation
An example result from the test suite: I will request reviews as soon as I have run this on a SORRM v2.1 simulation (with the southern hemisphere geometric feature MPAS-Dev/geometric_features#205 included). |
5f1d193
to
e95af32
Compare
I just noticed some glitches in the figure above. I think I've fixed them an will replace it if so. |
Somewhat better but the title is still a mess. |
e680a6c
to
142c290
Compare
Here's the SORRM v2.1 ensemble mean analysis over the historical: |
@cbegeman and @darincomeau, For the v2.1 paper, several details and associated questions:
|
I won't merge this until we get MPAS-Dev/geometric_features#205 merge, do a release of geometric_features, and update the constraint on geometric_features here. |
Rather than defining the full list of dictionaries for each region, define one list of dict of available variables and then just a list of variables for each region.
The region name is getting completely cut off in some cases.
6ee97df
to
8f607dd
Compare
The ``anomalies`` list are the variables from ``variables`` that should be | ||
plotted as anomalies from the beginning of the simulation or from | ||
``anomalyRefYear`` for time series if that config option is defined. | ||
By default, this is applied ot the ocean heat content in cases where it is |
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.
By default, this is applied ot the ocean heat content in cases where it is | |
By default, this is applied to the ocean heat content in cases where it is |
Checklist
Testing
comment in the PR documents testing used to verify the changes