Skip to content

Commit 40e6ec7

Browse files
committed
Correct output for maul base
1 parent 3e51873 commit 40e6ec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CSET/operators/precipitation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def MAUL_properties(
152152
case "base":
153153
maul_base.units = "m"
154154
maul_base.rename("MAUL_base_height")
155-
maul_d.append(maul_base)
155+
maul_b.append(maul_base)
156156
case _:
157157
raise ValueError("""Unexpected value for output. Expected number,
158158
depth, base or top. Got {output}.""")

0 commit comments

Comments
 (0)