Modules
parc
¶
the parc
parc.configs
¶
parc.configs¶
Provide different grid configurations.
The module contains the following configs:
edf- All sites under EDF control.endesaenelrwetepco
parc.databases
¶
parc.grids
¶
parc.naming
¶
parc.sites
¶
parc.technologies
¶
parc.types
¶
Grid
¶
Grid(*, name='grid', sites=None)
A grid is just a list of units
| PARAMETER | DESCRIPTION |
|---|---|
name |
TYPE:
|
sites |
TYPE:
|
Source code in parc/types/grid.py
12 13 14 15 16 | |
Site
¶
Site(*, name, units)
Unit
¶
Unit(*, technology, name, electricity_producer=True)
electricity_producer: can be false for common buildings (storage, control rooms...)
| PARAMETER | DESCRIPTION |
|---|---|
technology |
TYPE:
|
name |
TYPE:
|
electricity_producer |
TYPE:
|
Source code in parc/types/unit.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | |