Skip to content

Commit

Permalink
Fix namelist settings for icon 2024.01
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Apr 17, 2024
1 parent 43f1542 commit b2edb98
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions cases/icon-art-global-test/icon_runjob.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ cat > NAMELIST_{cfg.casename} << EOF
igradp_method = 3 ! discretization of horizontal pressure gradient
itime_scheme = 4 ! time integration scheme
ivctype = 2 ! type of vertical coordinate
l_open_ubc = .FALSE. ! .TRUE.=use open upper boundary condition
l_zdiffu_t = .TRUE. ! specifies computation of Smagorinsky temperature diffusion
rayleigh_coeff = 5.0 ! Rayleigh damping coefficient
thhgtd_zdiffu = 125.0 ! threshold of height difference (temperature diffusion)
Expand All @@ -272,7 +271,6 @@ cat > NAMELIST_{cfg.casename} << EOF
! dynamics_nml: dynamical core -----------------------------------------------
&dynamics_nml
divavg_cntrwgt = 0.50 ! weight of central cell for divergence averaging
idiv_method = 1 ! method for divergence computation
iequations = 3 ! type of equations and prognostic variables
lcoriolis = .TRUE. ! Coriolis force
/
Expand Down
2 changes: 0 additions & 2 deletions cases/icon-art-oem-test/icon_runjob.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ cat > NAMELIST_{cfg.casename} << EOF
! dynamics_nml: dynamical core -----------------------------------------------
&dynamics_nml
iequations = 3 ! type of equations and prognostic variables
idiv_method = 1 ! method for divergence computation
divavg_cntrwgt = 0.50 ! weight of central cell for divergence averaging
lcoriolis = .TRUE. ! Coriolis force
/
Expand Down Expand Up @@ -240,7 +239,6 @@ cat > NAMELIST_{cfg.casename} << EOF
divdamp_order = 24 ! order of divergence damping
divdamp_type = 3 ! type of divergence damping
divdamp_fac = 0.004 ! scaling factor for divergence damping
l_open_ubc = .FALSE. ! .TRUE.=use open upper boundary condition
igradp_method = 3 ! discretization of horizontal pressure gradient
l_zdiffu_t = .TRUE. ! specifies computation of Smagorinsky temperature diffusion
thslp_zdiffu = 0.02 ! slope threshold (temperature diffusion)
Expand Down
2 changes: 0 additions & 2 deletions cases/icon-test-euler/icon_runjob.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ cat > NAMELIST_{cfg.casename} << EOF
! dynamics_nml: dynamical core -----------------------------------------------
&dynamics_nml
iequations = 3 ! type of equations and prognostic variables
idiv_method = 1 ! method for divergence computation
divavg_cntrwgt = 0.50 ! weight of central cell for divergence averaging
lcoriolis = .TRUE. ! Coriolis force
/
Expand Down Expand Up @@ -213,7 +212,6 @@ cat > NAMELIST_{cfg.casename} << EOF
divdamp_order = 24 ! order of divergence damping
divdamp_type = 3 ! type of divergence damping
divdamp_fac = 0.004 ! scaling factor for divergence damping
l_open_ubc = .FALSE. ! .TRUE.=use open upper boundary condition
igradp_method = 3 ! discretization of horizontal pressure gradient
l_zdiffu_t = .TRUE. ! specifies computation of Smagorinsky temperature diffusion
thslp_zdiffu = 0.02 ! slope threshold (temperature diffusion)
Expand Down
2 changes: 0 additions & 2 deletions cases/icon-test/icon_runjob.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ cat > NAMELIST_{cfg.casename} << EOF
! dynamics_nml: dynamical core -----------------------------------------------
&dynamics_nml
iequations = 3 ! type of equations and prognostic variables
idiv_method = 1 ! method for divergence computation
divavg_cntrwgt = 0.50 ! weight of central cell for divergence averaging
lcoriolis = .TRUE. ! Coriolis force
/
Expand Down Expand Up @@ -218,7 +217,6 @@ cat > NAMELIST_{cfg.casename} << EOF
divdamp_order = 24 ! order of divergence damping
divdamp_type = 3 ! type of divergence damping
divdamp_fac = 0.004 ! scaling factor for divergence damping
l_open_ubc = .FALSE. ! .TRUE.=use open upper boundary condition
igradp_method = 3 ! discretization of horizontal pressure gradient
l_zdiffu_t = .TRUE. ! specifies computation of Smagorinsky temperature diffusion
thslp_zdiffu = 0.02 ! slope threshold (temperature diffusion)
Expand Down

0 comments on commit b2edb98

Please sign in to comment.