| read_aut {SWAT2R} | R Documentation |
Function for reading the 'aXX.aut' resulting after the autocalibration process in SWAT 2005, and giving as output a data.frame with the columns of the read file.
read_aut(file, tstep, out.type="Q", autID=NA, verbose=TRUE)
file |
the name of the file which the data are to be read from. If it does not contain an _absolute_ path, the file name is _relative_ to the current working directory, 'getwd()'. Tilde-expansion is performed where supported. |
tstep |
Time step used for the simulation that created the 'aXX.aut' file. |
out.type |
Type of results that have to be read. It must be one of the following values: |
autID |
Currently not used.... |
verbose |
logical; if TRUE, progress messages are printed |
This function has not been exhaustively tested
Mauricio Zambrano-Bigiarini, mzb.devel@gmail.com