Skip to content

Integrated code of STEMMUS-SCOPE and canopy structure

License

Notifications You must be signed in to change notification settings

EcoExtreML/STEMMUS_SCOPE_Lsystem

 
 

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.

Logo

(by Zeng & Su, 2021)

Running STEMMUS_SCOPE

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
Loading

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.

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 STEMMUS-SCOPE and canopy structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 66.9%
  • MATLAB 32.8%
  • Other 0.3%