iwfm.read_sim_hyd

iwfm.read_sim_hyd(gwhyd_file)[source]

Read simulated values from one IWFM output hydrograph file into a numpy array.

Parameters:

gwhyd_file (str) – input file name

Returns:

gwhyd_sim – 2D array of shape (num_timesteps, num_columns) where column 0 is datetime and columns 1..N are hydrograph values

Return type:

numpy.ndarray