minor changes in the setupMuso documentation

This commit is contained in:
Roland Hollós
2019-01-23 18:42:06 +01:00
parent f79d471725
commit 6e2094453a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#' #'
#' This function changes the epc file and after that runs the BBGC-MuSo model and reads in its outputfile in a well-structured way. #' This function changes the epc file and after that runs the BBGC-MuSo model and reads in its outputfile in a well-structured way.
#' #'
#' @author Roland Hollos #' @author Roland Holl\'{o}s
#' @param settings You have to run the setupMuso function before calibMuso. It is its output which contains all of the necessary system variables. It sets the whole running environment #' @param settings You have to run the setupMuso function before calibMuso. It is its output which contains all of the necessary system variables. It sets the whole running environment
#' @param timee The required timesteps in the modell output. It can be "d", if it is daily, "m", if it's monthly, "y", it it is yearly. I recommend to use daily data, the yearly and monthly data is not well-tested yet. #' @param timee The required timesteps in the modell output. It can be "d", if it is daily, "m", if it's monthly, "y", it it is yearly. I recommend to use daily data, the yearly and monthly data is not well-tested yet.
#' @param debugging If it is TRUE, it copies the log file to a Log directory to store it, if it is stamplog it contatenate a number before the logfile, which is one more than the maximum of the represented ones in the LOG directory. If it is true or stamplog it collects the "wrong" logfiles #' @param debugging If it is TRUE, it copies the log file to a Log directory to store it, if it is stamplog it contatenate a number before the logfile, which is one more than the maximum of the represented ones in the LOG directory. If it is true or stamplog it collects the "wrong" logfiles
+1 -1
View File
@@ -45,5 +45,5 @@ No return, outputs are written to file
This function changes the epc file and after that runs the BBGC-MuSo model and reads in its outputfile in a well-structured way. This function changes the epc file and after that runs the BBGC-MuSo model and reads in its outputfile in a well-structured way.
} }
\author{ \author{
Roland Hollos Roland Holl\'{o}s
} }