iwfm.iwfm_read_precip_vals

iwfm.iwfm_read_precip_vals(precip_file, verbose=False)[source]

Read precipitation values from a file and organize them into lists.

Parameters:
  • precip_file (str) – The path of the file containing the precipitation data.

  • verbose (bool, default = False) – If True, print status messages.

Returns:

params – A list of precipitation values

Return type:

list