Skip to content

Commit

Permalink
Re-add wavice coupling defaults in default_vars.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA authored Apr 24, 2024
1 parent 67302ad commit bbb2019
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,7 @@ export WW3_CUR='F'
export WW3_ICE='F'
export WW3_IC1='F'
export WW3_IC5='F'
export wav_coupling_to_cice=false
# ATMW
export WW3_MULTIGRID=true
export WW3_MODDEF=mod_def.glo_1deg
Expand Down Expand Up @@ -941,6 +942,11 @@ export_cice6() {
export CICE_FRAZIL_FWSALT=.true.
export CICE_KTHERM=2
export CICE_TFREEZE_OPTION=mushy
#Wave-ice coupling variables
export CICE_nfsd=1
export CICE_tr_fsd=.false.
export CICE_restart_fsd=.false.
export CICE_wave_spec_type=none
# SlenderX2
export CICE_NPROC=${ICE_tasks}
np2=$((CICE_NPROC/2))
Expand Down

0 comments on commit bbb2019

Please sign in to comment.