Summary
IGRF was updated L1Proc on to extend the IGRF model ( - SSC-470Getting issue details... STATUS )
However, this change also required an update to astro, as we discovered due to multiple failures in L1Proc starting on
Reason for change
Extend the IGRF model beyond 2024 in astro, to match the contents of IGRF-03-04-00.
Test procedure
Tests to compare the output of the astro package with the distributed fortran code from NOAA is here: Upgrading to IGRF 14 in the astro and IGRF packages (courtesy of Nicola)
Rollback procedure
No rollback is possible, as runs newer than 12/15/2024 won't process otherwise.
Code update procedure
This was done in a non-standard way, as both GR and L1 were patched "in place" (due to the lack of RM at present).
- from here:
/afs/slac.stanford.edu/g/glast/ground/releases/volume05/GlastRelease-20-10-04-gr07
- delete the entire
astro
package fromGlastRelease-20-10-04-gr07
, clone it from git and check outastro-04-04-00
recompile astro in situ, with the following command:
/afs/slac/g/glast/applications/SCons/2.1.0/bin/scons -C GlastRelease --with-GLAST-EXT=/afs/slac/g/glast/ground/GLAST_EXT/redhat6-x86_64-64bit-gcc44 --site-dir=../SConsShared/site_scons --compile-opt astro
CCB JIRA
- SSC-472Getting issue details... STATUS
Details
Complete set of tags for L1Proc 5.9
GlastRelease: GlastRelease-20-10-04-gr07, containing astro: astro-04-04-00
ScienceTools: ScienceTools-11-05-01
svac/L1Pipeline: L1Pipeline-05-09-00
calibTkrUtil: calibTkrUtil-03-00-00
fitsGen: fermitools-11-07-01
dataMonitoring/AlarmsCfg: AlarmsCfg-07-00-25
dataMonitoring/Common: Common-07-00-01
dataMonitoring/DigiReconCalMeritCfg: DigiReconCalMeritCfg-02-01-08
dataMonitoring/FastMon: FastMon-05-03-05
dataMonitoring/FastMonCfg: FastMonCfg-02-02-03
dataMonitoring/IGRF: IGRF-03-04-01
svac/Monitor: Monitor-03-14-03
svac/TestReport: TestReport-12-03-02
svac/findGaps: findGaps-02-03-00
users/richard/pipelineDatasets: pipelineDatasets-01-00-00
ft2Util: ft2Util-02-04-00
evtClassDefs: evtClassDefs-01-01-05
GPLtools: GPLtools-02-00-00-wf03
ROOT: ROOT 5.34.03-gr01
1 Comment
Nicola Omodei
Tests to compare the output of the astro package with the distributed fortran code from NOAA is here: Upgrading to IGRF 14 in the astro and IGRF packages