Skip to content

jhx66/STEMMUS_SCOPE

This branch is 59 commits behind EcoExtreML/STEMMUS_SCOPE:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1c15e9a · Aug 30, 2024
Jun 14, 2023
Aug 30, 2024
Nov 4, 2022
Aug 19, 2024
Aug 16, 2024
Aug 20, 2024
Aug 22, 2024
May 26, 2023
Feb 19, 2024
Mar 15, 2023
May 12, 2023
Aug 30, 2024
Apr 12, 2023
Aug 30, 2024
Apr 4, 2023
Feb 21, 2023
May 31, 2024
Dec 21, 2022
Feb 2, 2024
Dec 21, 2022
Apr 11, 2023
Jun 22, 2023

Repository files navigation

STEMMUS_SCOPE

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.

img (by Zeng & Su, 2021)

Running STEMMUS_SCOPE

Loading
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 ./docs/STEMMUS_SCOPE_on_Snellius.md.

If you want to run STEMMUS_SCOPE on CRIB, check ./docs/STEMMUS_SCOPE_on_CRIB.md.

If you want to run STEMMUS_SCOPE on your own machine, check ./docs/STEMMUS_SCOPE_on_local_device.md.

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 ./docs/STEMMUS_SCOPE_BMI.md.

Contributing

If you want to contribute to the development of STEMMUS_SCOPE, have a look at the contribution guidelines.

How to cite us

RSD

About

Integrated code of SCOPE and STEMMUS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 68.5%
  • MATLAB 31.2%
  • Other 0.3%