hollorol / RBBGCMuso

RBBGCMuso is a software package that supports the application of the Biome-BGCMuSo biogeochemical model.
GNU General Public License v2.0
20 stars 11 forks source link

problem with different muso.exe version #8

Closed zhengjiji456 closed 5 years ago

zhengjiji456 commented 5 years ago

I tried to use the muso4.1.exe with the package, but failed.

Error in (outIndex + 1):(outIndex + numVar) : NA/NaN argument In addition: Warning messages: 1: In readLines(x, -1) : incomplete final line found on 'D:\BIOME-BGC\muso4.1\/s.ini' 2: In readLines(x, -1) : incomplete final line found on 'D:\BIOME-BGC\muso4.1\/n.ini'

The muso4.1.exe worked well with s.ini/n.ini out of Rstudio. I am not sure the package (0.6.3.0) is just suitable for the newest version of muso.exe?

hollorol commented 5 years ago

Did you use the setupMuso() function? You can set the model version with that.

zhengjiji456 commented 5 years ago

Yes, I used the setupMuso() function.