Skip to content

Commit

Permalink
Switch "leg" to "annual"
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinaschueller committed Oct 8, 2022
1 parent 44f1b3b commit 0fd3f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/nemo_time_mean_temporalmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def time_operation(self, varname, leg_cube):
leg_average = helpers.cubes.set_metadata(
leg_average,
title=f"{leg_average.long_name} (annual mean map)",
comment=f"Leg mean of **{varname}**.",
comment=f"Annual mean of **{varname}**.",
map_type="global ocean",
)
leg_average.cell_methods = ()
Expand Down

0 comments on commit 0fd3f12

Please sign in to comment.