Skip to content

e-yakushev/FjordsSim.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

261 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FjordsSim.jl

Installation

  1. Clone the git repository git clone https://github.com/AquaBadgerForge/FjordsSim.jl.git.
  2. Move to the downloaded folder cd FjordsSim.jl.
  3. Run Julia REPL and activate the FjordsSim environment julia --project=..
  4. Enter the Pkg REPL by pressing ] from Julia REPL.
  5. Type instantiate to 'resolve' a Manifest.toml from a Project.toml to install and precompile dependency packages.

Run an example Oslofjord simulation

  1. Download the grid and forcing.
  2. In FjordsSim.jl/app/oslofjord/setup.jl it 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/.
  3. Run julia --project app/oslofjord/simulation_105to232.jl or simulation_45to82.jl. This will generate netcdf (or for some outputs *.jld2) results files.

example_result

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Julia 100.0%