temoa icon indicating copy to clipboard operation
temoa copied to clipboard

Tools for Energy Model Optimization and Analysis

Results 38 temoa issues
Sort by recently updated
recently updated
newest added

With this commit, ``pformat_results.py`` can find the ``data_processing`` module from any installation of Temoa. Previously, only ``sys.path.append('./data_processing')`` was used. This PR updates this line to ``sys.path.append(os.path.join(os.path.dirname(sys.path[0]), 'data_processing'))`` which adds ``data_processing``...

Dears While running temoa for DukeTerritory.sqlite I get the following error: Reading data files.Exception found in create_temoa_instance ERROR: Token error Value $/GW

Currently, executing ``python MakeGraphviz.py`` from Windows command prompt or PowerShell leads to the following error: ```bash (base) PS C:\Users\samgd\Research\bakery-model\pygen_test> python C:\Users\samgd\research\temoa\data_processing\MakeGraphviz.py -i .\bakery_test_kitchen_01.sqlite setGraphicOption: updated greyFlag = False and splinevar...

This issue is also referenced in PR #23. I have a fresh install of Ubuntu 20.04, as well as a fresh install of Anaconda. After downloading ``temoa`` and configuring the...

I have often run several instances of temoa in parallel from a terminal, and have found the need to provide raw_input() for each instance a challenge. I currently comment out...

Also fixed small logging error in temoa_config.py. Added capability in migration tool to handle input db without tech_retirement.

This pull request adds to the TEMOA formulation new constraints for technology groups, specifically: MinInputGroup, MaxInputGroup, MinOutputGroup, MaxOutputGroup. Such constraints allow the modeler to specify the minimum/maximum share of a...

- Cleaned up some of the introductory stuff in `Documentation.rst` file - Tuned up the Reserve Margin Constraint embedded LaTeX - Locked the Numpy version to < 2.0 until Pyomo...

Added note on re-installing graphviz using something other than pip if it isn't performing