This function alters the output parameters of your SWAP input files.

set_swap_output(
  project_path,
  parameters,
  autoset_output = F,
  verbose = F,
  force = T
)

Arguments

project_path

path to project directory

parameters

parameter dataframe

autoset_output

flag for matching output to observed file.

verbose

print status? (flag)

force

forces a reload of the SWAP project files (default, true)

Value

Returns parameter dataframe with modified INLIST_CSV parameter.

Details

Currently it only modifies INLIST_CSV, but more functionality will be placed here over time.

See also