Skip to content

Commit de8f8a8

Browse files
committed
change the example in docstring
1 parent 6d9afc3 commit de8f8a8

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

PyStemmusScope/save.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,8 @@
1111
convention table <https://docs.google.com/spreadsheets/d/1CA3aTvI9piXqRqO-3MGrsH1vW-Sd87D8iZXHGrqK42o/edit#gid=2085475627>`_.
1212
1313
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")
14+
See notebooks/run_model_in_notebook.ipynb in
15+
`STEMMUS_SCOPE_Processing repository <https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing>`_
2216
2317
"""
2418

0 commit comments

Comments
 (0)