Closed pedro-andrade-inpe closed 9 years ago
Allow TerraME to run different simulations by choosing sets of values for the parameters of a given Model. For example:
package = "tube" model = "Tube" time = 200 parameters = { initialWater = {50, 100, 150, 200}, flow = {5, 10, 15, 20} } output = function(model) print(model.water) end
See the documentation for this issue in https://github.com/pedro-andrade-inpe/terrame/wiki/Models.
This issue is responsability of the calibration package.
Allow TerraME to run different simulations by choosing sets of values for the parameters of a given Model. For example: