OSeMOSYS / OSeMOSYS_GNU_MathProg

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

Value issue for Storage parameter #79

Closed HauHe closed 2 years ago

HauHe commented 2 years ago

The value for the storage related parameters 'TechnologyToStorage' and 'TechnologyFromStorage' are read in as a strings hence they were not comparable with a number. Now with this PR they are converted to floats.