phydrus.model.Model.add_time_info

Model.add_time_info(tinit=0, tmax=1, dt=0.01, dtmin=1e-05, dtmax=5, print_times=False, printinit=None, printmax=None, dtprint=None, nsteps=None, from_atmo=False, print_array=None)[source]

Method to produce time information.

Parameters
  • tinit (int, optional) – Initial time of the simulation [T].

  • tmax (int, optional) – Final time of the simulation [T].

  • print_times (boolean, optional) – Set to True. if information of pressure head, water contents, temperatures, and concentrations in observation nodes, and the water and solute fluxes is to be printed at a constant time interval of 1 time unit.

  • printinit (int, optional) – First specified print-time [T].

  • printmax (int, optional) – Last specified print-time [T].

  • dtprint (int, optional) – Specified time increment for print times [T].

  • nsteps (str, optional) – Number of required time steps between the first specified print-time (printinit) and the final specified print-time (printmax)”.

  • from_atmo (boolean, optional.) – Set to True if time information is determined from the atmospheric boundary condition input data.

  • dt (float, optional) – Initial time increment [T].

  • dtmin (float, optional) – Minimum permitted time increment [T].

  • dtmax (float, optional) – Maximum permitted time increment [T].

  • print_array (array of float, optional) – Array of specified print-times.