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
toggle_sft.Rd 420 B
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/run_soft_cal.R
\name{toggle_sft}
\alias{toggle_sft}
\title{toggles the soft calibration routine either ON or OFF}
\usage{
toggle_sft(path, switch)
}
\arguments{
\item{path}{string to (temporary) directory}

\item{switch}{string, either "off" or "on"}
}
\description{
toggles the soft calibration routine either ON or OFF
}
\keyword{internal}