We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782d73d commit 122c2f9Copy full SHA for 122c2f9
1 file changed
docs/getting_started.md
@@ -1,6 +1,4 @@
1
-<img align="right" width="200" alt="Logo" src="ecoextreml_logo.png">
2
-
3
-# Getting started
+#
4
5
This is the documentation for the python package `PyStemmusScope`, which allows
6
for preparing data and running the STEMMUS-SCOPE model. The model source code
@@ -31,6 +29,8 @@ set in the configuration file:
31
29
is used.
32
30
- `DockerImage`: a path to the Docker image, if BMI interface and docker are
33
used.
+- `SleepDuration`: a time in seconds to wait before checking if the model has
+ finished running in BMI. Default is 10 seconds.
34
35
## Running the model
36
0 commit comments