Update musoExample.R

Improved help content
This commit is contained in:
Zoltán BARCZA 2019-01-24 09:02:18 +01:00 committed by GitHub
parent 45619da0ee
commit a26fd4dc02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
#'copyMusoExampleTo #'copyMusoExampleTo
#' #'
#'With this function you can copy RBBGCMuso example library whereever you want #'This function enables the user to download a complete, working file set to quickly start using Biome-BGCMuSo through RBBGCMuso (or in standalone mode). The user has to specify the target directory for the files. The file set contains the model executable (muso.exe in Windows), the INI files that drive the model, and other files like meteorology input, ecophysiological constants file (EPC), and other ancillary files (CO2 concentration, parameter range definition file called parameters.csv). Note that we strongly recommend to read the User's Guide of Biome-BGCMuSo to clarify the meaning of the input files. The input files (s.ini, n.ini, maize.epc, meteorology files) are simple text files, so the user can read (and modify) them with his/her favourite text editor (like Editpad Lite, vim, emacs). Note that some files use UNIX/Linux style text which means that the text will not be readable using the Windows Notepad.
#' #'
#'@param example The name of the example file, if it is NULL tcl/tk menu will pop up to select. #'@param example This is the name of the example file. If it is not set then a simple graphical user interface (tcl/tk menu) will open to select the target dataset (which is typically an experimental site). In the list hhs means the Hegyhatsal eddy covariance site in Hungary.
#'@param destination The destination where the example files will be copied. #'@param destination The destination where the example files will be copied.
#'@export #'@export