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