LandscapeDNDC 1.37.0
common.h
1
4#ifndef LD_PHYSIOLOGYDNDCCOMMON_H_
5#define LD_PHYSIOLOGYDNDCCOMMON_H_
6
7#include "mbe_plant.h"
8//#include <input/soillayers/soillayers.h>
9//#include <containers/cbm_vector.h>
10
11namespace ldndc {
12
13double optimum_aboveground_biomass( MoBiLE_Plant const *);
14double optimum_aboveground_c( MoBiLE_Plant const *);
15double total_nitrogen_demand( MoBiLE_Plant const *, double const *_optimum_aboveground_c=NULL);
16
17} /* namespace ldndc */
18
19
20#endif /* !LD_PHYSIOLOGYDNDCCOMMON_H_ */
21
Spatially explicit groundwater model.
Definition: airchemistryput.h:15