This module aims at simulating explicit processes of root nitrogen uptake and rhizodeposition by aggregating a segment-scale nutrient balance model over the root system architecture.
TODO
-
First, download the docker engine : https://docs.docker.com/engine/install/
-
Then create a project directory (example : PythonProjects), and clone this repository from command line :
cd .../PythonProjects
git clone https://forgemia.inra.fr/tristan.gerault/root_cynaps.git
- Finally, build the docker image with the following command
cd root_cynaps
docker image build -t root_cynaps .
docker run root_cynaps
(For developpers, build this image directly into your IDE)'
First, clone the repository :
git clone https://forgemia.inra.fr/tristan.gerault/root_cynaps.git
Intall the lastest version of conda : https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html
Then, install necessary packages with the following requirements files. cd to the root_cynaps directory, then :
- On Windows :
requirements.bat
- On Linux :
bash requirements.sh
- On MacOs : No available yet
cd to the simulations/running_example folder, then run :
python main.py