-
Notifications
You must be signed in to change notification settings - Fork 39
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 standard variable names for EMAC #1853
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1853 +/- ##
=======================================
Coverage 91.51% 91.51%
=======================================
Files 209 209
Lines 11336 11336
=======================================
Hits 10374 10374
Misses 962 962
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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 to me, thanks for adding those 😊
@remi-kazeroni would you be able to do a final check and merge, please? Thanks!!
Thanks for your contribution @FranziskaWinterstein and for the review @schlunma! That looks good to me as well 👍 |
Description
The applied changes add the default variable name of EMAC to the derived variables included in _fixes/emac/emac.py (without the _ave).
I decided to put the default variable name (without _ave) last, since the _ave is most often used to derive monthly means. If both variable are available, the monthly average calculated by the model itself is used instead of the average of the instantaneous output produced by post-processing. Although there should not be a difference in most cases.
Checklist
It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.