Code Monkey home page Code Monkey logo

reise.jl-dqwu's Introduction

logo

Code Style: Blue Documentation GitHub contributors GitHub commit activity GitHub last commit (branch) GitHub pull requests License: MIT Code of Conduct DOI

REISE.jl

REISE.jl is the Renewable Energy Simulation Engine developed by Breakthrough Energy Sciences (BES) to solve DC optimal power flow problems. It is written in Julia and can be used with the BES software ecosystem (see PowerSimData) or in a standalone mode (see [Zenodo] for sample data).

Main Features

Here are a few things that REISE.jl can do:

  • Formulate a Production Cost Model (PCM) into an optimization problem that can be solved by professional solvers compatible with JuMP
  • Decompose a model that cannot be solved all at once in memory (due to high spatial or temporal resolution or both) into a series of shorter-timeframe intervals that are automatically run sequentially.
  • Model operational decisions by energy storage and price-responsive flexible demand alongside those made by thermal and renewable generators
  • Handle adaptive infeasible/suboptimal/numeric issues via the homogenous barrier algorithm (when using the Gurobi solver) and involuntary load shedding

Where to get it

For now, only the source code is available. Clone or Fork the code here on GitHub.

Dependencies

REISE.jl relies on several Julia packages. The list can be found in the Project.toml file located at the root of this package.

This program builds an optimization problem, but still relies on an external solver to generate results. Any solver compatible with JuMP can be used, although performance with open-source solvers (e.g. Clp, GLPK) may be significantly slower than with commercial solvers.

Installation

There are two options, either install all the dependencies yourself or setup the engine within a Docker image. Detailed installation notes can be found here. You will also find in this document instructions to use REISE.jl in the standalone mode or in combination with PowerSimData.

License

MIT

Communication Channels

Sign up to our email list and our Slack workspace to get in touch with us.

Contributing

All contributions (bug report, documentation, feature development, etc.) are welcome. An overview on how to contribute to this project can be found in our Contribution Guide.

This package is formatted following the Blue Style conventions. Pull requests will be automatically checked against consistency to this style guide. Formatting is as easy as:

julia> using JuliaFormatter

julia> format(FILE_OR_DIRECTORY)

If an individual file is passed, that file will be formatted. If a directory is passed, all Julia files in that directory and subdirectories will be formatted. Use format(".") from the root of the package to format all files.

reise.jl-dqwu's People

Contributors

danielolsen avatar jenhagg avatar lanesmith avatar rouille avatar ahurli avatar dongqi-wu avatar kasparm avatar dmuldrew 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.