Skip to content

Commit

Permalink
Update of the IGRF model coefficients (IGRF14)
Browse files Browse the repository at this point in the history
  • Loading branch information
pacesm committed Dec 9, 2024
1 parent a133ed2 commit 8f8f702
Show file tree
Hide file tree
Showing 22 changed files with 1,762 additions and 722 deletions.
8 changes: 7 additions & 1 deletion qdipole/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,19 @@ INC=
HDR=cqdipole.h
OBJ=cqdipole.o qdipole.o apex.o apexsh.o makeapexsh.o eval_subsol.o eval_qdlatlon.o eval_mlt.o
DOC=README
DATA=apexsh_1980-2025.txt apexsh_1980-2020.txt apexsh_1995-2015.txt \
DATA=apexsh_1980-2030.txt \
apexsh_1980-2025.txt \
apexsh_1980-2020.txt \
apexsh_1995-2015.txt \
test_result.apexsh_1980-2030.txt \
test_result.apexsh_1980-2025.txt \
test_result.apexsh_1980-2020.txt \
test_result.apexsh_1995-2015.txt \
test_result.qdlatlon.apexsh_1980-2030.txt \
test_result.qdlatlon.apexsh_1980-2025.txt \
test_result.qdlatlon.apexsh_1980-2020.txt \
test_result.qdlatlon.apexsh_1995-2015.txt \
test_result.mlt.apexsh_1980-2030.txt \
test_result.mlt.apexsh_1980-2025.txt \
test_result.mlt.apexsh_1980-2020.txt \
test_result.mlt.apexsh_1995-2015.txt \
Expand Down
18 changes: 18 additions & 0 deletions qdipole/README
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ EOX IT Services GmbH, Vienna, Austria
CHANGE LOG
----------

2024-12-09 - 0.4.0 Update
- update of the IGRF coefficients

2020-01-17 - 0.3.0 Update
- update of the IGRF coefficients

Expand Down Expand Up @@ -56,10 +59,25 @@ TESTING
$ ./qdipole_test apexsh_1995-2015.txt | diff - test_result.apexsh_1995-2015.txt
$ ./qdipole_test apexsh_1980-2020.txt | diff - test_result.apexsh_1980-2020.txt
$ ./qdipole_test apexsh_1980-2025.txt | diff - test_result.apexsh_1980-2025.txt
$ ./qdipole_test apexsh_1980-2030.txt | diff - test_result.apexsh_1980-2030.txt
$ ./qdlatlon_test apexsh_1995-2015.txt | diff - test_result.qdlatlon.apexsh_1995-2015.txt
$ ./qdlatlon_test apexsh_1980-2020.txt | diff - test_result.qdlatlon.apexsh_1980-2020.txt
$ ./qdlatlon_test apexsh_1980-2025.txt | diff - test_result.qdlatlon.apexsh_1980-2025.txt
$ ./qdlatlon_test apexsh_1980-2030.txt | diff - test_result.qdlatlon.apexsh_1980-2030.txt
$ ./mlt_test apexsh_1995-2015.txt | diff - test_result.mlt.apexsh_1995-2015.txt
$ ./mlt_test apexsh_1980-2020.txt | diff - test_result.mlt.apexsh_1980-2020.txt
$ ./mlt_test apexsh_1980-2025.txt | diff - test_result.mlt.apexsh_1980-2025.txt
$ ./mlt_test apexsh_1980-2030.txt | diff - test_result.mlt.apexsh_1980-2030.txt
$ ./subsol_test | diff - test_result.subsol.txt


RELEASE VERSION UPDATE
----------------------

Change version in the configure.ac file.

Make sure the autoconf and automake are installed and run

$ autoreconf -i

and commit the new generated configuration script.
183 changes: 117 additions & 66 deletions qdipole/apex.f90

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions qdipole/apexsh_1980-2030.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 8f8f702

Please sign in to comment.