Integrated code of SCOPE and STEMMUS.
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. Before running the model, you need to prepare input data and a configuration file. This can be done using the python package PyStemmusScope.
(by Zeng & Su, 2021)flowchart LR
subgraph Platform
direction RL
b[Snellius]
c[CRIB]
d[Your own machine]
end
A(Data)
Platform --> A
B(Config file)
A --> B
C{{Run model}}
B --> C
click b "https://github.com/EcoExtreML/STEMMUS_SCOPE/tree/main/docs/STEMMUS_SCOPE_on_Snellius.md" "Run STEMMUS_SCOPE on Snellius" _blank
click c "https://github.com/EcoExtreML/STEMMUS_SCOPE/tree/main/docs/STEMMUS_SCOPE_on_CRIB.md" "Run STEMMUS_SCOPE on CRIB" _blank
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
About how to run STEMMUS_SCOPE
on Snellius, check this document.
If you want to run STEMMUS_SCOPE
on CRIB, check this document.
If you want to run STEMMUS_SCOPE
on your own machine, check this document.
STEMMUS_SCOPE
scope also has a Basic Model Interface (BMI) mode implemented. The full BMI is implemented in Python in PyStemmusScope. For more information, check this document.
If you want to contribute to the development of STEMMUS_SCOPE
,
have a look at the contribution guidelines.