Chandra Radiation Models
Description
The Chandra Radiation Model (CRM) from Sverdrup/MSFC is propagated in this directory, and graphical and
tabular data products are updated every 5 minutes by cron jobs, to track current and future orbital
proton flux and fluence.
This is a part of
TST related collections of scripts
.
CRM3 is the latest version.
Location of Scripts and Their Names
Location: | /data/mta4/proj/rac/ops/CRM3/ |
GitHub Address: https://github.com/tisobe/TST_CRM
Script Name | Last Updated |
crm.pl | Nov 04, 2015 |
runcrm | Feb 10, 2015 |
CRM_plots.idl | Nov 17, 2015 |
crmpl2.pro | Nov 17, 2015 |
cheph.pro | Nov 17, 2015 |
rac_arreadbl.pro | Nov 17, 2015 |
rac_arread.pro | Nov 17, 2015 |
timeconv.pro | Nov 17, 2015 |
Note: runcrm is run by /data/mta4/proj/rac/ops/ephem/ephem.pl.
Please read /data/mta4/proj/rac/ops/README and /data/mta4/proj/rac/ops/CRM/README file for more details.
Jul 21, 2015 | Initially logged |
Jul 22, 2015 | Added to github |
Nov 04, 2015 | Possible kp.dat format change: adjusted to read the input |
Nov 17, 2015 | Plotting routines moved to /data/mta4/proj/rac/ops/CRM3, and updated |
Data Needed
- /proj/sot/acis/FLU-MON/FPHIST-2001.dat
- /proj/sot/acis/FLU-MON/GRATHIST-2001.dat
- /data/mta4/proj/rac/ops/ACE/kp.dat
- /data/mta4/proj/rac/ops/ACE/fluace.dat
- /data/mta4/proj/rac/ops/ephem/gephem.dat
- /data/mta4/proj/rac/ops/GOEs/G13pchan_5m.txt
- /data/mta4/proj/rac/ops/GOEs/G15pchan_5m.txt
- /data/mta4/proj/rac/ops/ephem/PE.EPH.gsme_in_Re
- /proj/rac/ops/ephem/dsn_summary.dat
- /proj/rac/ops/ephem/PE.EPH.gsme
Environment Setting
Output Locations and File Names
-
/data/mta4/proj/rac/ops/CRM3/
- CRM_p.datNN (by runcrm)
- fphist.dat
- grathist.dat
- CRMarchive.dat
- CRMsummary.dat
- CRM_p.datNN
- crmpl.gif
- crmplatt.gif
- GSM.gif
- GSE.gif
How to Run the Script(s)
-
go to: data/mta4/proj/rac/ops/ephem/
-
run: ephem.pl
-
go to: /data/mta4/proj/rac/ops/CRM/
-
run: crm.pl
-
go to: /data/mta4/www/RADIATION/CRM3
-
run: idl CRM_plots
How to Run Test(s)
-
no test is available for this set of scripts
Expected result from the test
test results -- test results -- test results
Cron Job
- 21 3 * * * /data/mta4/proj/rac/ops/ephem/ephem.pl >> $HOME/Logs/ephem_linux.cron (this runs runcrm)
- 4,9,14,19,24,29,34,39,44,49,54,59 * * * * /data/mta4/proj/rac/ops/CRM/crm.pl
- 12,32,52 * * * * cd /data/mta4/proj/rac/ops/CRM3 ; idl CRM_plots > $HOME/Logs/CRM3_plots.cron
Web Addreess
https://cxc.cfa.harvard.edu/mta/RADIATION/index.html
--- crm provides bottom two plots.
Note
None
Future Plan/Update Schedule
None
Back to Top Page