OSeMOSYS / OSeMOSYS_GNU_MathProg

The GNU MathProg implementation of OSeMOSYS
Apache License 2.0
9 stars 14 forks source link

Check of TotalAnnualMaxCapacityInvestment and TotalAnnualMinCapacityInvestment #57

Closed HauHe closed 3 years ago

HauHe commented 3 years ago

The check gives a warning/error when a TotalAnnualMinCapacityInvestment is defined for a technology but TotalAnnualMaxCapacityInvestment is not defined. The issue is probably that the default value is -1. However, the modeller might simply not think of putting a TotalAnnualMaxCapacityInvestment since it is perhaps not needed.

vignesh1987 commented 3 years ago

Thanks @HauHe . Yes, the check statement should actually not perform the check if the defaults are used. Thanks for pointing this out. Will submit a corrected statement