LandscapeDNDC 1.37.0
ld_vernalization.h
1
9#ifndef LD_VERNALIZATION_H_
10#define LD_VERNALIZATION_H_
11
12#include "ld_modelsconfig.h"
13
14namespace ldndc {
15
16 double
17 get_chilling_units(
18 double _air_temperature,
19 double _maximum_chilling_temperature);
20
21 double
22 get_chilling_factor(
23 double _gdd,
24 double _gdd_flowering,
25 double _chilling_units,
26 double _required_chilling_units);
27
28} /* namespace ldndc */
29
30#endif /* !LD_VERNALIZATION_H_ */
Spatially explicit groundwater model.
Definition: airchemistryput.h:15