Skip to content
U. Lebreuilly edited this page Dec 28, 2023 · 7 revisions

Welcome

Welcome to the SHARK code wiki.

Introduction

To use shark you first need to install the code with the command:

$ git clone https://username@bitbucket.org/ulebreui/shark.git

Go to the compilation folder:

cd shark/bin

Then you need to compile it:

Make

It's as simple as that. You now have an executable file. To use shark you need a namelist, there are some in the namelist folder. Once you have copied shark and the namelist (e.g. collapse.nml), you can copy both in your run folder and launch shark with the command:

./shark collapse.nml

Tests

Some tests are available in the test folder of SHARK. They are easy to perform, especially the test suite which is a simple jupyter notebook

Citations & Licence

You are free to edit and share the code as you want but if you use it please cite the reference paper Lebreuilly et al., 2023

Clone this wiki locally