Skip to content

Commit

Permalink
Update klone.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
parkermac committed Dec 8, 2024
1 parent b948cdf commit 256bee8
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions driver/crontabs/klone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,19 @@ LOd="/gscratch/macc/parker/LO/driver"
00 13 * * * source ~/.bashrc; python3 $LOd/driver_roms3.py -g cas7 -t t0 -x x4b -r forecast --cpu_choice cpu-g2 -np 160 -N 32 --done_tag 7 < /dev/null > $LOd/cas7_forecast_3.log
00 06 * * * source ~/.bashrc; mail -s 'cas7 forecast klone' pmacc@uw.edu < $LOd/cas7_forecast.log
00 07 * * * source ~/.bashrc; mail -s 'cas7 forecast klone' pmacc@uw.edu < $LOd/cas7_forecast.log

# emails to the group
01 07 * * * source ~/.bashrc; mail -s 'LO forecast klone' darrd@uw.edu < $LOd/cas7_forecast.log
02 07 * * * source ~/.bashrc; mail -s 'LO forecast klone' ebroatch@uw.edu < $LOd/cas7_forecast.log
03 07 * * * source ~/.bashrc; mail -s 'LO forecast klone' auroral@uw.edu < $LOd/cas7_forecast.log
04 07 * * * source ~/.bashrc; mail -s 'LO forecast klone' kmhewett@uw.edu < $LOd/cas7_forecast.log
05 07 * * * source ~/.bashrc; mail -s 'LO forecast klone' jxiong7@uw.edu < $LOd/cas7_forecast.log
01 06 * * * source ~/.bashrc; mail -s 'cas7 forecast klone' jxiong7@uw.edu < $LOd/cas7_forecast.log
01 07 * * * source ~/.bashrc; mail -s 'cas7 forecast klone' jxiong7@uw.edu < $LOd/cas7_forecast.log
02 07 * * * source ~/.bashrc; mail -s 'LO forecast klone' darrd@uw.edu < $LOd/cas7_forecast.log

# nested forecast
30 07 * * * source ~/.bashrc; python3 $LOd/driver_roms3.py -g wgh2 -t t0 -x xn0b -r forecast --cpu_choice cpu-g2 -np 160 -N 32 --done_tag N < /dev/null > $LOd/wgh2_forecast.log
00 09 * * * source ~/.bashrc; python3 $LOd/driver_roms3.py -g oly1 -t t0 -x xn4b -r forecast --cpu_choice cpu-g2 -np 160 -N 32 --done_tag S < /dev/null > $LOd/oly1_forecast.log
30 12 * * * source ~/.bashrc; python3 $LOd/driver_roms3.py -g wgh2 -t t0 -x xn0b -r forecast --cpu_choice cpu-g2 -np 160 -N 32 --done_tag N < /dev/null > $LOd/wgh2_forecast_2.log
30 13 * * * source ~/.bashrc; python3 $LOd/driver_roms3.py -g oly1 -t t0 -x xn4b -r forecast --cpu_choice cpu-g2 -np 160 -N 32 --done_tag S < /dev/null > $LOd/oly1_forecast_2.log
00 14 * * * source ~/.bashrc; python3 $LOd/driver_roms3.py -g oly1 -t t0 -x xn4b -r forecast --cpu_choice cpu-g2 -np 160 -N 32 --done_tag S < /dev/null > $LOd/oly1_forecast_2.log
00 09 * * * source ~/.bashrc; mail -s 'wgh forecast klone' pmacc@uw.edu < $LOd/wgh2_forecast.log
00 12 * * * source ~/.bashrc; mail -s 'oly forecast klone' pmacc@uw.edu < $LOd/oly1_forecast.log
01 09 * * * source ~/.bashrc; mail -s 'wgh forecast klone' jxiong7@uw.edu < $LOd/wgh2_forecast.log
01 12 * * * source ~/.bashrc; mail -s 'oly forecast klone' jxiong7@uw.edu < $LOd/oly1_forecast.log

# refresh this crontab
00 12 * * * crontab <<< $(crontab -l)
Expand Down

0 comments on commit 256bee8

Please sign in to comment.