metoppv / improver

IMPROVER is a library of algorithms for meteorological post-processing.
http://improver.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
101 stars 84 forks source link

Khoward height max vertical velocity #2012

Open Katie-Howard opened 2 weeks ago

Katie-Howard commented 2 weeks ago

Addresses #GitHubissuenum

This is a plugin to find the height at which a maximum occurs. This is for the Maximum vertical velocity workflow. We need to know the height at which the maximum occurs for our meteorologists to help them identify lee waves.

Testing:

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.32%. Comparing base (84a8944) to head (9227556). Report is 18 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2012 +/- ## ========================================== - Coverage 98.39% 98.32% -0.08% ========================================== Files 124 129 +5 Lines 12212 12592 +380 ========================================== + Hits 12016 12381 +365 - Misses 196 211 +15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Katie-Howard commented 1 day ago

Acceptance test data is here: https://github.com/metoppv/improver_test_data/pull/51

Katie-Howard commented 1 day ago

I have a notebook within information on the acceptance test data that can be accessed through /data/users/khoward/EPP_data/max_vertical_velocity/vertical_velocity.ipynb