Skip to content

Commit

Permalink
Add ifrelfmax option to runner script
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed Oct 14, 2023
1 parent 0b22ea6 commit 322281f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion share/ecwam/scripts/ecwam_run_model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ nproma=$(read_config nproma --default=24)

phys_tstp=$(read_config physics.timestep --format=seconds --default=900)
adv_tstp=$(read_config advection.timestep --format=seconds --default=900)
ifrelfmax=$(read_config ifrelfmax --default=0)

if [[ $(read_config forcings.sea_ice --default=True) == "True" ]] ; then
licerun=T
Expand Down Expand Up @@ -188,7 +189,7 @@ cat > wam_namelist << EOF
CEPLTDT = "${endofrn}",
CDATEF = "${begoffo}",
DELPRO_LF = ${adv_tstp},
IFRELFMAX = 0,
IFRELFMAX = ${ifrelfmax},
IDELPRO = ${phys_tstp},
IDELT = ${phys_tstp},
IDELINT = ${ppfreq},
Expand Down

0 comments on commit 322281f

Please sign in to comment.