Skip to content

Commit 75f5ad0

Browse files
committed
add intro page
1 parent ad159d7 commit 75f5ad0

4 files changed

Lines changed: 22 additions & 1 deletion

File tree

docs/ecoextreml_dt.png

489 KB
Loading
File renamed without changes.

docs/intro.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Climate extremes like droughts and heatwaves impact how water, energy, and
2+
carbon move through ecosystems. To capture the exchange between the land surface
3+
and the atmosphere, we aim to apply the “STEMMUS-SCOPE” model across ecosystems
4+
at a global scale. The model STEMMUS simulates soil water and heat, and the
5+
model SCOPE the vegetation photosynthesis and land surface energy balance.
6+
7+
Like other land surface models, STEMMUS-SCOPE relies on a large number of
8+
numerical calculations using various meteorological data and surface parameters
9+
as inputs. To overcome challenges such as computational costs and optimization
10+
issues in calibration, we developed open-source tools for efficient computing
11+
and data handling following FAIR guidelines within the context of EcoExtreML
12+
project. In this project, we improved the representation of
13+
soil-water-plant-energy interaction in the model, developed a machine learning
14+
approach to emulate the model, and enhanced the re-usability of the model using
15+
the Basic Model Interface (BMI).
16+
17+
The technologies developed in EcoExtreML will
18+
contribute to developing a digital twin of soil-plant systems.
19+
20+
![Towards a digital twin of soil-plant system](ecoextreml_dt.png)

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ repo_url: https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing
33
repo_name: PyStemmusScope
44

55
nav:
6-
- Getting started: index.md
6+
- Introduction: intro.md
7+
- Getting started: getting_started.md.md
78
- Installation: installation_instructions.md
89
- Run the model:
910
- Different ways to run the model: notebooks/run_model_on_different_infra.ipynb

0 commit comments

Comments
 (0)