From ea91404d8c571b1bf56410a369d2560d9434182d Mon Sep 17 00:00:00 2001
From: "Takumi.Matsunobu" <Takumi.Matsunobu@physik.uni-muenchen.de>
Date: Tue, 18 Jul 2023 18:32:39 +0200
Subject: [PATCH] configure run memories

---
 conf/real-from-d2-ana/jobs.yml                |  2 +-
 .../real-from-d2-ana/icon_atmosphere.namelist | 28 +++++++++----------
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/conf/real-from-d2-ana/jobs.yml b/conf/real-from-d2-ana/jobs.yml
index 2fbc79b..7117e70 100644
--- a/conf/real-from-d2-ana/jobs.yml
+++ b/conf/real-from-d2-ana/jobs.yml
@@ -54,7 +54,7 @@ JOBS:
     DEPENDENCIES: PREPARE_NAMELIST
     WALLCLOCK: 12:00
     PROCESSORS: 64
-    MEMORY: 81920
+    MEMORY: 128G
     RUNNING: chunk
     CUSTOM_DIRECTIVES: [ "#SBATCH --exclusive" ]
 
diff --git a/namelists/real-from-d2-ana/icon_atmosphere.namelist b/namelists/real-from-d2-ana/icon_atmosphere.namelist
index 5d26640..0d9bc93 100644
--- a/namelists/real-from-d2-ana/icon_atmosphere.namelist
+++ b/namelists/real-from-d2-ana/icon_atmosphere.namelist
@@ -1,18 +1,18 @@
 
 &parallel_nml
  nproma                   = 64
- p_test_run               = .false.
- l_test_openmp            = .true.
- l_log_checks             = .true.
- num_io_procs             = 5
- num_io_procs_radar       = 25 
- num_restart_procs        = 1
- num_prefetch_proc        = 1
- itype_comm               = 1
- iorder_sendrecv          = 3
- num_dist_array_replicas  = 4,
- proc0_shift              = 1
- use_omp_input            = .true.
+! p_test_run               = .false.
+! l_test_openmp            = .true. ! unnecessary for LRZ sims since OpenMP is disabled
+! l_log_checks             = .false. ! for debugging only
+ num_io_procs             = 4
+! num_io_procs_radar       = 0
+! num_restart_procs        = 1
+! num_prefetch_proc        = 1
+! itype_comm               = 1
+! iorder_sendrecv          = 3
+! num_dist_array_replicas  = 4,
+! proc0_shift              = 1
+! use_omp_input            = .true.
 /
 
 
@@ -22,7 +22,7 @@
  dtime                        = 20       ! timestep in seconds
  ldynamics                    = .true.        ! dynamics
  ltransport                   = .true.
- luse_radarfwo         = .true.
+ luse_radarfwo         = .false.   ! if true, --enable-emvorado is necessary for compilation
  iforcing                     = 3             ! NWP forcing
  lart                         = .false.        ! ICON-ART main switch
  ltestcase                    = .false.       ! false: run with real data
@@ -177,7 +177,7 @@
 /
 
 &transport_nml
- ctracer_list          = '12345'
+! ctracer_list          = '12345' ! deprecated
  ivadv_tracer          = 3,3,3,3,3,3
  itype_hlimit          = 3,4,4,4,4,4
  ihadv_tracer          = 52,2,2,2,2,2
-- 
GitLab