OSeMOSYS / osemosys_global

A global power system model generator for OSeMOSYS
https://osemosys-global.readthedocs.io/
GNU Affero General Public License v3.0
27 stars 17 forks source link

[FEATURE] Storage and Transmission user defined max build rates #222

Closed maartenbrinkerink closed 2 weeks ago

maartenbrinkerink commented 3 weeks ago

Idea

Similar to the 'powerplant_build_rates' entry in the config file, to set max build rates for storage and transmission.

Is your feature related to a bug?

No response

Suggested Soltuion

Similar to the 'powerplant_build_rates' entry in the config file, to set max build rates for storage and transmission.

Additional Info

No response

maartenbrinkerink commented 3 weeks ago

Implemented for transmission with https://github.com/OSeMOSYS/osemosys_global/commit/52f2c4a8c00f7a1468f29fb2919c78beeebb09cc. Already exists for storage by means of resources/data/powerplant_build_rates.csv but should probably have its own input. Will be implemented as part of #187.

maartenbrinkerink commented 2 weeks ago

Completed with #224.