This repository hosts the documentation site for MONICA.
You can view the live site here: https://zalf-rpm.github.io/monica-documentation/
MONICA (Model for Nitrogen and Carbon Dynamics in Agro-Ecosystems) is a dynamic, process-based simulation model which describes transport and biochemical turnover of carbon, nitrogen, and water in agro-ecosystems on a daily time step. The documentation is built using MkDocs with the Material for MkDocs theme.
- Python 3.8+
- pip
git clone https://github.com/zalf-rpm/monica-documentation.git
pip install mkdocs-material
Start a local development server with live reload:
mkdocs serve
Then open the URL printed in the terminal (typically http://127.0.0.1:8000).
Generate the static documentation:
mkdocs build
The static site will be created in the site/ directory.