Skip to content

Time-dependent model of electron transport in the ionosphere

License

Notifications You must be signed in to change notification settings

egavazzi/AURORA.jl

Repository files navigation

AURORA.jl

Documentation DOI

This is a julia implementation of the following time-dependent model of electron transport in the ionosphere : https://github.com/egavazzi/AURORA

Installation

  1. Clone the repository (e.g. with Git) or download and extract the .zip (available under the green code button)

  2. Open a terminal, go in the folder where the code is installed, and start Julia with the command:

$> julia
  1. Then, activate the repository and download the packages required by AURORA.jl using the commands:
julia> using Pkg
julia> Pkg.activate(".")
julia> Pkg.instantiate()
  1. AURORA.jl is now ready to use!

Documentation

The documentation is available here.