File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515
1616class StemmusScope ():
17+ """PyStemmusScope wrapper around Stemmus_Scope model.
18+ see https://gmd.copernicus.org/articles/14/1379/2021/
19+
20+ It sets the model with a configuration file and executable file.
21+ It also prepares forcing and soil data for model run.
22+
23+ Args:
24+ config_file(str): path to Stemmus_Scope configuration file. An example
25+ config_file can be found in tests/test_data in `STEMMUS_SCOPE_Processing
26+ repository <https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing>`_
27+ exe_file(str): path to Stemmus_Scope executable file.
28+
29+ Example:
30+ See notebooks/run_model_in_notebook.ipynb in `STEMMUS_SCOPE_Processing
31+ repository <https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing>`_
32+ """
1733
1834 def __init__ (self , config_file : str , exe_file : str ):
1935 # make sure paths are abolute and path objects
You can’t perform that action at this time.
0 commit comments