From dbde5e79cf879796aa7e03bf629ea5caee17116c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dion=20H=C3=A4fner?= Date: Thu, 23 Jan 2025 12:23:32 +0100 Subject: [PATCH] fix bolus_iso and bolus_depth accumulation (#697) --- veros/diagnostics/overturning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veros/diagnostics/overturning.py b/veros/diagnostics/overturning.py index da7345e6..2fba05d5 100644 --- a/veros/diagnostics/overturning.py +++ b/veros/diagnostics/overturning.py @@ -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: