|
3 | 3 | Integrated code of SCOPE and STEMMUS. |
4 | 4 |
|
5 | 5 | SCOPE is a radiative transfer and energy balance model, and STEMMUS model is a two-phase mass and heat transfer model. For more information about the coupling between these two models, please check [this reference](https://gmd.copernicus.org/articles/14/1379/2021/). Before running the model, you need to prepare input data and a configuration file. This can be done using the python package |
6 | | -[PyStemmusScope](https://pystemmusscope.readthedocs.io). |
| 6 | +[PyStemmusScope](https://pystemmusscope.readthedocs.io). |
7 | 7 |
|
8 | 8 |  |
9 | 9 | (by Zeng & Su, 2021) |
10 | 10 |
|
11 | | -## Running STEMMUS_SCOPE |
12 | | - |
13 | | -```mermaid |
14 | | -flowchart LR |
15 | | - subgraph Platform |
16 | | - direction RL |
17 | | - b[Snellius] |
18 | | - c[CRIB] |
19 | | - d[Your own machine] |
20 | | - end |
21 | | - A(Data) |
22 | | - Platform --> A |
23 | | - B(Config file) |
24 | | - A --> B |
25 | | - C{{Run model}} |
26 | | - B --> C |
27 | | - click b "https://github.com/EcoExtreML/STEMMUS_SCOPE/tree/main/docs/STEMMUS_SCOPE_on_Snellius.md" "Run STEMMUS_SCOPE on Snellius" _blank |
28 | | - click c "https://github.com/EcoExtreML/STEMMUS_SCOPE/tree/main/docs/STEMMUS_SCOPE_on_CRIB.md" "Run STEMMUS_SCOPE on CRIB" _blank |
29 | | - click d "https://github.com/EcoExtreML/STEMMUS_SCOPE/tree/main/docs/STEMMUS_SCOPE_on_local_device.md" "Run STEMMUS_SCOPE on your own machine" _blank |
30 | | -``` |
31 | | -About how to run `STEMMUS_SCOPE` on Snellius, check [./docs/STEMMUS_SCOPE_on_Snellius.md](https://github.com/EcoExtreML/STEMMUS_SCOPE/blob/main/docs/STEMMUS_SCOPE_on_Snellius.md). |
32 | | - |
33 | | -If you want to run `STEMMUS_SCOPE` on CRIB, check [./docs/STEMMUS_SCOPE_on_CRIB.md](https://github.com/EcoExtreML/STEMMUS_SCOPE/blob/main/docs/STEMMUS_SCOPE_on_CRIB.md). |
34 | | - |
35 | | -If you want to run `STEMMUS_SCOPE` on your own machine, check [./docs/STEMMUS_SCOPE_on_local_device.md](https://github.com/EcoExtreML/STEMMUS_SCOPE/blob/main/docs/STEMMUS_SCOPE_on_local_device.md). |
36 | | - |
37 | | -`STEMMUS_SCOPE` scope also has a Basic Model Interface (BMI) mode implemented. The full BMI is implemented in Python in [PyStemmusScope](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/). For more information, check [./docs/STEMMUS_SCOPE_BMI.md](https://github.com/EcoExtreML/STEMMUS_SCOPE/blob/main/docs/STEMMUS_SCOPE_BMI.md). |
| 11 | +## Documentation |
| 12 | + |
| 13 | +The documentation of the STEMMUS_SCOPE model can be found [here](https://ecoextreml.github.io/STEMMUS_SCOPE/). |
38 | 14 |
|
39 | 15 | ## Contributing |
40 | 16 |
|
41 | 17 | If you want to contribute to the development of `STEMMUS_SCOPE`, |
42 | 18 | have a look at the [contribution guidelines](https://github.com/EcoExtreML/STEMMUS_SCOPE/blob/main/CONTRIBUTING.md). |
43 | 19 |
|
44 | 20 | ## How to cite us |
| 21 | + |
45 | 22 | [](https://research-software-directory.org/projects/ecoextreml) |
46 | 23 | <!-- [](https://doi.org/<replace-with-created-DOI>) --> |
0 commit comments