Major bug fixes in setupMuso and calibMuso

This commit is contained in:
hollorol 2018-03-17 16:05:46 +01:00
parent 1dc6da7064
commit c67be494c2
4 changed files with 48 additions and 11 deletions

View File

@ -1 +1,4 @@
inst/doc
swp$
'~'$
'#'$

View File

@ -4,3 +4,37 @@ ls()
rm(list=ls)
rm(list=ls())
ls()
stop("asdf")
ls()
?registerDoParallel
getDoParallel()
?clusterExport
vignette(parallel)
vignette("parallel")
stopCluster(cl)
?registerDoParallel
list.files()
list.files()
?intersect
library(hash)
hash(list.files())
hash(1
)
?hash
hash( a=1, b=2, c=3 )
list.files()
setwd("~/Documents/tmp")
list.files()
list.files()
list.files()
list.files()
list.files()
paste("a","b",collapse = "/")
paste("a","b",sep = "/")
list.files()
24000*100000
24000*100000/1000000
exit())
exit()
quit()
y

View File

@ -226,17 +226,17 @@ setupMuso <- function(executable=NULL,
outputNames=outputName,
inputLoc=inputLoc,
iniInput=iniInput,
metInput=metInput,
epcInput=epcInput,
thinInput=thinInput,
CO2Input=CO2Input,
mowInput=mowInput,
grazInput=grazInput,
harvInput=harvInput,
plougInput=plougInput,
fertInput=fertInput,
irrInput=irrInput,
nitInput=nitInput,
metInput=inputs$metInput,
epcInput=inputs$epcInput,
thinInput=inputs$thinInput,
CO2Input=inputs$CO2Input,
mowInput=inputs$mowInput,
grazInput=inputs$grazInput,
harvInput=inputs$harvInput,
plougInput=inputs$plougInput,
fertInput=inputs$fertInput,
irrInput=inputs$irrInput,
nitInput=inputs$nitInput,
inputFiles=inputFiles,
numData=numData,
startyear=startyear,

Binary file not shown.