This is the documentation for the python package PyStemmusScope, which allows
for preparing data and running the STEMMUS-SCOPE model. The model source code
STEMMUS_SCOPE repository.
Requirements
To run the model, check the requirements.
Global data
See this documentation on which, where and how we download the "global" input data for the model.
Configuration file
The configuration file is a text file that sets the paths required by the model. Check required information and templates. In addition to required information, there are optional parameters that can be set in the configuration file:
soil_layers_thickness: a path to a csv file containing soil layers thickness information, see exmaple.ExeFilePath: a path to the STEMMUS-SCOPE executable file, if BMI interface is used.DockerImage: a path to the Docker image, if BMI interface and docker are used.SleepDuration: a time in seconds to wait before checking if the model has finished running in BMI. Default is 10 seconds.
Running the model
If you want to run the model using PyStemmusScope, follow the instructions in
the installation and Run the model documentation. If you want to add changes
to the package PyStemmusScope, follow Contributing guide documnetation.