IWFMZBudget#

Zone Information#

generate_zone_list_from_file(...)

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

get_n_zones()

Return the number of zones specified in the zbudget.

get_zone_list()

Return the list of zone numbers.

get_zone_names()

Return the zone names specified by the user in the zone definitions.

ZBudget Titles#

get_n_title_lines()

Return the number of title lines in a ZBudget.

get_title_lines(zone_id[, ...])

Return the title lines for the ZBudget data for a zone.

Data-Retrieval#

get_column_headers_for_a_zone(zone_id[, ...])

Return the Z-Budget column headers (i.e. titles) for a specified zone for selected data columns.

get_values_for_a_zone(zone_id[, column_ids, ...])

Return specified Z-Budget data columns for a specified zone for a time period.

get_values_for_some_zones_for_an_interval([...])

Return specified zone flow values for one or more zones at a given date and time interval.

Other#

close_zbudget_file()

Close an open budget file for an IWFM model application.