The BioCro C++ Library
ball_berry_gs.h
Go to the documentation of this file.
1#ifndef BALL_BERRY_GS_H
2#define BALL_BERRY_GS_H
3
4#include "stomata_outputs.h"
5
7 double assimilation,
8 double ambient_c,
9 double ambient_rh,
10 double bb_offset,
11 double bb_slope,
12 double gbw,
13 double leaf_temperature,
14 double ambient_air_temperature);
15
16#endif
stomata_outputs ball_berry_gs(double assimilation, double ambient_c, double ambient_rh, double bb_offset, double bb_slope, double gbw, double leaf_temperature, double ambient_air_temperature)
Calculates steady-state stomatal conductance to water vapor using the Ball-Berry model.
A simple structure for holding the output of stomatal conductance calculations.