LandscapeDNDC 1.37.0
ld_longwave_radiation.h
1
10#ifndef LD_LONGWAVERADIATION_H_
11#define LD_LONGWAVERADIATION_H_
12
13#include <cbm_errors.h>
14
15namespace ldndc {
16
21double
22cloud_fraction_angstrom(
23 int /* day of year */,
24 int /* number of days of year */,
25 double /* latitude */,
26 double /* short-wave radiation */);
27
32double
33longwave_radiation(
34 double /* cloudiness */,
35 double /* temperature */,
36 double /* vapour pressure */);
37
42double
43radiation_emissivity_clear_sky(
44 double /* vapour pressure */);
45
46} /* end namespace ldndc */
47
48#endif /* !LD_LONGWAVERADIATION_H_ */
Spatially explicit groundwater model.
Definition: airchemistryput.h:15