SimulationSettings
- class rameau.core.SimulationSettings(name='simulation', starting_date=None, spinup_settings=None)[source]
Simulation settings.
- Parameters:
name (
str, optional) – Name of the simulation. This name is used to name to the output directory. If omitted, default is “simulation”.starting_date (
datetime.datetime, optional) – Starting date of the simulation. This date needs to be contained in the rainfall input data. If None, default is the starting date of the rainfall input data. The simulation run will start from this date and will stop at the end of the meteorological input data.spinup_settings (
dictorSpinupSettings, optional) – Spinup settings of the simulation. SeeSpinupSettingsfor details.
- Returns:
Attributes
Name of the simulation
Spinup settings of the simulation.
Starting date of the simulation