Hi,
I’m new to this forum and to Mimi in general. But great work you’ve done with the open source API model!
I’ve been following the tutorials, but also the MimiIWG.jl readme.md. Ran into the following below, for example.
julia> MimiIWG.get_model(DICE, USG1)
ERROR: MethodError: no method matching update_params!(::Model, ::Dict{Any,Any}; update_timesteps=true)
Closest candidates are:
update_params!(::Model, ::Dict) at /Users/dtsadmin/.julia/packages/Mimi/xMoYL/src/core/delegate.jl:54 got unsupported keyword argument "update_timesteps"
update_params!(::Mimi.AbstractCompositeComponentDef, ::Dict) at /Users/dtsadmin/.julia/packages/Mimi/xMoYL/src/core/connections.jl:582 got unsupported keyword argument "update_timesteps"
Stacktrace:
[1] get_dice_model(::MimiIWG.scenario_choice) at /Users/dtsadmin/.julia/packages/MimiIWG/q6aGG/src/core/DICE_main.jl:25
[2] get_model(::MimiIWG.model_choice, ::MimiIWG.scenario_choice) at /Users/dtsadmin/.julia/packages/MimiIWG/q6aGG/src/core/main.jl:31
[3] top-level scope at none:1
For the PAGE model, the call worked, but I got a negative number:
julia> MimiIWG.compute_scc(PAGE,USG1)
"bunch of warnings"
-2231.162720095173
Thanks,
Gui