Skip to content

Commit

Permalink
fix malcolm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathiot committed Nov 13, 2019
1 parent 82139e2 commit 4118a46
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
9 changes: 5 additions & 4 deletions SCRIPT/get_data.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
#SBATCH --time=20
#SBATCH --ntasks=1

RUNID=$1
FREQ=$2
TAG=$3
GRID=$4
CONFIG=$1
RUNID=$2
FREQ=$3
TAG=$4
GRID=$5

. param.bash
. ${SCRPATH}/common.bash
Expand Down
8 changes: 4 additions & 4 deletions run_all.bash
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ for RUNID in `echo $RUNIDS`; do
TAG09=${YEAR}0901-${YEAR}1001

# get data
mooVyid=$(sbatch --job-name=moo_${YEAR}_V --output=${JOBOUT_PATH}/moo_${YEAR}_V ${SCRPATH}/get_data.bash $RUNID 1y $TAG grid-V | awk '{print $4}') # for mk_trp and mk_psi
mooUyid=$(sbatch --job-name=moo_${YEAR}_U --output=${JOBOUT_PATH}/moo_${YEAR}_U ${SCRPATH}/get_data.bash $RUNID 1y $TAG grid-U | awk '{print $4}') # for mk_trp and mk_psi
mooTyid=$(sbatch --job-name=moo_${YEAR}_T --output=${JOBOUT_PATH}/moo_${YEAR}_T ${SCRPATH}/get_data.bash $RUNID 1y $TAG grid-T | awk '{print $4}') # for mk_bot.bash
mooTmid=$(sbatch --job-name=moo_${YEAR}_T --output=${JOBOUT_PATH}/moo_${YEAR}_T09 ${SCRPATH}/get_data.bash $RUNID 1m $TAG09 grid-T | awk '{print $4}') # for mk_mxl.bash
mooVyid=$(sbatch --job-name=moo_${YEAR}_V --output=${JOBOUT_PATH}/moo_${YEAR}_V ${SCRPATH}/get_data.bash $CONFIG $RUNID 1y $TAG grid-V | awk '{print $4}') # for mk_trp and mk_psi
mooUyid=$(sbatch --job-name=moo_${YEAR}_U --output=${JOBOUT_PATH}/moo_${YEAR}_U ${SCRPATH}/get_data.bash $CONFIG $RUNID 1y $TAG grid-U | awk '{print $4}') # for mk_trp and mk_psi
mooTyid=$(sbatch --job-name=moo_${YEAR}_T --output=${JOBOUT_PATH}/moo_${YEAR}_T ${SCRPATH}/get_data.bash $CONFIG $RUNID 1y $TAG grid-T | awk '{print $4}') # for mk_bot.bash
mooTmid=$(sbatch --job-name=moo_${YEAR}_T --output=${JOBOUT_PATH}/moo_${YEAR}_T09 ${SCRPATH}/get_data.bash $CONFIG $RUNID 1m $TAG09 grid-T | awk '{print $4}') # for mk_mxl.bash

# run cdftools
# scheduler option
Expand Down
2 changes: 2 additions & 0 deletions style.db
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
u-ar685 | GC3.1N96025 | -- | sienna |
u-bj000 | GC4.0N96025 | -- | sandybrown |
u-bn477 | GC5.0N96025 | -- | royalblue |
u-bo738 | GC3.1botfri | -- | royalblue |
u-bc970 | GC3.1 | -- | cornflowerblue |

0 comments on commit 4118a46

Please sign in to comment.