First install Julia; suggested version 1.10. See juliaup README for how to install 1.10 and make that version the default.
Then clone this repository
git clone [email protected]:NumericalEarth/Breeze.jl.gitOpen Julia from within the local directory of the repo via:
julia --projectThe first time, you need to install any dependencies:
julia> using Pkg; Pkg.instantiate()Now you are ready to run any of the examples!
For instance,
julia> include("examples/free_convection.jl")produces