11#ifndef SEIMS_SETTING_INPUT_H
12#define SEIMS_SETTING_INPUT_H
57 bool readSimulationPeriodDate();
Scenario class in BMP database
Settings class to store the settings information
#define OVERRIDE
A compatible reference to override or blank if not supported by the compiler.
Definition: basic.h:160
time_t getDtDaily() const
Get daily time interval of simulation in sec
Definition: SettingsInput.h:47
time_t getStartTime() const
Get start time of simulation
Definition: SettingsInput.h:35
time_t getEndTime() const
Get end time of simulation
Definition: SettingsInput.h:38
bool isStormMode() const
is storm model
Definition: SettingsInput.h:53
void Dump(const string &filename) OVERRIDE
Output to log file
time_t getDtChannel() const
Get time interval for channel scale processes
Definition: SettingsInput.h:44
SettingsInput(vector< string > &stringvector)
Constructor
time_t getDtHillslope() const
Get time interval for hillslope scale processes
Definition: SettingsInput.h:41
string & getModelMode()
Get model mode
Definition: SettingsInput.h:50
Base class for input or output Settings
Definition: Settings.h:28
All BMPs scenario related data, classes, and functions.
Definition: BMPArealSourceFactory.h:22