From edca07014b19735e3fd4032a96111a6dc91ece8a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de>
Date: Mon, 20 Mar 2023 12:11:49 +0100
Subject: [PATCH] Fix wrong variable value in
 icon_atmosphere_real-from-ideal_01.namelist

---
 namelists/icon_atmosphere_real-from-ideal_01.namelist | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/namelists/icon_atmosphere_real-from-ideal_01.namelist b/namelists/icon_atmosphere_real-from-ideal_01.namelist
index 41eb39e..094401d 100644
--- a/namelists/icon_atmosphere_real-from-ideal_01.namelist
+++ b/namelists/icon_atmosphere_real-from-ideal_01.namelist
@@ -1,7 +1,7 @@
 &run_nml
-    ltestcase                   = .false.
-    dtime                       =  300
-    output                      = 'nml'
+    ltestcase                   = .TRUE.        ! idealized testcase runs
+    dtime                       = 300           ! time step of 300 seconds
+    output                      = 'nml'         ! use output nameslists
     msg_level                   = 15
     num_lev                     = 31
     lvert_nest                  = .false.
@@ -42,6 +42,10 @@
     dt_checkpoint = '%checkpoint_time%'
 /
 
+&parallel_nml
+    nproma                      = 16
+/
+
 ! the following two output files are used to initialize the next run
 &output_nml
     file_interval               = 'PT3600S'
-- 
GitLab