MISO2 Exceptions
Created on Tue Jul 5 19:55:38 2022 @author: bgrammer
- exception util.MISO2_exceptions.EnduseSummationError
Error that occurs when Enduse parameters do not sum up to exactly 1 (non-aggregates) or 0 (aggregates).
- exception util.MISO2_exceptions.InputLimitError
Error that occurs when minimum or maximum limit for input data is violated. Limits are parsed and set from the “MISO2_uncertainty_distribution_settings.xlsx” file.
- exception util.MISO2_exceptions.MassBalanceError
Error that occurs when the error in mass balance of a src model exceeds a certain threshold.
- exception util.MISO2_exceptions.ValueOverlapError
Error that occurs when EoL and Total Recycling / Downcycling parameter values overlap. This is an illegal state for the model core.
- exception util.MISO2_exceptions.WasteRateError
Error type that occurs when the recovered and non-recovered waste rate of two processes exceeds a total of 100%. This is either related to an error in the input data or result of Monte Carlo outliers.