LandscapeDNDC 1.37.0
Loading...
Searching...
No Matches
synth-groundwater-no3.h
1
8
9#ifndef LDNDC_DATASYNTH_GROUNDWATER_NO3_H_
10#define LDNDC_DATASYNTH_GROUNDWATER_NO3_H_
11
12#include "synthesizers/groundwater/synth-groundwater.h"
13
14class ldate_t;
15
16namespace ldndc{ namespace groundwater{ namespace synth
17{
18 struct CBM_API no3_t : public ldndc::groundwater::synth::item_base_t
19 {
20 SYNTH_GROUNDWATER_RECORD_ITEM_COMMON_DECL(no3_t,NO3)
21 };
22
23 extern no3_t CBM_API const synth_groundwater_no3;
24}}}
25
26#endif /* !LDNDC_DATASYNTH_GROUNDWATER_NO3_H_ */
27
Spatially explicit groundwater model.
Definition airchemistryput.h:15