setup_swatplus: Reads and modifies the SWAT+ projects' files that define the...

View source: R/swatplus_setup_run_files.R

setup_swatplusR Documentation

Reads and modifies the SWAT+ projects' files that define the basic settings of the simulation and set them according tu respective input parameters

Description

Reads and modifies the SWAT+ projects' files that define the basic settings of the simulation and set them according tu respective input parameters

Usage

setup_swatplus(
  project_path,
  parameter,
  output,
  start_date,
  end_date,
  start_date_print,
  years_skip,
  unit_cons
)

Arguments

project_path

Path to the SWAT project folder (i.e. TxtInOut)

start_date

Start date of the SWAT simulation. Provided as character string in any ymd format (e.g. 'yyyy-mm-dd') or in Date format project are located

end_date

End date of the SWAT simulation. Provided as character string in any ymd format (e.g. 'yyyy-mm-dd') or in Date format project are located

years_skip

Integer value that provides the numbe of years to be skipped during writing the SWAT model outputs


chrisschuerz/SWATplusR documentation built on Feb. 18, 2024, 6:56 p.m.