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

Update ufs-weather-model to 2024-12-06 commit #3145

Merged
Prev Previous commit
Next Next commit
update ush_configure for wave related variables
  • Loading branch information
JessicaMeixner-NOAA committed Nov 22, 2024
commit a3d9b4cf558b99f84410effa62a2a438bfbd1398
10 changes: 10 additions & 0 deletions ush/parsing_ufs_configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@ if [[ "${cplwav}" = ".true." ]]; then
local MULTIGRID="${waveMULTIGRID}"
local WW3_user_sets_restname="false"

local WW3_user_histname="false"
local WW3_historync="false"
local WW3_restartnc="false"
local WW3_restart_from_binary="true"
DeniseWorthen marked this conversation as resolved.
Show resolved Hide resolved
local WW3_PIO_FORMAT="pnetcdf"
local WW3_PIO_IOTASKS=-99
local WW3_PIO_STRIDE=4
local WW3_PIO_REARR="box"
local WW3_PIO_ROOT=-99

fi

if [[ "${cplchm}" = ".true." ]]; then
Expand Down