This is the Farquhar-Wheat model, a model of photosynthesis based on Farquhar's approach.
- To run the model and format its outputs:
- Python >= 2.7, http://www.python.org/
- Pandas >= 0.18, http://pandas.pydata.org/
- To build the documentation: Sphinx >= 1.1.3, http://sphinx-doc.org/
- To run the tests with Nose:
- Nose >= 1.3.0, http://nose.readthedocs.org/
- NumPy >= 1.11.0, http://www.numpy.org/
- To get code coverage testing: Coverage >= 3.6b3, http://nedbatchelder.com/code/coverage/
Use setup.py
:
python setup.py install
To install in develop mode:
python setup.py develop
After installing:
python setup.py build_sphinx
Then, direct your browser to _build/html/index.html
.
With Nose:
nosetests
Without Nose, install the package (see section "Installing") and run:
python test/test_farquharwheat.py
TODO # Please send a mail to [email protected].
TODO #. Check for open issues or open a fresh issue to start a discussion around a
feature idea or a bug: https://sourcesup.renater.fr/tracker/?group_id=1622.
- If you feel uncomfortable or uncertain about an issue or your changes, feel free to email [email protected].