Skip to content

iri2020_driver failed after data files update #5

@codewithbello

Description

@codewithbello

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions