Installation instructions
ClimaAtmos.jl is a registered Julia package. To install
julia> using Pkg
julia> Pkg.add("ClimaAtmos")Alternatively, you can clone the ClimaAtmos repository with:
$ git clone https://github.com/CliMA/ClimaAtmos.jl.gitThis is useful if you want to keep up with bleeding-edge changes between major releases.
Now change into the ClimaAtmos.jl directory with
$ cd ClimaAtmos.jlTo use ClimaAtmos, you need to instantiate all dependencies with:
$ julia --project
julia> ]
(ClimaAtmos) pkg> instantiate