Skip to content
Snippets Groups Projects
Commit ea91404d authored by Takumi.Matsunobu's avatar Takumi.Matsunobu
Browse files

configure run memories

parent 4ae9e65b
No related branches found
No related tags found
No related merge requests found
Pipeline #19340 canceled
......@@ -54,7 +54,7 @@ JOBS:
DEPENDENCIES: PREPARE_NAMELIST
WALLCLOCK: 12:00
PROCESSORS: 64
MEMORY: 81920
MEMORY: 128G
RUNNING: chunk
CUSTOM_DIRECTIVES: [ "#SBATCH --exclusive" ]
......
&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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment