Skip to content

Commit

Permalink
Update src/CSET/operators/constraints.py
Browse files Browse the repository at this point in the history
Co-authored-by: James Frost <[email protected]>
  • Loading branch information
Sylviabohnenstengel and jfrost-mo authored Nov 21, 2023
1 parent 822d2b6 commit 4611ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CSET/operators/constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def generate_var_constraint(varname: str, **kwargs) -> iris.Constraint:


def generate_model_level_constraint(model_level_name: str, **kwargs) -> iris.Constraint:
"""Generate constraint from variable name.
"""Generate constraint for a particular model level.
Operator that takes a CF compliant model_level_number string, and uses iris to
generate a constraint to constraint a cube to just that model level.
Expand Down

0 comments on commit 4611ebe

Please sign in to comment.