Skip to content

Commit

Permalink
set HPC_ACCOUNT to GFS-DEV on WCOSS2 (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Jan 8, 2025
1 parent 0ecc40b commit ea28e5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/gw-ci/create_exp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea28e5e

Please sign in to comment.