Skip to content

Commit

Permalink
Merge pull request #332 from MetOffice/cape_ratio_rose_edit_fix
Browse files Browse the repository at this point in the history
CAPE ratio rose edit tweak
  • Loading branch information
jfrost-mo authored Dec 15, 2023
2 parents 56e0fc6 + 618dd85 commit 6de06c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion cset-workflow/meta/rose-meta.conf
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ sort-key=diag-060

[template variables=DETERMINISTIC_PLOT_CAPE_RATIO]
ns=Diagnostics
description=Extracts data required for, and calculates the CAPE ratio diagnostic, plotting on a map. Required STASH m01s20i114, m01s20i112, m01s20i113.
description=Extracts data required for, and calculates the CAPE ratio diagnostic, plotting on a map.
Required STASH m01s20i114, m01s20i112, m01s20i113.
help=See includes/deterministic_plot_cape_ratio.cylc
type=python_boolean
compulsory=true
Expand Down
8 changes: 4 additions & 4 deletions src/CSET/operators/convection.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ def cape_ratio(SBCAPE, MUCAPE, MUCIN, MUCIN_thresh=-75.0):
Parameters
----------
SBCAPE: cube
SBCAPE: Cube
Surface-based convective available potential energy as calculated by the
model.
Stash: m01s20i114
MUCAPE: cube
MUCAPE: Cube
Most-unstable convective available potential energy as calculated by the
model.
Stash: m01s20i112
MUCIN: cube
MUCIN: Cube
Most-unstable convective inhibition associated with the most-unstable
ascent as calculated by the model.
Stash: m01s20i113
Expand All @@ -46,7 +46,7 @@ def cape_ratio(SBCAPE, MUCAPE, MUCIN, MUCIN_thresh=-75.0):
Returns
-------
cube
Cube
Notes
-----
Expand Down

0 comments on commit 6de06c1

Please sign in to comment.