Skip to content

Commit

Permalink
Need ice_prescribed_nml section in ice_in for CICE to know if prescri…
Browse files Browse the repository at this point in the history
…bed_ice
  • Loading branch information
NickSzapiro-NOAA committed May 17, 2024
1 parent 50da383 commit 5e7b7f0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
4 changes: 4 additions & 0 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1231,6 +1231,10 @@ export AOD_FRQ=060000
export RESTART_FILE_PREFIX=''
export RESTART_FILE_SUFFIX_SECS=''
export RT35D=''

#CDEPS ds2s
export MESH_DICE=none
export stream_files_dice=none
}
export_35d_run ()
{
Expand Down
12 changes: 12 additions & 0 deletions tests/parm/ice_in.IN
Original file line number Diff line number Diff line change
Expand Up @@ -385,3 +385,15 @@

&icefields_bgc_nml
/

&ice_prescribed_nml
prescribed_ice_mode = .@[CICE_PRESCRIBED].
stream_yearfirst = @[SYEAR]
stream_yearlast = @[SYEAR]
stream_yearalign = @[SYEAR]
stream_varname = "ice_cov"
stream_meshfile = "INPUT/@[MESH_DICE]"
stream_datafiles = "@[stream_files_dice]"
stream_mapalgo = "bilinear"
stream_taxmode = "extend"
/
12 changes: 0 additions & 12 deletions tests/parm/ice_in_pcice.IN

This file was deleted.

1 change: 0 additions & 1 deletion tests/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ fi

if [[ ${CICE_PRESCRIBED} = 'true' ]]; then
atparse < "${PATHRT}"/parm/ice_in.IN > ice_in
atparse < "${PATHRT}"/parm/ice_in_pcice.IN >> ice_in
fi

if [[ ${CDEPS_INLINE} = 'true' ]]; then
Expand Down

0 comments on commit 5e7b7f0

Please sign in to comment.