We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9afc3 commit de8f8a8Copy full SHA for de8f8a8
1 file changed
PyStemmusScope/save.py
@@ -11,14 +11,8 @@
11
convention table <https://docs.google.com/spreadsheets/d/1CA3aTvI9piXqRqO-3MGrsH1vW-Sd87D8iZXHGrqK42o/edit#gid=2085475627>`_.
12
13
Example:
14
-
15
- >>> from PyStemmusScope import StemmusScope
16
- >>> from PyStemmusScope import save
17
18
- >>> model = StemmusScope(config_file, exe_file)
19
- >>> model.setup()
20
- >>> model.run()
21
- >>> save.to_netcdf(model.config, "required_netcf_variables.csv")
+ See notebooks/run_model_in_notebook.ipynb in
+ `STEMMUS_SCOPE_Processing repository <https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing>`_
22
23
"""
24
0 commit comments