From ea28e5e3701ec6734446ce6adae9b7e63c713c38 Mon Sep 17 00:00:00 2001 From: Russ-Treadon-NOAA Date: Wed, 8 Jan 2025 20:26:37 +0000 Subject: [PATCH] set HPC_ACCOUNT to GFS-DEV on WCOSS2 (#1350) --- test/gw-ci/create_exp.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/gw-ci/create_exp.sh b/test/gw-ci/create_exp.sh index b4c1535db..d3f117a64 100755 --- a/test/gw-ci/create_exp.sh +++ b/test/gw-ci/create_exp.sh @@ -13,6 +13,9 @@ expyaml=${expyaml_ctest} export pslot=${pslot_ctest} export RUNTESTS=${exp_path}/${pslot} export HPC_ACCOUNT="da-cpu" +if [[ $MACHINE_ID = wcoss2 ]]; then + export HPC_ACCOUNT="GFS-DEV" +fi # Source the gw environement source ${HOMEgfs}/workflow/gw_setup.sh