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 14 forks source link

[FEATURE]: Change config file names to be consistent #160

Open trevorb1 opened 1 year ago

trevorb1 commented 1 year ago

Idea

In the config file, variable definitions jump around from being snake case to camel case and it is a little awkward

For example, see the definition of geographic scope and crossborder trade

# Spatial Parameters 
geographic_scope:
    - 'IND'
crossborderTrade: True

Is your feature related to a bug?

na

Suggested Soltuion

I would switch everything to be in snakecase, to match python guidlines. But if yaml has its own standards we should probably follow those!

Additional Info

No response