iwfm.iwfm_read_et_vals¶ iwfm.iwfm_read_et_vals(et_file, verbose=False)[source]¶ Read evapotranspiration values from a file and organize them into lists. Parameters: et_file (str) – The path of the file containing the evapotranspiration data. verbose (bool, default = False) – If True, print status messages. Returns: params – A list of evapotranspiration values Return type: list