Running a Basic Simulation
From the installation directory, copy/paste the exmaples folder (i.e., …/sedtrails/examples) in a directory where you want to run the model.
cp -r .../sedtrails/examples <your runs folder>
Download the dataset file named “inlet_sedtrails.nc” from this link.
Go to the directory in which you want to run the model:
cd .../<your runs folder>
In the file config.example.yaml, update the directory for “input_data” to read the data-set you doanloaded in the first step: input_data: ./sample-data/inlet_sedtrails.nc
Run the model:
sedtrails run -c ./config.example.yaml
The results plots should pop up and should be saved in the ./results directory.
The linux users should replace / with \