-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Isssue #1:
My model output is different from that of the online web even after using the same optional (switch) parameters.
Isssue #2:
I got this error after updating the data files for apf107.dat and ig_rz.dat via http://irimodel.org/indices/:
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
I recompiled like this:
cd ~/research/iri2020/src/iri2020/build
cmake ..
make clean
make
In an attempt to fix the SIGSEGV error, I tried updating the read_ig_rz subroutine by making these changes:
from:
real aig(806),arz(806)
to:
real aig(1000),arz(1000)
and also all occurrences of:
INTEGER aap(27000,9),iiap(8)
DIMENSION af107(27000,3)
to:
INTEGER aap(40000,9),iiap(8)
DIMENSION af107(40000,3)
📌 I could not solve the issue after updating the apf107.dat and ig_rz.dat files.
- operating system (Linux)
📧 [email protected] (in case someone wants to send me the updated code)
Metadata
Metadata
Assignees
Labels
No labels