Skip to content

Commit

Permalink
fix bolus_iso and bolus_depth accumulation (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionhaefner authored Jan 23, 2025
1 parent 4b2c4a8 commit dbde5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion veros/diagnostics/overturning.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def output(self, state):

ovt_vs = self.variables

mean_variables = ("trans", "vsf_iso", "vsf_depth")
mean_variables = ("trans", "vsf_iso", "vsf_depth", "bolus_iso", "bolus_depth")

if ovt_vs.nitts > 0:
for var in mean_variables:
Expand Down

0 comments on commit dbde5e7

Please sign in to comment.