Skip to content

Commit a6af66f

Browse files
dev/gfs.v17: Update UWM, GSI and GDAS hashes (#4500)
1 parent 30a7760 commit a6af66f

8 files changed

Lines changed: 10 additions & 7 deletions

File tree

dev/ci/cases/pr/C96C48_ufs_hybatmDA.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ skip_ci_on_hosts:
2121
- orion
2222
- hercules
2323
- awsepicglobalworkflow
24+
- wcoss2
2425

2526
workflow:
2627
engine: rocoto

dev/ci/cases/pr/C96C48_ufsgsi_hybatmDA.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ skip_ci_on_hosts:
2121
- orion
2222
- hercules
2323
- awsepicglobalworkflow
24+
- wcoss2
2425

2526
workflow:
2627
engine: rocoto

dev/parm/config/gfs/config.resources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ case ${step} in
10641064
ntasks=1
10651065
threads_per_task=1
10661066
tasks_per_node=1
1067-
memory="20G"
1067+
memory="25G"
10681068
;;
10691069

10701070
"genesis_fsu")

dev/parm/config/gfs/config.resources.WCOSS2

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ case ${step} in
4141
"eupd")
4242
case "${CASE}" in
4343
"C1152" | "C768" | "C384")
44-
if [[ "${RUN}" = *gdas ]]; then
44+
walltime="00:55:00"
45+
if [[ "${RUN}" = *gdas ]]; then
4546
export ntasks=315
4647
elif [[ "${RUN}" = *gfs ]]; then
4748
export ntasks=135
@@ -58,7 +59,8 @@ case ${step} in
5859
case "${CASE}" in
5960
"C1152" | "C768" | "C384")
6061
export tasks_per_node=50
61-
;;
62+
export walltime="00:15:00"
63+
;;
6264
*)
6365
export tasks_per_node=40
6466
;;

sorc/gsi_enkf.fd

sorc/link_workflow.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@ fi
449449
# GDASApp executables
450450
if [[ -d "${HOMEgfs}/sorc/gdas.cd/install" ]]; then
451451
cp -f "${HOMEgfs}/sorc/gdas.cd/install/bin"/gdas* ./
452-
cp -f "${HOMEgfs}/sorc/gdas.cd/install/bin/calcfIMS.exe" ./gdas_calcfIMS.x
453452
cp -f "${HOMEgfs}/sorc/gdas.cd/install/bin/apply_incr.exe" ./gdas_apply_incr.x
454453
fi
455454

sorc/ufs_model.fd

Submodule ufs_model.fd updated 1 file

0 commit comments

Comments
 (0)