EnergySystemsModellingLab / MUSE_OS

Welcome to the MUSE-OS repository
https://muse-os.readthedocs.io/en/latest/
GNU General Public License v3.0
22 stars 9 forks source link

Default run does not have sufficient capacity to meet demand but no error is thrown [BUG] #193

Open ahawkes opened 11 months ago

ahawkes commented 11 months ago

Describe the bug

A clear and concise description of what the bug is, including error messages.

In the default example, annual heat demand is 10PJ in the base year. But given time slicing allocation, peak demand is 18PJ. Existing capacity input is 10PJ, which is not enough to serve this demand (i.e. 10PJ < 18PJ). But the model solves without an error message.

To Reproduce

Steps to reproduce the behavior. Attache any input file that might be required.

Just run the default model and look at the results

Expected behavior

A clear and concise description of what you expected to happen.

An error message should appear in output to indicate this has happened, and at the end of the run a message needs to say there was an error during the run.

Screenshots

If applicable, add screenshots to help explain your problem.

Context

Please, complete the following to better understand the system you are using to run MUSE.

tsmbland commented 1 month ago

See discussion in #427