iwfm.iwfm_adj_crops¶
- iwfm.iwfm_adj_crops(in_year, in_zone_file, in_chg_file_NV, in_chg_file_UR, in_area_npag, in_area_nvrv, in_area_urban, out_basename, skip=4, date_head_tail=['09/30/', '_24:00'], verbose=False)[source]¶
Use change factors to modify IWFM land use files.
- Parameters:
in_year (str) – water year of output land use
in_zone_file (str) – zones file name
in_chg_file_NV (str) – Ag to Native factors file name
in_chg_file_UR (str) – Ag to Urban factors file name
in_area_npag (str) – Non-Ponded Ag Area file name
in_area_nvrv (str) – Native and Riparian Area file name
in_area_urban (str) – Urban Area file name
out_basename (str) – output land use files basename
skip (int, default=4) – number of non-comment lines to skip in each file (header)
date_head_tail (list, default=['09/30/', '_24:00']) – info to turn in_year into a model-readable date in DSS format
verbose (bool, default=False) – True = write to cli
- Return type:
nothing