-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from openalea-incubator/paper_JXBot_2020
Tag for paper JXB
- Loading branch information
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule cn-wheat
updated
99 files
Submodule elong-wheat
updated
17 files
+9 −0 | elongwheat/__init__.py | |
+30 −31 | elongwheat/converter.py | |
+9 −14 | elongwheat/model.py | |
+14 −16 | elongwheat/parameters.py | |
+56 −61 | elongwheat/simulation.py | |
+186 −0 | example/create_video_from_images.py | |
+4 −0 | example/graphs.py | |
+0 −0 | example/inputs/SAM_inputs.csv | |
+4 −4 | example/inputs/hiddenzones_inputs.csv | |
+46 −37 | example/main.py | |
+0 −0 | example/video/.gitignore | |
+0 −2 | test/inputs/axes_inputs.csv | |
+1 −1 | test/inputs/hiddenzones_inputs.csv | |
+0 −502 | test/outputs/desired_axes_outputs.csv | |
+4,009 −4,009 | test/outputs/desired_elements_outputs.csv | |
+501 −501 | test/outputs/desired_hiddenzones_outputs.csv | |
+10 −15 | test/test_elongwheat.py |
Submodule farquhar-wheat
updated
11 files
+3 −3 | README.rst | |
+1 −1 | TODO | |
+0 −0 | example/SAMs_inputs.csv | |
+6 −5 | example/main.py | |
+10 −9 | farquharwheat/converter.py | |
+84 −118 | farquharwheat/model.py | |
+14 −14 | farquharwheat/simulation.py | |
+1 −1 | setup.py | |
+0 −0 | test/SAMs_inputs.csv | |
+12 −12 | test/desired_outputs.csv | |
+3 −3 | test/test_farquharwheat.py |
Submodule fspm-wheat
updated
152 files
Submodule growth-wheat
updated
14 files
+0 −2 | example/inputs/axes_inputs.csv | |
+1 −0 | example/inputs/roots_inputs.csv | |
+4 −12 | example/main.py | |
+0 −0 | example/outputs/.gitignore | |
+9 −0 | growthwheat/__init__.py | |
+15 −16 | growthwheat/converter.py | |
+7 −18 | growthwheat/model.py | |
+0 −5 | growthwheat/parameters.py | |
+22 −33 | growthwheat/simulation.py | |
+0 −2 | test/inputs/axes_inputs.csv | |
+1 −0 | test/inputs/roots_inputs.csv | |
+3,007 −3,007 | test/outputs/desired_elements_outputs.csv | |
+1,003 −502 | test/outputs/desired_roots_outputs.csv | |
+4 −12 | test/test_growthwheat.py |
Submodule respi-wheat
updated
3 files
+1 −1 | respiwheat/__init__.py | |
+8 −8 | respiwheat/model.py | |
+4 −5 | test/test_respiwheat.py |
Submodule senesc-wheat
updated
15 files
+0 −0 | example/inputs/SAM_inputs.csv | |
+2 −2 | example/inputs/elements_inputs.csv | |
+2 −2 | example/inputs/roots_inputs.csv | |
+4 −8 | example/main.py | |
+0 −0 | example/outputs/.gitignore | |
+23 −21 | senescwheat/converter.py | |
+27 −36 | senescwheat/model.py | |
+5 −2 | senescwheat/parameters.py | |
+11 −19 | senescwheat/simulation.py | |
+0 −0 | test/inputs/SAM_inputs.csv | |
+2 −2 | test/inputs/elements_inputs.csv | |
+2 −2 | test/inputs/roots_inputs.csv | |
+102 −102 | test/outputs/desired_elements_outputs.csv | |
+102 −102 | test/outputs/desired_roots_outputs.csv | |
+3 −5 | test/test_senescwheat.py |