RBBGCMuso/RBBGCMuso/RBBGCMuso/man/checkMeteoBGC.Rd
2020-09-28 15:04:59 +02:00

34 lines
921 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/checkMeteoBGC.R
\name{checkMeteoBGC}
\alias{checkMeteoBGC}
\title{checkMeteoBGC}
\usage{
checkMeteoBGC(
settings = NULL,
skip = 4,
numericReport = FALSE,
type = "normal"
)
}
\arguments{
\item{settings}{The output of setupMuso}
\item{skip}{Number of header lines in meteorology file.}
\item{numericReport}{If numericReport is set to FALSE, the function returns with a text report. If numericReport is set to TRUE, the function returns with a numeric report.}
\item{type}{meteorology for spinup or normal run}
\item{metFileName}{The name of the meteorology file (mtc43).}
}
\value{
It depends on the numericReport parameter. The function returns with a text report, or with a numeric report.
}
\description{
This function calculates the daily and yearly statistics for a given meteorology file (mtc43).
}
\author{
Erzsebet Kristof
}