Returns the set of SWAT parameters available for calibration or sensitivity analysis for a given SWAT version. The table helps define valid `component`/`parameter` pairs for change_parameter and change_multiple_parameters.
Value
A tibble with:
`component`: SWAT input component (e.g., ".gw", ".mgt").
`parameter`: Parameter name.
`line`: Line index in the file.
`start`: Start position in the line.
`stop`: End position in the line.
`format`: Print format used when writing.
`description`: Short description.
See also
Other Parameter management:
change_multiple_parameters(),
change_parameter(),
split_swat_parameters()