Skip to content

Commit c4ed55e

Browse files
authored
Update README.md
1 parent fe5fec3 commit c4ed55e

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
# STEMMUS_SCOPE
22

3-
Integrated code of SCOPE and STEMMUS.
3+
STEMMUS-SCOPE is a coupled, process-based ecohydrological model that acts as a digital twin for simulating the complex interactions within the soil–plant–atmosphere continuum (SPAC) . It integrates soil hydrothermal dynamics (STEMMUS) with plant photosynthesis, fluorescence, and energy fluxes (SCOPE) to advance the understanding of water-energy-carbon interactions, particularly under water-limited conditions.
44

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
5+
Key Components and Functionality
6+
STEMMUS (Simultaneous Transfer of Energy, Mass and Momentum in Unsaturated Soil): A two-phase (liquid and gas) heat and mass transfer model that simulates vertical transport in soil.
7+
SCOPE (Soil Canopy Observation of Photosynthesis and Energy fluxes): A canopy model that describes radiative transfer, canopy photosynthesis, and energy balances .
8+
Coupling Mechanism: STEMMUS-SCOPE links these models via a 1D root growth model and a resistance scheme from the soil to the atmosphere. STEMMUS feeds root zone moisture and temperature into the canopy module, while SCOPE returns soil surface temperature as a boundary condition. Advanced versions (STEMMUS-SCOPE-PHS) now include a full plant hydraulics pathway, calculating water potentials in roots, stems, and leaves to better simulate xylem vulnerability .
9+
10+
Main Capabilities and Applications
11+
Drought and Water Stress Monitoring: The model specifically tracks plant hydraulic function and root water uptake to assess ecosystem responses to extreme events like droughts and heatwaves. Validation studies on maize confirm its high accuracy in simulating SIF and GPP under drought stress.
12+
13+
Solar-Induced Chlorophyll Fluorescence (SIF): The model simulates SIF, allowing for direct comparison with satellite-derived SIF to evaluate photosynthetic light responses and water stress effects across different scales.
14+
15+
Improved Flux Estimation: STEMMUS-SCOPE better captures the dynamics of evapotranspiration (ET) and gross primary production (GPP) than traditional models, especially under water-deficit conditions. The plant hydraulics version (PHS) further improves these simulations.
16+
17+
Digital Twin and Data Integration: It is used as a "forward modeling" pillar in creating digital replicas of the soil-plant system, supporting the integration of Earth Observation (EO) data and machine learning for better environmental monitoring. It has been used to generate a consistent global dataset of SPAC fluxes, filling critical gaps in observations.
18+
19+
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
620
[PyStemmusScope](https://pystemmusscope.readthedocs.io).
721

822
![img](https://raw.githubusercontent.com/EcoExtreML/STEMMUS_SCOPE/main/docs/assets/imgs/coupling_scheme.png)

0 commit comments

Comments
 (0)