Skip to content

Commit

Permalink
Add the new Intersperse_ice_1deg test case
Browse files Browse the repository at this point in the history
  Added a new coupled SIS2 test case, Intersperse_ice_1deg, testing the new
interspersed ice mode of coupling, along with new reference solutions.  This PR
should be excecuted after MOM6-examples PR#261.
  • Loading branch information
Hallberg-NOAA committed Mar 28, 2019
1 parent 8859644 commit 8a3501a
Show file tree
Hide file tree
Showing 224 changed files with 7,222 additions and 0 deletions.
10 changes: 10 additions & 0 deletions coupled_AM2_LM3_SIS2/Intersperse_ice_1deg/CIOD_input
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
SINGLE_MOM_CALL = False ! [Boolean] default = True
! If true, advance the state of MOM with a single step
! including both dynamics and thermodynamics. If false,
! the two phases are advanced with separate calls.
INTERSPERSE_ICE_OCEAN = True ! [Boolean] default = False
! If true, intersperse the ice and ocean thermodynamic and
! and dynamic updates.
DT_COUPLED_ICE_OCEAN_DYN = 3600.0 ! [seconds] default = -1.0
! The time step for coupling the ice and ocean dynamics when
! INTERSPERSE_ICE_OCEAN is true, or <0 to use the coupled timestep.
2 changes: 2 additions & 0 deletions coupled_AM2_LM3_SIS2/Intersperse_ice_1deg/INPUT/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Undo *.nc in top-level .gitignore
!*.nc
1 change: 1 addition & 0 deletions coupled_AM2_LM3_SIS2/Intersperse_ice_1deg/INPUT/basin.nc
1 change: 1 addition & 0 deletions coupled_AM2_LM3_SIS2/Intersperse_ice_1deg/INPUT/cfc.bc.nc
1 change: 1 addition & 0 deletions coupled_AM2_LM3_SIS2/Intersperse_ice_1deg/INPUT/eftsw4str
Loading

0 comments on commit 8a3501a

Please sign in to comment.