Skip to content

Commit

Permalink
Rename/rearrange variables in ufs.configure.s2sa.IN
Browse files Browse the repository at this point in the history
Following #2010
  • Loading branch information
NickSzapiro-NOAA authored Dec 11, 2023
1 parent 2a7e86a commit c3c13b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/parm/ufs.configure.s2sa.IN
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ OCN_attributes::
DumpFields = false
ProfileMemory = false
OverwriteSlice = true
mesh_ocn = @[MESHOCN_ICE]
mesh_ocn = @[MESH_OCN]
use_coldstart = @[use_coldstart]
use_mommesh = @[use_mommesh]
::

# ICE #
Expand All @@ -57,7 +59,8 @@ ICE_attributes::
DumpFields = false
ProfileMemory = false
OverwriteSlice = true
mesh_ice = @[MESHOCN_ICE]
mesh_ice = @[MESH_ICE]
eps_imesh = @[eps_imesh]
stop_n = @[RESTART_N]
stop_option = nhours
stop_ymd = -999
Expand Down Expand Up @@ -114,15 +117,12 @@ ALLCOMP_attributes::
ScalarFieldIdxGridNY = 2
ScalarFieldName = cpl_scalars
start_type = @[RUNTYPE]
restart_dir = RESTART/
restart_dir = @[CMEPS_RESTART_DIR]
case_name = ufs.cpld
restart_n = @[RESTART_N]
restart_option = nhours
restart_ymd = -999
dbug_flag = @[cap_dbug_flag]
use_coldstart = @[use_coldstart]
use_mommesh = @[use_mommesh]
eps_imesh = @[eps_imesh]
stop_n = @[FHMAX]
stop_option = nhours
stop_ymd = -999
Expand Down

0 comments on commit c3c13b6

Please sign in to comment.