LandscapeDNDC 1.37.0
ld_allocatelitter.h
1
8#ifndef LD_ALLOCATELITTER_H_
9#define LD_ALLOCATELITTER_H_
10
11#include "ld_modelsconfig.h"
12
13namespace ldndc {
14
19enum
20{
29
30 CPOOL_CNT
31};
32
33
34
73lerr_t LDNDC_API allocate_litter(
74 double _c, double _n,
75 double _RCNRVL, double _RCNRL, double _RCNRR,
76 double _C[],
77 double & _n_diff);
78}
79
80#endif /* !LD_ALLOCATELITTER_H_ */
81
Spatially explicit groundwater model.
Definition: airchemistryput.h:15
@ CPOOL_VL
Definition: ld_allocatelitter.h:22
@ CPOOL_B
Definition: ld_allocatelitter.h:28
@ CPOOL_L
Definition: ld_allocatelitter.h:24
@ CPOOL_R
Definition: ld_allocatelitter.h:26
lerr_t LDNDC_API allocate_litter(double _c, double _n, double _RCNRVL, double _RCNRL, double _RCNRR, double _C[], double &_n_diff)
calculates the amount of C which is added to the very labile, labile and recalcitrant decomposition p...
Definition: ld_allocatelitter.cpp:14