You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change required in the nems.configure file is to add user_sets_restname = true in the WAV_attributes:: section. The restart file will then be consistent with the restart names produced by ICE and CMEPS. It will also contain an application specific name, eg. ufs.hafs.ww3.r.YYYY-MM-DD-SSSSS or ufs.cpld.ww3.r.YYYY-MM-DD-SSSSS
add cmeps capable atm-wav test ufs-community/ufs-weather-model#1407. This added use of nml files for the wave model. The template for the file are ww3_shel.nml.IN. Also, the list of point output is now in a separate file ww3_points.list. Both are located in the UFS tests/parm directory. The structure of the nml that needs to be parsed is
The variables are consistent w/ the variables in the current inp file with the exception of the forcing fields. These are now either C for coupled or F for not. The values for WAV_ICE1 and WAV_ICE5 should be F unless WW3-CICE6 coupling is used (currently not implemented in UFS).
For the HAFS application, the use of outfile=1 will now create time-stamped files, for example 20190829.060000.out_grd.ww3 in place of out_grd.ww3.
Description
Two PRs have been merged and the corresponding changes need to be made in the workflow.
This change required in the nems.configure file is to add
user_sets_restname = true
in theWAV_attributes::
section. The restart file will then be consistent with the restart names produced by ICE and CMEPS. It will also contain an application specific name, eg.ufs.hafs.ww3.r.YYYY-MM-DD-SSSSS
orufs.cpld.ww3.r.YYYY-MM-DD-SSSSS
ww3_shel.nml.IN
. Also, the list of point output is now in a separate fileww3_points.list
. Both are located in the UFS tests/parm directory. The structure of the nml that needs to be parsed isThe variables are consistent w/ the variables in the current inp file with the exception of the forcing fields. These are now either
C
for coupled orF
for not. The values forWAV_ICE1
andWAV_ICE5
should beF
unless WW3-CICE6 coupling is used (currently not implemented in UFS).For the HAFS application, the use of
outfile=1
will now create time-stamped files, for example20190829.060000.out_grd.ww3
in place ofout_grd.ww3
.Requirements
Acceptance Criteria (Definition of Done)
Dependencies
Related: #1277
The text was updated successfully, but these errors were encountered: