Code and data to reproduce computational results and plots presented in: Leaf-scale experiments reveal important omission in the Penman-Monteith equation. Hydrol. Earth Syst. Sci. Discuss., doi:10.5194/hess-2016-363, 2017
You can either access the files directly on the cloud.sagemath.com server here, or follow the below instructions.
To use these files, you can either:
- Download all 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..."
- Create folders
data
,figures
andtemp
- Either:
- Drag and drop all the downloaded and extracted files onto the field "Drop files to upload" of the respective folders
- Click on "Files" at the top left of the browser window to see the files. Click on any of them to execute and edit.
- or:
- To reproduce all results, you just need to create the above folders, and only copy files in the base folder and in
data
, then execute all cells in WorksheetWorksheet_update
.
- To reproduce all results, you just need to create the above folders, and only copy files in the base folder and in
or:
- Access the published worksheets directly on the cloud.sagemath.com server here
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.
Contains code to setup the other worksheets. Only relevant if you are interested in the inner workings of the code.
Converts Worksheet_setup.ipynb to a .sage file, so that it can be more easily imported by other worksheets.
Contains variable definitions and equations related to the numerical leaf energy balance model.
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
Evaluation and plotting of experimental data from leaf wind tunnel and additional data plots.