#!/bin/bash $HOME/seas/scripts/getgfs.sh > $HOME/seas/log.getgfs 2>&1 $HOME/seas/anl/runcdfvidar.sh > $HOME/seas/anl/runcdfvidar.log $HOME/seas/scripts/newget.sh > $HOME/seas/sst/log.newget 2>/dev/null $HOME/seas/scripts/runcdfocn.sh > $HOME/seas/ocn/log.runcdfocn 2>&1 & $HOME/seas/scripts/newmksst.sh > $HOME/seas/sst/log.newmksst 2>&1 & $HOME/seas/scripts/ncheckanl.sh > $HOME/seas/run/ncheckanl.log sbatch $scriptdir/run1-50.sh $anl $utch $etype $ym $lastts sbatch $scriptdir/runmon-50.sh $anl $utch $etype $ym $tsfile > $rundir/log.runmon-50.$anl$utch.$etype.$ym $HOME/seas/scripts/mkplots.sh > $HOME/seas/run/log.mkplots 2>&1 &