Giter VIP home page Giter VIP logo

Comments (4)

willu47 avatar willu47 commented on July 22, 2024

👍

from calliope.

brynpickering avatar brynpickering commented on July 22, 2024

Some of the main offenders:

sets:
y: technology
x: location
c: carrier
k: cost class

costs, constraints & decision variables:
r: resource
s: storage
e: energy
r2: secondary resource
eff: efficiency
x_map: map location
cap: capacity
c: charge/carrier/constraint
prod: production
con: consumption
om: operation and maintenance
var: variable
frac: annual fraction (relative to e_cap)
p: parastic

In some cases, it's easy enough to simply expand, others would become excessively long-winded.
Also, some span constraints, decision variables, and parameters, so an easy way of using the same term whilst distinguishing between those would be good. E.g. all caps, first letter caps, no caps; or suffixes _constraint, etc.

from calliope.

brynpickering avatar brynpickering commented on July 22, 2024

Work on this has begun in a new branch. Started with core.py, with the intention of changing the following once reorganisation of base.py and sets have taken place:

y -> tech
x -> loc
c -> carr (I'm still not sure about this one...)
k -> cost
r -> resource
e -> energy
p -> parasitic
c_rate -> charge_rate

Ones expected to stay the same:

eff (efficiency)
cap (capacity)
prod (production)
con (consumption)

Some points for discussion:

  • what to do about 'storage', is 'store' good enough?
  • var is used to mean a Python/Pyomo variable as well as a parameter/variable that varies in time. Suggested to change time varying things to '_varying', or similar
  • No discussion yet on what to do about 'om', 'frac', and 'x_map'

from calliope.

sjpfenninger avatar sjpfenninger commented on July 22, 2024

Fixed in 0.6.0

from calliope.

Related Issues (20)

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.