LandscapeDNDC 1.37.0
ld_sapwoodfraction.h
1
8#ifndef LD_SAPWOODFRACTION_H_
9#define LD_SAPWOODFRACTION_H_
10
11#include "ld_modelsconfig.h"
12
13namespace ldndc {
14
22double LDNDC_API sap_wood_fraction(
23 double _lai_max, double _qsfa,
24 double _height_min, double _height_max,
25 double _depth);
26}
27
28#endif /* !LD_SAPWOODFRACTION_H_ */
29
Spatially explicit groundwater model.
Definition: airchemistryput.h:15
double LDNDC_API sap_wood_fraction(double _lai_max, double _qsfa, double _height_min, double _height_max, double _depth)
sap_wood_fraction The calculation of the fraction of sapwood in coarse roots is based on the idealize...
Definition: ld_sapwoodfraction.cpp:15