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

calibMuso uses previous tmp.ini-s #1

Closed hollorol closed 5 years ago

hollorol commented 5 years ago

Description

calibMuso() and related functions do not work if any of the parameters changed, when paramSweep function is used previously.

How to reproduce the problem?

Run a paramSweep() function without arguments in the directory of the hhs example files (You can download these with the copyMusoExampleTo() function), after that run musoSensi() function in a same way.

RBBGCMuso version:

> 6.0

Possible reason of the failure

CalibMuso uses previous tmp.ini-s so It works on only reduced parameter set, it can be a problem, if you want to use more than one output.

Workaround:

Delete all temporary ini files manually!

hollorol commented 5 years ago

Issue solved in version 0.6.1.4