-
Notifications
You must be signed in to change notification settings - Fork 138
Diagnostic for recipe_eyring13jgr.yml Fig. 12 #1922
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
Conversation
figure 12 eyring13
Some code cleanup.
I started to clean up the code of the diagnostic and the recipe a little. I also ran the recipe with a subset of CMIP5 and CMIP6 data, and it works for both. |
@@ -6,21 +6,25 @@ Diagnostics of stratospheric dynamics and chemistry | |||
Overview | |||
-------- | |||
|
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 would have thought that we would have a totally different entry to the documentation for the diagnostics from Eyring 13 JGR. At the moment it is listed as something from the Eyring 06 JGR paper... There are also two more diagnostics from Eyring 13 JGR waiting to be fianlized and merged, so it kind of makes sense to have a different entry for the diagnostics of this paper.
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.
Okay, I agree! I seperated the documentations...
I have to rerun the recipe once more because their was one CMIP6 model with strange outliers. |
The pull request is ready for a final review! |
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.
Everything works fine for me 👍 This is ready to merge.
e13fig12_exp_MMM: "historical" | ||
e13fig12_season: "DJF" | ||
e13fig12_multimean: true | ||
# |
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.
Is there any reason for this #
at the end?
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.
No. This is a mistake. I will delete it.
Implementation of a few corrections to the diagnostics documentation
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 ok to me now.
Tasks
yamllint
to check that your YAML files do not contain mistakesNew recipe/diagnostic
doc/sphinx/source/recipes
folder and add a new entry to index.rstCloses #1921