LandscapeDNDC 1.37.0
ld_wood_initialization.h
1
9#ifndef LD_WOOD_INITIALIZATION_H_
10#define LD_WOOD_INITIALIZATION_H_
11
12#include "state/mbe_state.h"
13#include <input/soillayers/soillayers.h>
14
15namespace ldndc {
16
22lerr_t
24 soillayers::input_class_soillayers_t const &,
25 MoBiLE_Plant *,
26 substate_soilchemistry_t &,
27 ecosystem_type_e);
28
29}
30
31#endif /* !LD_WOOD_INITIALIZATION_H_ */
Spatially explicit groundwater model.
Definition: airchemistryput.h:15
lerr_t wood_initialization(soillayers::input_class_soillayers_t const &, MoBiLE_Plant *, substate_soilchemistry_t &, ecosystem_type_e)
Initialization of aboveground and belowground wood debris, derived from existing vegetation.
Definition: ld_wood_initialization.cpp:18