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
15
namespace
ldndc
{
16
21
double
22
cloud_fraction_angstrom(
23
int
/* day of year */
,
24
int
/* number of days of year */
,
25
double
/* latitude */
,
26
double
/* short-wave radiation */
);
27
32
double
33
longwave_radiation(
34
double
/* cloudiness */
,
35
double
/* temperature */
,
36
double
/* vapour pressure */
);
37
42
double
43
radiation_emissivity_clear_sky(
44
double
/* vapour pressure */
);
45
46
}
/* end namespace ldndc */
47
48
#endif
/* !LD_LONGWAVERADIATION_H_ */
ldndc
Spatially explicit groundwater model.
Definition:
airchemistryput.h:15
models
microclimate
ld_longwave_radiation.h
Generated by
1.9.4