LandscapeDNDC 1.37.0
ld_cation_exchange_capacity.h
1
10#ifndef LD_CATIONEXCHANGECAPACITY_H_
11#define LD_CATIONEXCHANGECAPACITY_H_
12
13#include "ldndc.h"
14#include <ecosystemtypes.h>
15
16namespace ldndc {
17
30double LDNDC_API cation_exchange_capacity(
31 double _clay,
32 double _sand,
33 double _som,
34 double _ph,
35 ecosystem_type_e _ecosystem);
36
37}
38
39#endif /* !LD_CATIONEXCHANGECAPACITY_H_ */
40
Spatially explicit groundwater model.
Definition: airchemistryput.h:15
double LDNDC_API cation_exchange_capacity(double _clay, double _sand, double _som, double _ph, ecosystem_type_e _ecosystem)
Detailed description provided here .