Skip to content
Merged
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
1 change: 1 addition & 0 deletions dev/ci/cases/gfsv17/s2sw_rdhpcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ base:
SDATE_GFS: 2024111512
FHMAX_GFS: 384
FHMAX_HF_GFS: 120
CASE_HIST: "C768"

prepoceanobs:
use_exp_obs: "YES"
Expand Down
6 changes: 3 additions & 3 deletions dev/parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ case ${step} in
;;

"marinebmatinit")
walltime="00:10:00"
walltime="00:20:00"
ntasks=1
threads_per_task=1
tasks_per_node=${max_tasks_per_node}
Expand Down Expand Up @@ -869,7 +869,7 @@ case ${step} in
MEDPETS=${MEDPETS:-${FV3PETS}}
(( MEDPETS = FV3PETS ))
(( MEDTHREADS = FV3THREADS ))
(( "${MEDPETS}" > 24000 )) && MEDPETS=1200
(( "${MEDPETS}" > 4800 )) && MEDPETS=4800
export MEDPETS MEDTHREADS
echo "MEDIATOR using (threads, PETS) = (${MEDTHREADS}, ${MEDPETS})"

Expand Down Expand Up @@ -1327,7 +1327,7 @@ case ${step} in
"epos")
walltime="00:15:00"
if [[ "${CASE}" == "C768" || "${CASE}" == "C1152" ]]; then
walltime="00:25:00"
walltime="00:35:00"
fi
ntasks=80
threads_per_task=1
Expand Down
2 changes: 1 addition & 1 deletion dev/parm/config/gfs/config.wave
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export DTPNT_WAV=3600
export FHINCP_WAV=$(( DTPNT_WAV / 3600 ))

# Selected output parameters (gridded)
export OUTPARS_WAV="WND CUR ICE HS T01 T02 DIR FP DP PHS PTP PDIR CHA"
export OUTPARS_WAV="WND CUR ICE HS T01 T02 DIR FP DP PHS PTP PDIR"

# Restart file config
if [[ "${RUN}" == "gdas" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion sorc/ufs_model.fd
Submodule ufs_model.fd updated 149 files
1 change: 1 addition & 0 deletions ush/parsing_namelists_FV3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ local CPLWAV2ATM=${cplwav2atm:-".false."}
local USE_MED_FLUX=${use_med_flux:-".false."}
local CPLLND=${cpllnd:-".false."}
local CPLLND2ATM=${cpllnd2atm:-".false."}
local USE_OCEANUV=${use_oceanuv:-".false."}

# CPL CHM options
if [[ ${cplchm} = ".true." ]]; then
Expand Down