Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utilize custom restart names for WW3 #1684

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/fv3_conf/cpld_control_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ else

# WAVE restart file
if [[ $CPLWAV == .true. ]]; then
cp ../${DEP_RUN}${SUFFIX}/${RESTART_FILE_PREFIX}.restart.ww3 ./restart.ww3
RFILE=ufs.cpld.ww3.r.${RESTART_FILE_SUFFIX_SECS}
cp ../${DEP_RUN}${SUFFIX}/${RFILE} .
fi

else
Expand Down
1 change: 1 addition & 0 deletions tests/parm/nems.configure.cpld.IN
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ WAV_attributes::
logfile = wav.log
mesh_wav = @[MESH_WAV]
multigrid = @[MULTIGRID]
user_sets_restname = true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DeniseWorthen It's the goal from the WW3 side for the restart names to be controlled by a WW3 input file instead of a "nems.configure" restart file. Just wanted to make you aware that is a planned change from the WW3 side in the near future.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is good to know the goal on WW3 side. I think we can get this change in at this time. We can review it when the ww3 restart filename changes are ready. the purpose here is to have consistent restart file names as much as possible for all the model components. Thanks.

::

# CMEPS warm run sequence
Expand Down
1 change: 1 addition & 0 deletions tests/parm/nems.configure.cpld_esmfthreads.IN
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ WAV_attributes::
logfile = wav.log
mesh_wav = @[MESH_WAV]
multigrid = @[MULTIGRID]
user_sets_restname = true
::

# CMEPS warm run sequence
Expand Down
1 change: 1 addition & 0 deletions tests/parm/nems.configure.cpld_noaero.IN
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ WAV_attributes::
logfile = wav.log
mesh_wav = @[MESH_WAV]
multigrid = @[MULTIGRID]
user_sets_restname = true
::

# CMEPS warm run sequence
Expand Down
1 change: 1 addition & 0 deletions tests/parm/nems.configure.cpld_noaero_outwav.IN
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ WAV_attributes::
logfile = wav.log
mesh_wav = @[MESH_WAV]
multigrid = @[MULTIGRID]
user_sets_restname = true
::

# CMEPS warm run sequence
Expand Down
1 change: 1 addition & 0 deletions tests/parm/nems.configure.hafs_atm_ocn_wav.IN
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ WAV_attributes::
merge_import = .true.
mesh_wav = @[MESH_WAV]
multigrid = @[MULTIGRID]
user_sets_restname = true
::

# Run Sequence #
Expand Down
1 change: 1 addition & 0 deletions tests/parm/nems.configure.hafs_atm_wav.IN
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ WAV_attributes::
merge_import = .true.
mesh_wav = @[MESH_WAV]
multigrid = @[MULTIGRID]
user_sets_restname = true
::

# Run Sequence #
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hafs_regional_atm_ocn_wav
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export LIST_FILES="atmf006.nc \
archs.2019_241_06.a \
out_grd.ww3 \
out_pnt.ww3 \
20190829.060000.restart.ww3 \
ufs.hafs.ww3.r.2019-08-29-21600 \
ufs.hafs.cpl.r.2019-08-29-21600.nc"

export_fv3
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hafs_regional_atm_wav
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export LIST_FILES="atmf006.nc \
sfcf006.nc \
out_grd.ww3 \
out_pnt.ww3 \
20190829.060000.restart.ww3 \
ufs.hafs.ww3.r.2019-08-29-21600 \
ufs.hafs.cpl.r.2019-08-29-21600.nc"

export_fv3
Expand Down