From 37fb1b51effa41014c69483c7283970619dada13 Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Fri, 5 May 2023 09:57:20 +0200 Subject: [PATCH] prep tutorial --- templates/input.nml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/input.nml b/templates/input.nml index 2550215..cfca979 100644 --- a/templates/input.nml +++ b/templates/input.nml @@ -51,7 +51,7 @@ output_timestamps = .false., trace_execution = .false., - stages_to_write = 'preassim', 'postassim' + stages_to_write = 'preassim', 'postassim', 'output' output_members = .true. output_mean = .true. output_sd = .true. -- GitLab