Space Weather *

Description

Copying space weather related data and plots from NOAA sites and update real time ACE, G13, G15 observation html pages.

Location of Scripts and Their Names

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, 2018Cron job: generate G13 web page and send out alerts
G13_process.nawk Feb 09, 2012called by G13_calc.csh
goes_hrc_proxy_viol.pl Jan 30, 2018called by G13_calc.csh
G13_yellow_viol.pl Jul 26, 2016called by G13_calc.csh
G13_Ecalc.csh May 29, 2015Cron job: generate G13E web page
G13_Eprocess.nawk Jul 20, 2010called by G13_Ecalc.csh
G14_calc.csh Jun 10, 2011code retired
G14_process.nawk Feb 15, 2011code retired
G15_calc.csh Mar 06, 2015Cron job: generate G15 web page and send out alerts
G15_process.nawk Feb 15, 2011called by G15_calc.csh
G15_yellow_viol.pl Jul 26, 2016called by G15_calc.csh
ACE/mta_ace.pro May 26, 2011Cron job
ACE/mta_plot_ace_p3.pro May 01, 2011called by mta_ace.pro
ACE/mta_fast.pro Jul 26, 2016Cron job
ACE/mta_plot_ace_fast.pro Aug 03, 2016called by mta_fast.pro
calculate.csh Aug 03, 2015Cron job: generate ACE web page and send out alerts
process_ace.nawk Jun 22, 2015called by calculate.csh
aceviolation_protons.csh Aug 15, 2014called by process_ace.nawk
ace_12h_viol.pl Jan 30, 2018called by calculate.csh
ace_12h_archive Jan 30, 2018needed by ace_12h_viol.pl
KPII/calculate_kp.csh Mar 23, 2011see KP Alert Page, alert in stasis
KPII/process_kp.nawk Mar 23, 2011see KP Alert Page, alert in stasis
calculate_fast.csh Sep 15, 2015Cron job: generate ACE fast web page
process_ace_fast.nawk Sep 15, 2015called 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, 2015Initially logged
Sep 30, 2015Document updated
Oct 21, 2015Problems in KPII/STEREO fixed. Reorganized the scripts locations
Oct 21, 2015orbit.html is updated.
Jan 30, 2018Added 'HRC proxy' and 'invalid ACE data for >12h' alerts

Data Needed

Environment Setting

Output Locations and File Names

How to Run the Script(s)

  1. go to: cd /data/mta4/space_weather/
  2. run: ./G13_calc.csh
  3. run: ./G13_Ecalc.csh
  4. run: ./G15_calc.csh
  5. run: ./calculate.csh
  6. run: ./calculate_fast.csh

How to Run Test(s)

  1. There is no test for this set of scripts.

Expected result from the test

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

Web Addreess

Note

README file must be updated.

Future Plan/Update Schedule


Back to Top Page