pywfm.IWFMZBudget.generate_zone_list_from_file#

IWFMZBudget.generate_zone_list_from_file(zone_definition_file)#

Generate a list of zones and their neighboring zones based on data provided in a text file.

This file must be in the same format as the Zone Definition File used by the Z-Budget post-processor.

Parameters:

zone_definition_file (str) – File name for the zone definition file used to generate the list of zones.

Returns:

Generates the list of zones and adjacent zones.

Return type:

None

Note

See IWFM Sample Model ZBudget folder for format examples.