TerraME / terrame

TerraME is a programming environment for spatial dynamical modelling
www.terrame.org
GNU Lesser General Public License v3.0
35 stars 13 forks source link

Simulations with different parameters for Models #165

Closed pedro-andrade-inpe closed 9 years ago

pedro-andrade-inpe commented 10 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
pedro-andrade-inpe commented 10 years ago

See the documentation for this issue in https://github.com/pedro-andrade-inpe/terrame/wiki/Models.

pedro-andrade-inpe commented 9 years ago

This issue is responsability of the calibration package.