Supporting information for article: Technical note: An experimental setup to measure latent and sensible heat fluxes from (artificial) plant leaves. Hydrol. Earth Syst. Sci. Discuss., doi:10.5194/hess-2016-643, 2017
Authors: Stan Schymanski (stan.schymanski@env.ethz.ch), Daniel Breitenstein, Dani Or
- Download newest version of files as zip file and extract to a local directory on your computer.
- Install sage on your local computer and start the ipython notebook to work with the files,
or:
- Create an account at sagemath cloud
- Create a new project
- Start newly created project
- Click on "Create or upload files..."
- Drag and drop the downloaded zip file onto the field "Drop files to upload"
- Click on the zip file and extract it when prompted.
- Click on "Files" at the top left of the browser window to see the files. Click on any of them to execute and edit.
Open Worksheet_update.ipynb
in SageMath and click on Cell
-> Run All
. Here you can also see in which order the different worksheets need to be run, as their results are re-used by one another.
The main folder contains the various worksheets (.ipynb files), the README.md and licence information.
The data folder contains data files accessed by the worksheets
Figures produced by the worksheets are placed in the figures worksheet. They are equivalent to those in the paper.
The temp folder contains temporary files created by the worksheets for exchange of data and variables between worksheets, such as .sage and .sobj files.
These files consist of input code extracted from the .ipynb worksheets with the same name. They are used internally to re-use variables and equations defined in various worksheets.
These files contain snapshots of worksheet data for quick import into other worksheets.
These files are the actual worksheets containing code and documentation. Here the actual calculations and generation of figures is performed.
Converts all other worksheets to .sage files, so that they can be more easily imported by other worksheets. It also contains code to execute all other worksheets in the correct order to reproduce the results and figures. Just open this worksheet in SageMath and click on Cell
-> Run all
.
Contains code to setup the other worksheets. Only relevant if you are interested in the inner workings of the code.
Contains variable definitions and equations related to the numerical leaf energy balance model.
Based on leaf_enbalance_eqs.ipynb, but contains additional variable definitions and equations related to the two-sided numerical leaf energy balance model (separate leaf temperatures on each side).
Contains variable definitions and equations related to the analytical solutions of the leaf energy balance. It builds on definitions and equations provided in leaf_enbalance_eqs.ipynb
Equations to compute wind tunnel energy balance etc. It builds on definitions and equations provided in leaf_enbalance_eqs.ipynb
Equations to compute stomatal conductance of perforated foils
Calculation of conductance values of perforated foils based on confocal laser scanning microscopy images.
Evaluation and plotting of experimental data from leaf wind tunnel.