From 4d140d0ec233db333e9bfc6d6f78680e124f835d Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Fri, 21 Apr 2023 08:50:50 +0200 Subject: [PATCH] tutorial --- templates/input.nml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/input.nml b/templates/input.nml index 3cc9b63..38edbde 100644 --- a/templates/input.nml +++ b/templates/input.nml @@ -51,7 +51,7 @@ output_timestamps = .false., trace_execution = .false., - stages_to_write = 'output' + stages_to_write = 'preassim', 'postassim' output_members = .true. output_mean = .true. output_sd = .true. -- GitLab