Description

User pmefdda runs the WRF model and dust model, and monitors that it ran correctly

Crontab entries

# Launch the WRF model four times daily
45 2,8,14,20 * * * /d1/pmefdda/GMODJOBS/GWPME/scripts/submitCycleMM.csh -f /d1/pmefdda/GMODJOBS/GWPME/scripts/env_vars.csh >& /d1/pmefdda/GMODJOBS/GWPME/logs/GWPME_RTCYCLE.log
# Coldstart the WRF model once a day
40 20 * * * /d1/pmefdda/GMODJOBS/GWPME/scripts/coldstart.csh /d1/pmefdda/GMODJOBS/GWPME/scripts/env_vars.csh >& /d1/pmefdda/GMODJOBS/GWPME/logs/GWPME_COLDSTART.log
# Launch the WRF dust model once a day
45 9 * * * /home/pmefdda/data/GMODJOBS/GWRFDUST/start_hydro_gmod.pl GWRFDUST 0 >& /home/pmefdda/data/GMODJOBS/GWRFDUST/GWRFDUST.log

# Create meteograms and timeseries from the model runs (other product creation is embedded within the model runs)
35 0,12,18 * * * /home/pmefdda/py4wrf/meteograms14.py -f 6 -d 2 >& /d2/pmefdda/cycles/GWPME/GRM/meteograms/meteo14_d02.log
10 7 * * * /home/pmefdda/py4wrf/meteograms14.py -f 7 -d 2 >& /d2/pmefdda/cycles/GWPME/GRM/meteograms/meteo14_d02.log
45 0,12,18 * * * /home/pmefdda/py4wrf/tscomparison.py 3 6 2 >& /d2/pmefdda/cycles/GWPME/GRM/timesgraphs/timesg_d02.log
15 7 * * * /home/pmefdda/py4wrf/tscomparison.py 3 7 2 >& /d2/pmefdda/cycles/GWPME/GRM/timesgraphs/timesg_d02.log

# Monitor that the WRF model both started and finished correctly
50 3,9,15,21 * * * /d1/pmefdda/builds/build_mm_nightly/wrfv3.3.1/cycle_code/CSH_ARCHIVE/util/cycle_report.csh /d1/pmefdda/GMODJOBS/GWPME/scripts/env_vars.csh GRM >& /d1/pmefdda/GMODJOBS/GWPME/logs/cycle_report.log
15 2,8,14,20 * * * /d1/pmefdda/builds/build_mm_nightly/wrfv3.3.1/cycle_code/CSH_ARCHIVE/util/cycle_report.csh /d1/pmefdda/GMODJOBS/GWPME/scripts/env_vars.csh GRM 1 >& /d1/pmefdda/GMODJOBS/GWPME/logs/cycle_report.log
# Monitor that the grib output files got created successfully
20 2,8,14,20 * * * /home/pmefdda/bin/check_grib.pl -j /d1/pmefdda/GMODJOBS/GWPME >& /home/pmefdda/logs/gribs.log

# Remove WRF model output after 10 days
30 2 * * * /home/pmefdda/bin/scrub_master.sh >& /home/pmefdda/logs/scrub_master.log
15 1 * * * /home/pmefdda/bin/archive_master.sh >& /home/pmefdda/logs/archive.log

  • No labels