Copying space weather related data and plots from NOAA sites and update real time ACE, G13, G15 observation html pages.
Location: | /data/mta4/space_weather/ |
---|---|
/data/mta4/www/RADIATION/ |
GitHub Address: https://github.com/tisobe/Space_weather.git (this version is not updated; TODO: push current version to https://github.com/mta/space_weather.git)
Script Name | Last Updated | |
---|---|---|
/data/mta4/space_weather/ | ||
G13_calc.csh | Jan 30, 2018 | Cron job: generate G13 web page and send out alerts |
G13_process.nawk | Feb 09, 2012 | called by G13_calc.csh |
goes_hrc_proxy_viol.pl | Jan 30, 2018 | called by G13_calc.csh |
G13_yellow_viol.pl | Jul 26, 2016 | called by G13_calc.csh |
G13_Ecalc.csh | May 29, 2015 | Cron job: generate G13E web page |
G13_Eprocess.nawk | Jul 20, 2010 | called by G13_Ecalc.csh |
G14_calc.csh | Jun 10, 2011 | code retired |
G14_process.nawk | Feb 15, 2011 | code retired |
G15_calc.csh | Mar 06, 2015 | Cron job: generate G15 web page and send out alerts |
G15_process.nawk | Feb 15, 2011 | called by G15_calc.csh |
G15_yellow_viol.pl | Jul 26, 2016 | called by G15_calc.csh |
ACE/mta_ace.pro | May 26, 2011 | Cron job |
ACE/mta_plot_ace_p3.pro | May 01, 2011 | called by mta_ace.pro |
ACE/mta_fast.pro | Jul 26, 2016 | Cron job |
ACE/mta_plot_ace_fast.pro | Aug 03, 2016 | called by mta_fast.pro |
calculate.csh | Aug 03, 2015 | Cron job: generate ACE web page and send out alerts |
process_ace.nawk | Jun 22, 2015 | called by calculate.csh |
aceviolation_protons.csh | Aug 15, 2014 | called by process_ace.nawk |
ace_12h_viol.pl | Jan 30, 2018 | called by calculate.csh |
ace_12h_archive | Jan 30, 2018 | needed by ace_12h_viol.pl |
KPII/calculate_kp.csh | Mar 23, 2011 | see KP Alert Page, alert in stasis |
KPII/process_kp.nawk | Mar 23, 2011 | see KP Alert Page, alert in stasis |
calculate_fast.csh | Sep 15, 2015 | Cron job: generate ACE fast web page |
process_ace_fast.nawk | Sep 15, 2015 | called by calculate_fast.csh |
/data/mta4/space_weather/KPII/ | ||
See KP Alert Page | ||
/data/mta4/proj/rac/ops/ACE/ | ||
See ACE Proton Flux Page | ||
/data/mta4/space_weather/STEREO/ | ||
See STEREO Page | ||
/data/mta4/space_weather/MSM/ | ||
See GSE/GSM 3D Orbit Plot Page | ||
/data/mta4/www/RADIATION/CRM2/ | ||
CRM_plot.idl | May 15, 2008 | |
rac_arread.pro | May 20, 2008 | |
rac_arreadbl.pro | May 13, 2008 | |
timeconv.pro | May 13, 2008 | |
crmpl2.pro | Aug 23, 2010 | |
cheph.pro | Jun 10, 2008 |
Sep 24, 2015 | Initially logged |
---|---|
Sep 30, 2015 | Document updated |
Oct 21, 2015 | Problems in KPII/STEREO fixed. Reorganized the scripts locations |
Oct 21, 2015 | orbit.html is updated. |
Jan 30, 2018 | Added 'HRC proxy' and 'invalid ACE data for >12h' alerts |
test results -- test results -- test results
CPU: | c3po-v |
---|---|
User: | mta |
2,6,11,16,21,26,31,36,41,46,51,56 * * * * /data/mta4/space_weather/G15_calc.csh >> $HOME/Logs/goes15.cron
0,15,30,45 * * * * cd /data/mta4/space_weather/ACE; /usr/local/bin/idl mta_ace >> $HOME/Logs/ace_p3_plot.cron 2>&1
1 * * * * cd /data/mta4/space_weather/ACE; /usr/local/bin/idl mta_fast >> $HOME/Logs/ace_p3_plot_fast.cron 2>&1
2,7,12,17,22,27,32,37,42,47,52,57 * * * * cd /data/mta4/space_weather/ ; ./calculate.csh> $HOME/Logs/ace.cron 2>&1
0 * * * * cd /data/mta4/space_weather/ ; ./calculate_fast.csh> $HOME/Logs/ace_fast.cron 2>&1
3,8,13,18,23,28,33,38,43,48,53,58 * * * * /data/mta4/proj/rac/ops/ACE/fmon.pl >> $HOME/Logs/fmon_linux.cron 2>&1
2,6,11,16,21,26,31,36,41,46,51,56 * * * * /data/mta4/space_weather/STEREO/calculate.csh>> $HOME/Logs/stereo.cron
15 8,20 * * * cd /data/mta4/space_weather/MSM; /usr/local/bin/idl gsm_plots.idl > $HOME/Logs/plot_gsm.cron 2>&1
12,32,52 * * * * cd /data/mta4/proj/rac/ops/CRM3/;/usr/local/bin/idl CRM_plots.idl >> $HOME/Logs/crm3_plot_linux.cron 2>&1
# (in stasis) 7,22,37,52 * * * * /data/mta4/space_weather/KPII/kpalert.pl >> $HOME/Logs/kp.cron
# (retired) 1,5,10,15,20,25,30,35,40,45,50,55 * * * * /data/mta4/space_weather/G14_calc.csh >> $HOME/Logs/goes14.cron
README file must be updated.