- Clone the git repository
git clone https://github.com/AquaBadgerForge/FjordsSim.jl.git. - Move to the downloaded folder
cd FjordsSim.jl. - Run Julia REPL and activate the FjordsSim environment
julia --project=.. - Enter the Pkg REPL by pressing
]from Julia REPL. - Type
instantiateto 'resolve' aManifest.tomlfrom aProject.tomlto install and precompile dependency packages.
- Download the grid and forcing.
- In
FjordsSim.jl/app/oslofjord/setup.jlit is possible to specify the location of the input data files. By default, the files should be in$HOME/FjordsSim_data/oslofjord/. Also, it is possible to specify the result folder destination. By default, the result will go to$HOME/FjorsSim_results/oslofjord/. - Run
julia --project app/oslofjord/simulation_105to232.jlorsimulation_45to82.jl. This will generate netcdf (or for some outputs*.jld2) results files.
