iwfm.tables2lu

iwfm.tables2lu(header, template_lines, initial_acreage, factor_tables, output_file_name, start_date, elems)[source]

Read an IWFM land use file and write contents to a separate file for each land use type.

Parameters:
  • header (list) – header lines of the IWFM land use file

  • template_lines (list) – template lines of the IWFM land use file

  • initial_acreage (list) – initial crop acreages

  • factor_tables (list) – tables of crop acreage multipilers for each year

  • output_file_name (str) – output file name

  • start_date (str) – date of initial land use data in DSS format

  • elems (list) – element numbers

Return type:

nothing