Value columns - cols
๏
- value (number) [edit] ๐:
This column is primarily to support long-form IAMC time-series.
- capacity_factor (number) [edit] ๐:
constraints:
minimum
0
maximum
1
- description (string) [edit] ๐:
A human readable description, typically corresponding to an index column
name (string) [edit] ๐:
- flow_in (number) [edit] ๐:
constraints:
minimum
0
- storage_capacity (number) [edit] ๐:
The energy or power storage capacity of a technology, e.g. of a battery or a hydro dam.
constraints:
minimum
0
- nameplate_capacity (number) [edit] ๐:
The nameplate capacity of a technology, for example, the power generation capacity of a power plant in MW.
constraints:
minimum
0
Common aliases:
energy_cap
Calliope
- flow_out (number) [edit] ๐:
constraints:
minimum
0
Index columns - idxcols
๏
- scenario (string) [edit] ๐:
The scenario under which this data was generated. This index column is primarily to IAMC time-series.
constraints:
enum
โฆ
- model (string) [edit] ๐:
The model that generated this data. This index column is primarily to support IAMC time-series.
constraints:
enum
โฆ
- year (year) [edit] ๐: Data year
This index column is primarily to support long-form IAMC time-series.
- carrier (string) [edit] ๐:
An energy carrier or commodity that can be produced, consumed, stored, and transported. This could be โelectricityโ, โheatโ, or something more tangible such as โwoody_biomassโ, or more abstract such as โperson_kilometersโ when modelling transportation.
constraints:
enum
โฆ
timestep (datetime) [edit] ๐:
- unit (string) [edit] ๐:
This column is used to fill in the โunitโ column when converting a data package to the IAMC format.
constraints:
enum
โฆ
- technology (string) [edit] ๐:
Descriptor or name of the technology.
constraints:
enum
โฆ
Common aliases:
tech
Calliope
- variable (string) [edit] ๐: An IAMC variable
Denote the semi-hierarchical variable that the data represents. It is in the format
Category|Subcategory|Specification
; for more, see: https://pyam-iamc.readthedocs.io/en/stable/data.htmlconstraints:
pattern
^[0-9a-zA-Z_ |-]+$
- region (string) [edit] ๐:
The region the data corresponds to. This index column is needed when converting a data package to the IAMC format.
constraints:
enum
โฆ
Common aliases:
node
Calliope 0.7 and above
loc
Calliope 0.6 and lower