RBBGCMuso/RBBGCMuso/man/readErrors.Rd
2019-02-05 21:29:44 +01:00

21 lines
656 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/assistantFunctions.R
\name{readErrors}
\alias{readErrors}
\title{readErrors}
\usage{
readErrors(outputLoc, logfiles, type = "both")
}
\arguments{
\item{outputLoc}{This is the location of the output file.}
\item{logfiles}{These are the names of the logfiles.}
}
\value{
vector with 0 and 1 values, 1, if succed, 0 if not. The first is the spinup run, the second is the normal.
}
\description{
This function reads the spinup and the normal logfiles and gives back the last line which indicates weather there are any errors during the model execution or not.
}
\keyword{internal}