7#ifndef LDNDC_KERNEL_FARMSYSTEM_STORES_H_
8#define LDNDC_KERNEL_FARMSYSTEM_STORES_H_
11#include "ld_eventqueue.h"
12#include <containers/lvector.h>
13#include <json/cbm_json.h>
14#include "farmsystem/ld_farmsystem_output.h"
26 straw_t(): c_amount( 0.0), n_amount( 0.0){}
30 clear(){ c_amount = 0.0; n_amount = 0.0; }
41 Store(
const Store& other);
43 Store& operator=(
const Store& other);
45 lerr_t initialize( cbm::io_kcomm_t *_io);
47 lerr_t handle_store( cbm::RunLevelArgs *,
51 get_id(){
return store_id; };
54 clear_out(
double &,
double &);
60 long long int seconds_at_latest_storage;
62 straw_t straw_storage;
64 cbm::string_t processing;
Spatially explicit groundwater model.
Definition airchemistryput.h:15