Documentation | DOI |
---|---|
This is a julia implementation of the following time-dependent model of electron transport in the ionosphere : https://github.com/egavazzi/AURORA
-
Clone the repository (e.g. with Git) or download and extract the .zip (available under the green code button)
-
Open a terminal, go in the folder where the code is installed, and start Julia with the command:
$> julia
- Then, activate the repository and download the packages required by AURORA.jl using the commands:
julia> using Pkg
julia> Pkg.activate(".")
julia> Pkg.instantiate()
- AURORA.jl is now ready to use!
The documentation is available here.