dynode.config.simulation_date.simulation_day

Contents

dynode.config.simulation_date.simulation_day#

dynode.config.simulation_date.simulation_day(year: int, month: int, day: int) int#

Lookup and return the DynODE SimulationDay for this simulation.

Parameters#

year : int month : int day : int

Returns#

int

integer simulation day, can be negative if date(year, month, day) comes before the dynode init date.

Raises#

ValueError

if set_dynode_init_date_flag not called before this method to set model init date.

Note#

use dynode.get_dynode_init_date_flag() to check currently set init date.