OSeMOSYS / otoole

OSeMOSYS Tools for Energy
https://otoole.readthedocs.io
MIT License
23 stars 17 forks source link

Add support for Pyomo data command files #42

Open willu47 opened 4 years ago

willu47 commented 4 years ago

Pyomo's data command files closely follow the syntax of the AMPL 'standard' also used by GMPL, however there are some differences which mean that otoole cannot read the files correctly.

Adding support for Pyomo's data command files would provide useful interoperability across the existing OSeMOSYS suite, and allow the Pyomo implementation to be integrated into the existing test suite.

willu47 commented 3 years ago

As of v0.8, the task is to implement an otoole ReadStrategy and WriteStrategy for Pyomo dat files.