iwfm.iwfm_read_rz_params¶ iwfm.iwfm_read_rz_params(rz_file, verbose=False)[source]¶ Read root zone parameters from a file and organize them into lists. Parameters: rz_file (str) – The path of the file containing the root zone data. verbose (bool, default = False) – If True, print status messages. Returns: params – A list containing parameter values. It consists of 13 sublists, each representing a different parameter. Return type: list