Skip to content
Snippets Groups Projects
  • Christoph Schürz's avatar
    Revise loading/writing of softcal input files · e0ce0e75
    Christoph Schürz authored
    - water balance softcal files are now in extdata folder
    - water yield and baseflow fractions are now input arguments of
      run_softcal_waterbalance
    - build_wb_softcal_input now replaces download_sft_files
      and modify_wb_parms
    - Variable names wer updated to be consistent with run_verify
    e0ce0e75
read_wb_aa.Rd 444 B
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/run_soft_cal.R
\name{read_wb_aa}
\alias{read_wb_aa}
\title{reads and re-formats the SWAT+ soft calibration output}
\usage{
read_wb_aa(path)
}
\arguments{
\item{path}{string to (temporary) directory}
}
\value{
returns a tibble of the formatted output of the soft-cal routine
}
\description{
reads and re-formats the SWAT+ soft calibration output
}
\keyword{internal}