outputname bug fixed
This commit is contained in:
parent
a395549b44
commit
fa87c5e3cb
@ -245,8 +245,9 @@ setupMuso <- function(executable=NULL,
|
|||||||
file.copy(executable,inputloc)
|
file.copy(executable,inputloc)
|
||||||
}
|
}
|
||||||
|
|
||||||
outputname <- unlist(strsplit(grep("output",grep("prefix",inifiles[[2]],value=TRUE),value=TRUE),"[\ \t]"))[1]
|
outputname <- unlist(strsplit(inifiles[[2]][grep("OUTPUT_CONTROL",inifiles[[2]])+1],"[\ \t]"))[1]
|
||||||
##THIS IS AN UGLY SOLUTION, WHICH NEEDS AN UPGRADE!!!
|
## outputname <- unlist(strsplit(grep("output",grep("prefix",inifiles[[2]],value=TRUE),value=TRUE),"[\ \t]"))[1]
|
||||||
|
##THIS IS AN UGLY SOLUTION, WHICH NEEDS AN UPGRADE!!! FiXED (2017.09.11)
|
||||||
## outputname <- unlist(strsplit(grep("prefix for output files",inifiles[[2]],value=TRUE),"[\ \t]"))[1]
|
## outputname <- unlist(strsplit(grep("prefix for output files",inifiles[[2]],value=TRUE),"[\ \t]"))[1]
|
||||||
if(is.null(outputname)){
|
if(is.null(outputname)){
|
||||||
cat("I cannot find outputname, in your default ini file \n Please make sure that the line wich contains the name alse contains the prefix and the outmut keywords!")
|
cat("I cannot find outputname, in your default ini file \n Please make sure that the line wich contains the name alse contains the prefix and the outmut keywords!")
|
||||||
|
|||||||
BIN
RBBGCMuso_0.3.1.0-1.tar.gz
Normal file
BIN
RBBGCMuso_0.3.1.0-1.tar.gz
Normal file
Binary file not shown.
5
TODOS
5
TODOS
@ -1,16 +1,17 @@
|
|||||||
DOCUMENTATIONS
|
DOCUMENTATIONS
|
||||||
===========================================================
|
===========================================================
|
||||||
1. Rewriting some of the man pages (for better english)
|
1. Rewriting some of the man pages (for better english)
|
||||||
2. Description for the functions
|
#DONE 2. Description for the functions
|
||||||
#Done 3. Details for the functions
|
#Done 3. Details for the functions
|
||||||
4. Vignettes...-in progress
|
4. Vignettes...-in progress
|
||||||
|
|
||||||
PROGRAMING
|
PROGRAMING
|
||||||
===========================================================
|
===========================================================
|
||||||
1. Automatic handle for executable files-not sure to do
|
1. Automatic handle for executable files-not sure to do
|
||||||
2. (#Fix the spinumMuso DONE), and the normalMuso functions
|
#Done 2. (#Fix the spinumMuso DONE), and the normalMuso functions
|
||||||
3. Fix the export functions.
|
3. Fix the export functions.
|
||||||
4. Build in the mtclim43 to RBBGCMuso
|
4. Build in the mtclim43 to RBBGCMuso
|
||||||
|
#DONE 5. cleanupMuso bug
|
||||||
|
|
||||||
TESTING
|
TESTING
|
||||||
===========================================================
|
===========================================================
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user