1- # STEMMUS SCOPE Processing
21
32<!-- (Customize these badges with your own links, and check https://shields.io/ or https://badgen.net/ to see which other badges are available.) -->
43
87[ ![ fair-software badge] ( https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B-yellow )] ( https://fair-software.eu )
98[ ![ sonarcloud] ( https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/sonarcloud.yml/badge.svg )] ( https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/sonarcloud.yml )
109[ ![ github license badge] ( https://img.shields.io/github/license/EcoExtreML/stemmus_scope_processing )] ( https://github.com/EcoExtreML/stemmus_scope_processing )
10+ [ ![ Documentation Status] ( https://readthedocs.org/projects/pystemmusscope/badge/?version=latest )] ( https://pystemmusscope.readthedocs.io/en/latest/?badge=latest )
1111
12- <!-- [](https://www.research-software.nl/software/pystemmusscope)
13- [](https://pypi.python.org/project/pystemmusscope/)
12+ <!-- [](https://www.research-software.nl/software/pystemmusscope)
13+ [](https://pypi.python.org/project/pystemmusscope/)
1414[](https://doi.org/<replace-with-created-DOI>)
1515[](https://bestpractices.coreinfrastructure.org/projects/<replace-with-created-project-identifier>)
1616[](https://sonarcloud.io/dashboard?id=EcoExtreML_stemmus_scope_processing)
17- [](https://stemmus_scope_processing.readthedocs.io/en/latest/?badge=latest)
18- [](https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/cffconvert.yml)
17+ [](https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/cffconvert.yml)
1918[](https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/markdown-link-check.yml) -->
2019
21-
22- This repositary includes python modules for running the STEMMUS-SCOPE model in a notebook.
20+ This repositary includes python modules for running the STEMMUS-SCOPE model in a jupyter
21+ notebook.
2322
2423The workflow is executed using python and MATLAB Runtime on a Unix-like system.
2524The python packages are listed in the
@@ -65,7 +64,7 @@ In a terminal:
6564# Download MATLAB Runtime for Linux
6665wget https://ssd.mathworks.com/supportfiles/downloads/R2021a/Release/6/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2021a_Update_6_glnxa64.zip
6766
68- # Unzip the file
67+ # Unzip the file
6968unzip MATLAB_Runtime_R2021a_Update_6_glnxa64.zip
7069
7170# Install it
@@ -86,7 +85,7 @@ Snellius, see the script
8685on how to load the module.
8786</details >
8887
89- # Run jupyter notebook
88+ ## Run jupyter notebook
9089
9190Open a terminal and run:
9291
@@ -109,12 +108,12 @@ interactively.
109108Currently, running the notebook on CRIB is not supported because MATLAB Runtime
110109can not be installed there.
111110
112- # Recipe of model execution
111+ ## Recipe of model execution
113112
114113The execution of the model includes following steps:
115114
116115- Update/set config files
117- - Create input directories, prepare input files
116+ - Create input directories, prepare input files
118117- Run the model
119118- Create output directories, prepare output files
120119
0 commit comments