iwfm.read_sim_hyds

iwfm.read_sim_hyds(gwhyd_files, head_divisor=1.0)[source]

Read simulated values from multiple IWFM output hydrograph files into numpy arrays.

Parameters:
  • gwhyd_files (list) – list of input file names

  • head_divisor (float, default 1.0) – Divisor applied to each value, to undo the FACTLTOU head-output scale factor when the model was run with FACTLTOU != 1 (see iwfm.read_factltou). Default 1.0 leaves values unchanged.

Returns:

gwhyd_sim – list with one item of hydrograph values for each input hydrograph file

Return type:

list