From 531e73173531ea5f1056cfd729df2c7efe8212d4 Mon Sep 17 00:00:00 2001 From: RussTreadon-NOAA Date: Fri, 26 Sep 2025 17:36:25 +0000 Subject: [PATCH] increase C96 gcdas fcst wall time to 1.5 hours (#4107) --- dev/parm/config/gcafs/config.resources.URSA | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/parm/config/gcafs/config.resources.URSA b/dev/parm/config/gcafs/config.resources.URSA index a9b62c841c3..ae555e97489 100644 --- a/dev/parm/config/gcafs/config.resources.URSA +++ b/dev/parm/config/gcafs/config.resources.URSA @@ -13,7 +13,7 @@ case ${step} in ;; "C96") if [[ "${RUN}" = "gcdas" ]]; then - export walltime="01:00:00" + export walltime="01:30:00" fi ;; *)