Skip to content

Commit

Permalink
No CICE restart for prescribed ice CICE
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA committed May 3, 2024
1 parent d8e5170 commit 7fc69e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,7 @@ export_cice6() {
export DT_CICE=${DT_ATMOS}
export CICE_NPT=999
export CICE_RUNTYPE=initial
export CICE_ICE_IC='cice_model.res.nc'
export CICE_RUNID=unknown
export CICE_USE_RESTART_TIME=.false.
export CICE_RESTART_DIR=./RESTART/
Expand Down
2 changes: 1 addition & 1 deletion tests/parm/ice_in.IN
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ndtd = 1
runtype = '@[CICE_RUNTYPE]'
runid = '@[CICE_RUNID]'
ice_ic = 'cice_model.res.nc'
ice_ic = '@[CICE_ICE_IC]'
restart = .true.
restart_ext = .false.
use_restart_time = @[CICE_USE_RESTART_TIME]
Expand Down
2 changes: 2 additions & 0 deletions tests/tests/atm_ds2s_docn_pcice
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ export STREAM_OFFSET=0
#export ICERES=1.00
#export NX_GLB=360
#export NY_GLB=320
export CICE_RUNTYPE=initial
export CICE_ICE_IC=none
export CICE_PRESCRIBED=true
export stream_files_dice=$ocn_data
export MESH_DICE=$MESH_OCN
Expand Down

0 comments on commit 7fc69e6

Please sign in to comment.