JGCRI / gcam-core

GCAM -- The Global Change Analysis Model
http://jgcri.github.io/gcam-doc/
Other
263 stars 159 forks source link

Error for Electricity Generation Mix scenario #337

Closed evasinha closed 10 months ago

evasinha commented 10 months ago

I am trying to set up a scenario similar to the Electricity Generation Mix here but am running into ERROR Failed due to invalid trial price generated by solver .

I noticed that at this webpage the electricity_generation_constraints.xml and electricity_generation_constraint_techs.xml files are linked in the configuration file by using <Value name = "**scen**">. Is it possible that could be causing the error?

My constraint, technology, and configuration files are attached.

configuration_elec_gen_const.xml.pdf

electricity_generation_constraint_techs.xml.pdf

electricity_generation_constraints.xml.pdf

evasinha commented 10 months ago

@enlochner suggestion fixed the problem.

Her suggestion was to turn find-path off in the "Bools" section as it is not required for running in target finder mode:

Modify: <Value name="find-path">1</Value> to <Value name="find-path">0</Value>

Thanks Ellie!!!