iwfm.read_hyd_dict¶ iwfm.read_hyd_dict(gw_dat_file, verbose=False)[source]¶ Read hydrograph info from Groundwater.dat file and build a dictionary of groundwater hydrograph info. Parameters: gw_dat_file (str) – IWFM Groundwater.dat file name verbose (bool, default = False) – If True, print status messages. Returns: well_dict – key = well name (i.e. state well ID), value = WellInfo instance Return type: dictionary