Skip to content

Commit

Permalink
forecast only on azure
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuang-jedi committed Jul 12, 2024
1 parent dae0080 commit 3288d9c
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions parm/config/gfs/config.base
Original file line number Diff line number Diff line change
@@ -477,4 +477,11 @@ export OFFSET_START_HOUR=0
# Number of regional collectives to create soundings for
export NUM_SND_COLLECTIVES=${NUM_SND_COLLECTIVES:-9}

echo "machine: ${machine}"
if [ "${machine}" == "noaacloud" ]; then
export DO_TRACKER="NO"
export DO_GENESIS="NO"
export DO_METP="NO"
fi

echo "END: config.base"
2 changes: 1 addition & 1 deletion parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
@@ -900,7 +900,7 @@ case ${step} in
;;

"atmos_products")
export wtime_atmos_products="00:15:00"
export wtime_atmos_products="00:25:00"
export npe_atmos_products=24
export nth_atmos_products=1
export npe_node_atmos_products="${npe_atmos_products}"
4 changes: 2 additions & 2 deletions workflow/hosts/azurepw.yaml
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@ DMPDIR: '/scratch1/NCEPDEV/global/glopara/dump' # TODO: This does not yet exist.
PACKAGEROOT: '/scratch1/NCEPDEV/global/glopara/nwpara' #TODO: This does not yet exist.
COMINsyn: '/scratch1/NCEPDEV/global/glopara/com/gfs/prod/syndat' #TODO: This does not yet exist.
HOMEDIR: '/contrib/${USER}'
STMP: '/contrib/${USER}/stmp/'
PTMP: '/contrib/${USER}/ptmp/'
STMP: '/lustre/${USER}/stmp/'
PTMP: '/lustre/${USER}/ptmp/'
NOSCRUB: ${HOMEDIR}
ACCOUNT: ${USER}
ACCOUNT_SERVICE: ${USER}

0 comments on commit 3288d9c

Please sign in to comment.