Tue, 11/03/2025 - 09:56 — alya.bolowich
Hello,
I am running a Simile model and getting the error `Unwanted parameter value request at 0.000000` when I execute the line `reset.model(iHandle , -2)`. I am operating in Linux, Ubuntu 22.04.
I am not sure why - I can use another model (another .so and .spf file) without error. Do you happen to have any hints where I should look?
Thank you for your help!
Best,
Alya
Forums:
Load file parameters before reset
If your model contains fixed parameters, then values must be provided for these before calling reset.model. Individual parameters can be set with the set.model.parameter and create.param.array commands. Alternatively if you have parameter values saved in a .spf file (which can be saved from Simile v7 under the "Parameters:" tab in the run window) then you can load them into your R model execution with the consult.parameter.metafile command.
Thank you very much for your
Thank you very much for your quick response !
Best,
Alya