|
1 | | -# processing |
| 1 | +# STEMMUS_SCOPE processing |
2 | 2 |
|
3 | | -This repositary includes python modules for running the STEMMUS-SCOPE model in a |
4 | | -notebook. |
| 3 | +This document illustrates how to run the model STEMMUS_SCOPE as a developer. |
| 4 | +The workflow is executed using python and MATLAB on a Unix-like system where a MATLAB license is available. |
| 5 | +To run the STEMMUS_SCOPE, you need MATLAB version `>=2019`. |
5 | 6 |
|
6 | | -The workflow is executed using python and MATLAB on a Unix-like system. |
7 | 7 | The python packages are listed in the |
8 | 8 | [`environment.yml`](https://github.com/EcoExtreML/processing/blob/main/environment.yml) |
9 | | -file. Follow the instructions below to create conda environment and install |
10 | | -MATLAB Runtime. |
| 9 | +file. Follow the instructions below to create conda environment. |
11 | 10 |
|
12 | 11 | <details> |
13 | 12 | <summary>Create conda environment </summary> |
@@ -37,29 +36,22 @@ mamba env create |
37 | 36 | ``` |
38 | 37 | </details> |
39 | 38 |
|
40 | | -<details> |
41 | | - <summary>Use MATLAB </summary> |
42 | 39 |
|
43 | | -To run the STEMMUS_SCOPE, you need MATLAB version `>=2019`. |
| 40 | +# Run model in a Jupyter notebook |
44 | 41 |
|
45 | 42 | **On Snellius:** |
46 | 43 |
|
47 | 44 | [Snellius](https://servicedesk.surfsara.nl/wiki/display/WIKI/Snellius) is the |
48 | | -Dutch National supercomputer hosted at SURF. MATLAB Runtime is installed on |
49 | | -Snellius, see the script |
50 | | -[`run_jupyter_lab_snellius_dev.sh`](https://github.com/EcoExtreML/processing/blob/main/run_jupyter_lab_snellius_dev.sh) |
51 | | -on how to load the module. |
52 | | -</details> |
53 | | - |
54 | | -# Run jupyter notebook |
55 | | - |
56 | | -**On Snellius:** |
| 45 | +Dutch National supercomputer hosted at SURF. |
57 | 46 |
|
| 47 | +The notebook [run_model_in_notebook_dev.ipynb](./notebooks/run_model_in_notebook_dev.ipynb) shows how to run the model. |
58 | 48 | Use the script |
59 | 49 | [`run_jupyter_lab_snellius_dev.sh`](https://github.com/EcoExtreML/processing/blob/main/run_jupyter_lab_snellius_dev.sh) |
60 | | -to create a jupyter lab server on Snellius for running the notebook |
| 50 | +to create a Jupyter lab server on Snellius for running the notebook |
61 | 51 | interactively. |
62 | 52 |
|
| 53 | +# Run model in a MATLAB script |
| 54 | + |
63 | 55 | **On CRIB:** |
64 | 56 |
|
65 | 57 | [CRIB](https://crib.utwente.nl/) is the ITC Geospatial Computing Platform. |
|
0 commit comments