You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the the quasi dipole coordinates evaluation for dates after following warning message appears:
COFRM: DATE 2015.139 is after the last recommended for extrapolation (2015.0)
The message is generated from the Fortran code and it is only visible when running the evaluation in console.
The error is produced by the COFRM subroutine (line 780, appex.f90). This subroutine contains embedded IGRF model coefficients whose validity ends by 2015-01-01T00:00:00Z.
The extrapolation after this date gives likely incorrect results.
The criticality of this issue ("How much incorrect the results are?") needs to be assessed.
The text was updated successfully, but these errors were encountered:
Closer investigation revealed that the COFRM subroutine is used only to get the coordinates of the North Geomagnetic Pole during the Magnetic Local Time calculation.
That means that the evaluation of the Quasi-Dipole Coordinates is correct.
It is technically possible to remove the dependency on the embedded outdated IGRF model and calculate the North Geomagnetic Pole from the IGRF12 model already included in the Python package.
pacesm
changed the title
Possibly incorrect Quasi-Dipole Coordinates after 2015-01-01T00:00:00Z.
Possibly incorrect Magnetic Local Time after 2015-01-01T00:00:00Z.
Apr 24, 2018
Following figure shows the deviations of the magnetic local time calculated from the outdated embedded IGRF11 model in the COFRM subroutine and a reference values calculated from the current IRGF12 model.
The minor deviations before 2015 is likely caused by #10.
The MLT deviation got further aggravated with the release of the IGRF-13 model.
The embedded IGRF coefficients in the COFRM subroutine were updated in 05efd29 and the new qdipole-0.3.0 is calculating the MLT values using the latest IGRF-13 model coefficients.
When running the the quasi dipole coordinates evaluation for dates after following warning message appears:
The message is generated from the Fortran code and it is only visible when running the evaluation in console.
The error is produced by the
COFRM
subroutine (line 780, appex.f90). This subroutine contains embedded IGRF model coefficients whose validity ends by 2015-01-01T00:00:00Z.The extrapolation after this date gives likely incorrect results.
The criticality of this issue ("How much incorrect the results are?") needs to be assessed.
The text was updated successfully, but these errors were encountered: