-
Notifications
You must be signed in to change notification settings - Fork 99
EPPT-2721 contrails output categorical data #2209
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
EPPT-2721 contrails output categorical data #2209
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## EPPT_2072_contrails_design #2209 +/- ##
=============================================================
Coverage ? 98.46%
=============================================================
Files ? 142
Lines ? 14062
Branches ? 0
=============================================================
Hits ? 13846
Misses ? 216
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…and tidy up docstrings
…use SVP ice table is now used within the persistency function, this required changing the parametrisation of the combination test. Every unique combination (16 total) now cannot be tested easily, so we have settled for most of the combinations.
…ive humidity inputs can produce the expected result from an Appleman diagram.
…ail persistency fix has been merged.
353e57a to
f584bda
Compare
|
Rebased onto |
…nput temperature and humidity cubes
mo-robertneal
left a comment
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.
The CondensationTrailFormation class runs as expected and the output looks sensible. I plotted the formation cube for a few pressure levels and found a healthy number of 0s, 1s, and 2s. The unit tests all pass and the tests look sensible to me. The only to change suggestions I have are:
- Do we need to keep the inherited
air_temperature status_flagwithin the auxiliary coordinate? If not, this could be deleted in the_create_contrail_formation_cubefunction. - Change 273.15 on L292 to a constant imported from
improver.constants.
I have applied change 2. As for change 1, I do not think this is necessary, as |
mo-robertneal
left a comment
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.
Changes look good to me. Happy to approve.
…tput_categorical_data
Katie-Howard
left a comment
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've looked through the code changes and they all look fine to me - there are unit tests which are sensible and they all pass. So I'm happy to approve 👍
0a2bc96
into
metoppv:EPPT_2072_contrails_design
Ticket: https://metoffice.atlassian.net/browse/EPPT-2721