Skip to content
Snippets Groups Projects
full_prod.sh 377 B
Newer Older
Guillaume S's avatar
Guillaume S committed
#!/bin/bash
  
set +xv

date_beg=$1
date_end=$2

Guillaume S's avatar
Guillaume S committed
time ./do_by_day.sh ${date_beg} ${date_end} ./subjob_cdogrid.sh
time ./do_by_day.sh ${date_beg} ${date_end} ./subjob_ablhpg.sh
time ./do_by_day.sh ${date_beg} ${date_end} ./subjob_ablvint.sh
time ./do_by_day.sh ${date_beg} ${date_end} ./subjob_cdosplit.sh
time ./do_by_day.sh ${date_beg} ${date_end} ./subjob_cdomiss.sh
Guillaume S's avatar
Guillaume S committed

exit 0