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/pr/C96C48_ufs_hybatmDA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ skip_ci_on_hosts:
- orion
- hercules
- awsepicglobalworkflow
- wcoss2

workflow:
engine: rocoto
Expand Down
1 change: 1 addition & 0 deletions dev/ci/cases/pr/C96C48_ufsgsi_hybatmDA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ skip_ci_on_hosts:
- orion
- hercules
- awsepicglobalworkflow
- wcoss2

workflow:
engine: rocoto
Expand Down
2 changes: 1 addition & 1 deletion dev/parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ case ${step} in
ntasks=1
threads_per_task=1
tasks_per_node=1
memory="20G"
memory="25G"
;;

"genesis_fsu")
Expand Down
6 changes: 4 additions & 2 deletions dev/parm/config/gfs/config.resources.WCOSS2
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ case ${step} in
"eupd")
case "${CASE}" in
"C1152" | "C768" | "C384")
if [[ "${RUN}" = *gdas ]]; then
walltime="00:55:00"
if [[ "${RUN}" = *gdas ]]; then
export ntasks=315
elif [[ "${RUN}" = *gfs ]]; then
export ntasks=135
Expand All @@ -58,7 +59,8 @@ case ${step} in
case "${CASE}" in
"C1152" | "C768" | "C384")
export tasks_per_node=50
;;
export walltime="00:15:00"
;;
*)
export tasks_per_node=40
;;
Expand Down
2 changes: 1 addition & 1 deletion sorc/gsi_enkf.fd
1 change: 0 additions & 1 deletion sorc/link_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ fi
# GDASApp executables
if [[ -d "${HOMEgfs}/sorc/gdas.cd/install" ]]; then
cp -f "${HOMEgfs}/sorc/gdas.cd/install/bin"/gdas* ./
cp -f "${HOMEgfs}/sorc/gdas.cd/install/bin/calcfIMS.exe" ./gdas_calcfIMS.x
cp -f "${HOMEgfs}/sorc/gdas.cd/install/bin/apply_incr.exe" ./gdas_apply_incr.x
fi

Expand Down
2 changes: 1 addition & 1 deletion sorc/ufs_model.fd
Submodule ufs_model.fd updated 1 files
+1 −1 UFSATM
Loading