Fimbul.jl is a Julia package for simulation of geothermal systems, written on top of the porous media flow simulator JutulDarcy.jl developed by the Applied Computational Science group at SINTEF Digital.
To get started, clone this repository, start a julia REPL in the root folder of the repository, and do
using Pkg; Pkg.instantiate()