8#ifndef LM_OUTPUT_GGCMIREPORT_H_
9#define LM_OUTPUT_GGCMIREPORT_H_
11#include "mbe_legacyoutputmodel.h"
12#include "state/mbe_state.h"
14#include "output/ggcmi-report/output-ggcmi-report-fertilize.h"
15#include "output/ggcmi-report/output-ggcmi-report-harvest.h"
16#include "output/ggcmi-report/output-ggcmi-report-manure.h"
18#define LMOD_OUTPUT_MODULE_BASE MBE_LegacyModel
19#define LMOD_OUTPUT_MODULE_NAME OutputGgcmiReport
20#define LMOD_OUTPUT_MODULE_ID "output:report:ggcmi"
21#define LMOD_OUTPUT_MODULE_DESC "Output GGCMI Agricultural Summary"
23class substate_physiology_t;
24class LDNDC_API LMOD_OUTPUT_MODULE_NAME :
public LMOD_OUTPUT_MODULE_BASE
26 LMOD_EXPORT_MODULE_INFO(LMOD_OUTPUT_MODULE_NAME,LMOD_OUTPUT_MODULE_ID,LMOD_OUTPUT_MODULE_DESC);
28 LMOD_OUTPUT_MODULE_NAME(
33 ~LMOD_OUTPUT_MODULE_NAME();
36 lerr_t configure( ldndc::config_file_t
const *);
37 lerr_t register_ports( cbm::io_kcomm_t *);
42 lerr_t unregister_ports( cbm::io_kcomm_t *);
48 OutputGgcmiReportFertilize report_fertilize;
49 OutputGgcmiReportHarvest report_harvest;
50 OutputGgcmiReportManure report_manure;
52 MBE_LegacyOutputModel * report_modules[3 + 1];
57#undef LMOD_OUTPUT_MODULE_BASE
58#undef LMOD_OUTPUT_MODULE_NAME
59#undef LMOD_OUTPUT_MODULE_ID
60#undef LMOD_OUTPUT_MODULE_DESC
Spatially explicit groundwater model.
Definition: airchemistryput.h:15