LandscapeDNDC 1.37.0
Loading...
Searching...
No Matches
ld_vocemissionhelper.h
1
7
8#ifndef LM_VOCEMISSIONHELPER_H_
9#define LM_VOCEMISSIONHELPER_H_
10
11#include "ld_modelsconfig.h"
12
13namespace ldndc {
14class MoBiLE_Plant;
15lerr_t
16get_voc_emission_factors( ldndc::MoBiLE_Plant *, int /*foliage layer*/,
17 bool /*synthase activity*/, double /*latitude*/, int /*yearday*/,
18 double /*foliage temperature*/, double /*foliage radiation*/);
19
20} /* namespace ldndc */
21
22#endif /* !LM_VOCEMISSIONHELPER_H_ */
23
Spatially explicit groundwater model.
Definition airchemistryput.h:15
lerr_t get_voc_emission_factors(ldndc::MoBiLE_Plant *, int, bool, double, int, double, double)
Definition ld_vocemissionhelper.cpp:138