Skip to content

Commit b2edb98

Browse files
committed
Fix namelist settings for icon 2024.01
1 parent 43f1542 commit b2edb98

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

cases/icon-art-global-test/icon_runjob.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ cat > NAMELIST_{cfg.casename} << EOF
248248
igradp_method = 3 ! discretization of horizontal pressure gradient
249249
itime_scheme = 4 ! time integration scheme
250250
ivctype = 2 ! type of vertical coordinate
251-
l_open_ubc = .FALSE. ! .TRUE.=use open upper boundary condition
252251
l_zdiffu_t = .TRUE. ! specifies computation of Smagorinsky temperature diffusion
253252
rayleigh_coeff = 5.0 ! Rayleigh damping coefficient
254253
thhgtd_zdiffu = 125.0 ! threshold of height difference (temperature diffusion)
@@ -272,7 +271,6 @@ cat > NAMELIST_{cfg.casename} << EOF
272271
! dynamics_nml: dynamical core -----------------------------------------------
273272
&dynamics_nml
274273
divavg_cntrwgt = 0.50 ! weight of central cell for divergence averaging
275-
idiv_method = 1 ! method for divergence computation
276274
iequations = 3 ! type of equations and prognostic variables
277275
lcoriolis = .TRUE. ! Coriolis force
278276
/

cases/icon-art-oem-test/icon_runjob.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ cat > NAMELIST_{cfg.casename} << EOF
139139
! dynamics_nml: dynamical core -----------------------------------------------
140140
&dynamics_nml
141141
iequations = 3 ! type of equations and prognostic variables
142-
idiv_method = 1 ! method for divergence computation
143142
divavg_cntrwgt = 0.50 ! weight of central cell for divergence averaging
144143
lcoriolis = .TRUE. ! Coriolis force
145144
/
@@ -240,7 +239,6 @@ cat > NAMELIST_{cfg.casename} << EOF
240239
divdamp_order = 24 ! order of divergence damping
241240
divdamp_type = 3 ! type of divergence damping
242241
divdamp_fac = 0.004 ! scaling factor for divergence damping
243-
l_open_ubc = .FALSE. ! .TRUE.=use open upper boundary condition
244242
igradp_method = 3 ! discretization of horizontal pressure gradient
245243
l_zdiffu_t = .TRUE. ! specifies computation of Smagorinsky temperature diffusion
246244
thslp_zdiffu = 0.02 ! slope threshold (temperature diffusion)

cases/icon-test-euler/icon_runjob.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ cat > NAMELIST_{cfg.casename} << EOF
111111
! dynamics_nml: dynamical core -----------------------------------------------
112112
&dynamics_nml
113113
iequations = 3 ! type of equations and prognostic variables
114-
idiv_method = 1 ! method for divergence computation
115114
divavg_cntrwgt = 0.50 ! weight of central cell for divergence averaging
116115
lcoriolis = .TRUE. ! Coriolis force
117116
/
@@ -213,7 +212,6 @@ cat > NAMELIST_{cfg.casename} << EOF
213212
divdamp_order = 24 ! order of divergence damping
214213
divdamp_type = 3 ! type of divergence damping
215214
divdamp_fac = 0.004 ! scaling factor for divergence damping
216-
l_open_ubc = .FALSE. ! .TRUE.=use open upper boundary condition
217215
igradp_method = 3 ! discretization of horizontal pressure gradient
218216
l_zdiffu_t = .TRUE. ! specifies computation of Smagorinsky temperature diffusion
219217
thslp_zdiffu = 0.02 ! slope threshold (temperature diffusion)

cases/icon-test/icon_runjob.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ cat > NAMELIST_{cfg.casename} << EOF
116116
! dynamics_nml: dynamical core -----------------------------------------------
117117
&dynamics_nml
118118
iequations = 3 ! type of equations and prognostic variables
119-
idiv_method = 1 ! method for divergence computation
120119
divavg_cntrwgt = 0.50 ! weight of central cell for divergence averaging
121120
lcoriolis = .TRUE. ! Coriolis force
122121
/
@@ -218,7 +217,6 @@ cat > NAMELIST_{cfg.casename} << EOF
218217
divdamp_order = 24 ! order of divergence damping
219218
divdamp_type = 3 ! type of divergence damping
220219
divdamp_fac = 0.004 ! scaling factor for divergence damping
221-
l_open_ubc = .FALSE. ! .TRUE.=use open upper boundary condition
222220
igradp_method = 3 ! discretization of horizontal pressure gradient
223221
l_zdiffu_t = .TRUE. ! specifies computation of Smagorinsky temperature diffusion
224222
thslp_zdiffu = 0.02 ! slope threshold (temperature diffusion)

0 commit comments

Comments
 (0)