Running a Basic Simulation

  1. 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>
  1. Download the dataset file named “inlet_sedtrails.nc” from this link.

  2. Go to the directory in which you want to run the model:

cd .../<your runs folder>
  1. 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

  2. Run the model:

sedtrails run -c ./config.example.yaml
  1. The results plots should pop up and should be saved in the ./results directory.

The linux users should replace / with \