wmm 1.1.3
- Added
inst/extdata/coefficients/
to store legacy coefficient files, though these are included in.gitignore
. - Added WMM2025 coefficient path to
data-raw/creatingSysData.R
. - Added WMM2025 test values to
inst/extdata/WMMTestValues.csv
. - Recalculated
R/sysdata.rda
to incorporate WMM2025 coefficients. - Removed legacy roxygen syntax in
R/wmm.R
. - In
R/functions_wmm.R
, updated roxygen labels andwmmVersion
@param descriptions to include ‘WMM2025’, where appropriate. - In
R/functions_wmm.R
, included ‘WMM2000’ inwmmVersion
@param description of.CalculateMagneticField
. - In
R/functions_wmm.R
, updated @examples forGetMagneticFieldWMM
to use an example from the official WMM2025 test values. - In
R/functions_misc.R
, added date ranges for WMM2025 and WMM2000 coefficients in.DeriveVersionInfo
. - In
R/functions_misc.R
, included ‘WMM2025’ inwmmVersion
@param description of.CheckVersionWMM
. - In
R/functions_misc.R
, updated URL for ‘Performance Specifications WMM’ in.CheckBlackoutZone
. - In
R/functions_coefficients.R
, included ‘WMM2025’ inwmmVersion
@param description of.CalculateGaussCoef
. - Updated documentation in manual.
- Updated
tests/testthat.R
to work in vscode. - Updated
vignettes/
to reference WMM2025, where appropriate. - In
DESCRIPTION
:
- updated supported date ranges
- included WMM2025 citation
- updated versions within
Depends
andSuggests
- In
README.md
:
- updated supported date ranges
- included WMM2025 citation
- Updated
renv.lock
to use latest package versions and R 4.3.3.
wmm 1.1.2
- Added HTML vignette.
- Added @noRd flag for internal functions.
- Added docs/CONTRIBUTING.md
- Added codemeta.json file.
wmm 1.1.1
CRAN release: 2021-09-06
- Removed WMM coefficient files and URLs.
- Adding note to README re: WMM output as predictions and referenced IGRF.
wmm 1.1.0
CRAN release: 2021-03-17
- Updated Gauss coefficients for WMM2020.
- Significantly improved numerical stability by using closed-form equation for associated Legendre polynomials, instead of recursion.
- Improved speed by ~7x by using multidimensional arrays.
- Per WMM2020, this version now displays a blackout zone warning when the horizontal intensity is below 6000 nT.
- In addition to orthogonal magnetic field components,
GetMagneticFieldWMM
returns the magnetic field elements h, f, i, & d as well as their secular variation.