An ecological model for bottom-up regulated shallow aquatic ecosystems - the Curonian Lagoon - in Python.
CulPy includes total of 11 state vaiables, including 10 abiotic state variables as particulate forms (C,N,P), dissolved forms (C,N,P), nitrate, ammonium, phosphate, and dissolved oxygen, and 1 living compartment as phytoplankton carbon.
It covers essential biogeochemical processes (e.g. decomposition, mineralization, nitrification, denitrification, phytoplankton uptake, rearetion).
To run the model for 0-dimentional configuration please use "CuLPy-0D.py", and
"CuLPy.py" for 1-dimentional configuration.
Copyright (c) 2024 Burak Kaynaroglu
This program is free software under the MIT License
A copy of the MIT License can be found at
https://github.com/kaynarob/CuLPy/blob/main/LICENSE.md
For any information on the model
contact: [email protected]
Make sure to install the required Python libraries before running the code.
The required libraries can be found in "requirements.txt" file.