|
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. |
| 1 | +# |
6 | 2 |
|
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. |
| 3 | +The python package `PyStemmusScope` allows for preparing data and running the |
| 4 | +STEMMUS-SCOPE model, where STEMMUS simulates soil water and heat, and the model |
| 5 | +SCOPE the vegetation photosynthesis and land surface energy balance. In |
| 6 | +addition, it supports the use of the Basic Model Interface (BMI) to couple the |
| 7 | +model with other models. |
19 | 8 |
|
20 | 9 |  |
| 10 | + |
| 11 | +The python package `PyStemmusScope` is developed in [EcoExtreML |
| 12 | +project](https://research-software-directory.org/projects/ecoextreml). |
0 commit comments