LandscapeDNDC 1.37.0
ld_priestley-taylor.h
1
11#ifndef LD_PRIESTLEYTAYLOR_H_
12#define LD_PRIESTLEYTAYLOR_H_
13
14#include "ld_modelsconfig.h"
15
16namespace ldndc {
17
18double
19LDNDC_API priestleytaylor(
20 int /* day of year */,
21 int /* number of days of year */,
22 double /* albedo */,
23 double /* latitude */,
24 double /* air temperature [oC] */,
25 double /* shortwave radiation [W:m^-2]*/,
26 double /* vapour pressure */,
27 double /* Priestley Taylor coefficient [-] */);
28
29} /*namespace ldndc*/
30
31#endif /* !LD_PRIESTLEYTAYLOR_H_ */
32
Spatially explicit groundwater model.
Definition: airchemistryput.h:15