Skip to content

Commit

Permalink
Update to run chgres for v16 data.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Aug 10, 2021
1 parent 0227a9c commit 17bbfde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/gdas_init/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ if [ $RUN_CHGRES == yes ]; then
;;
v16)
sbatch --parsable --ntasks-per-node=6 --nodes=${NODES} -t $WALLT -A $PROJECT_CODE -q $QUEUE -J chgres_${CDUMP} \
-o log.${CDUMP} -e log.${CDUMP} ${DEPEND} run_v16.chgres.sh ${CDUMP}
-o log.${CDUMP} -e log.${CDUMP} --partition=${PARTITION} ${DEPEND} run_v16.chgres.sh ${CDUMP}
;;
esac

Expand Down Expand Up @@ -197,7 +197,7 @@ if [ $RUN_CHGRES == yes ]; then
;;
v16)
sbatch --parsable --ntasks-per-node=12 --nodes=1 -t $WALLT -A $PROJECT_CODE -q $QUEUE -J chgres_${MEMBER_CH} \
-o log.${MEMBER_CH} -e log.${MEMBER_CH} ${DEPEND} run_v16.chgres.sh ${MEMBER_CH}
-o log.${MEMBER_CH} -e log.${MEMBER_CH} --partition=${PARTITION} ${DEPEND} run_v16.chgres.sh ${MEMBER_CH}
;;
esac
MEMBER=$(( $MEMBER + 1 ))
Expand Down

0 comments on commit 17bbfde

Please sign in to comment.