iwfm.calib.get_sim_hyd

iwfm.calib.get_sim_hyd(nt, file_name, start_date)[source]

Get simulated hydrograph values and return as a list of lists with row=timestep, 1st col=dates and remaining cols=sites, dates as datetime objects, everything else as numpy arrays of floats.

Parameters:
  • nt (str) – hydrograph type

  • file_name (str) – simulation hydrograph file name

  • start_date (datetime object) – start date in

Returns:

  • sim_hyd (array) – simulation hydrograph values

  • dates (list of ints) – days since start date for each row of sim_hyd