Coder Social home page Coder Social logo

efosazuwa / temoa Goto Github PK

View Code? Open in Web Editor NEW

This project forked from temoaproject/temoa

0.0 1.0 0.0 11.94 MB

Tools for Energy Model Optimization and Analysis

Home Page: http://temoaproject.org/

License: GNU Affero General Public License v3.0

Python 98.89% Shell 1.11%

temoa's Introduction

This branch named 'energysystem' is the current "main" branch of the 
Temoa Project.  The four subdirectories are:

1. temoa_model/
This contains the Temoa model code.

2. data_files/
The example input data (DAT) files for Temoa. Note that the file 
'utopia-15.dat' represents a simple system called 'Utopia', which 
is packaged with the MARKAL model generator and has been used 
extensively for benchmarking exercises.

3. stochastic/
Scripts for generation of PySP event trees.

4. docs/
The ReST documentation source of the Temoa project manual.

***Running Temoa***

To run Temoa, you have a few options.

Option 1 uses Pyomo's own scripts and provides basic solver output:

$ pyomo  temoa_model/temoa_model.py  path/to/dat/file

Option 2 invokes python directly, and gives the user access to 
additional capability, including more nicely formatted output:

$ python  temoa_model/  path/to/dat/file

Option 3 below copies the relevant Temoa model files into an 
executable archive (this only needs to be done once):

$ python create_archive.py

This makes the model more portable by placing all contents in a 
single file. Now it is possible to execute the model with the 
following simply command:

$ ./temoa.py  path/to/dat/file

For general help use --help:

$ python  temoa_model/  --help

And to place the solution information into a file:

$ python  temoa_model data_files/utopia.dat > temoa_utopia.sol


temoa's People

Contributors

jdecarolis avatar temoaproject avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.