Skip to content

Commit 2c6e77d

Browse files
committed
patches for IRI2007
1 parent 7c90c72 commit 2c6e77d

File tree

2 files changed

+75075
-4
lines changed

2 files changed

+75075
-4
lines changed

README

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1+
https://arxiv.org/abs/1812.08878
2+
13
To compile:
2-
Link include, lib, hdw directories from RSTlite distribution
4+
1) Download and install from RSTlite distribution
35
(https://github.com/vtsuperdarn/RSTLite)
46
or RST
57
(https://github.com/SuperDARN/rst)
6-
Create iri-src directory and copy IRI-2007 model
7-
(http://irimodel.org/IRI-2007/)
8-
there.
8+
2) Link include, lib, hdw directories from RST (RST_lite)
9+
10+
3) Get IRI-2007 model
11+
(http://irimodel.org/IRI-2007/00_iri2007.tar) and untar it into iri-src directory:
12+
tar -xvf 00_iri2007.tar
13+
14+
4) Apply iri2007.patch
15+
patch -p0 < iri2007.patch
16+
17+
5) Make and compile
18+
./make all
19+
20+
921

1022

0 commit comments

Comments
 (0)