Skip to content
Snippets Groups Projects
full_prod.sh 549 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_mars.sh mars_inst3D_ana.req.base
time ./do_by_day.sh ${date_beg} ${date_end} ./subjob_mars.sh mars_surf2D_ana.req.base
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