reeds_properties: csv file#
The reeds_properties.csv file determines which ReEDS properties to process with Marmot.
Set values to TRUE to process the specified property.
If a property you would like to process is not in this file, add it as a new row with the same format.
Input Definitions#
Columns#
The reeds_properties.csv has 6 columns:
- data_type:
Specifies the interval of data to process. interval will always process the smallest interval data available. For ReEDS this is hourly data. Since ReEDS does not natively export full 8760 hourly data, Marmot will create this using the ReEDS timesteps and an internal ReEDS mapping file. The year data_type will format the data at the standard ReEDS year interval.
- group:
The data class group, used by Marmot to group property types. Valus should all be lower-case strings.
- data_set:
The property associated with the group, e.g, generator gen_out. These names are equivalent to the ReEDS properties located in the results gdx file.
- collect_data:
Set to TRUE to process the property or FALSE to skip.
- description:
Describes the property.
- Marmot Property:
The name Marmot will assign the property once processed. The values assigned here do not effect the internal code and are just provided for user information.
Input Example#
data_type |
group |
data_set |
collect_data |
description |
Marmot Property |
---|---|---|---|---|---|
interval |
generator |
gen_out |
TRUE |
Output from each generator by timestep |
generator_Generation |
year |
generator |
gen_out_ann |
TRUE |
Generation by year |
generator_Generation_Annual |
year |
generator |
cap_out |
TRUE |
Nameplate power capacity (Max Capacity x Units) |
generator_Installed_Capacity |
interval |
generator |
curt_out |
TRUE |
Output from each generator by timestep |
generator_Curtailment |
year |
region |
load_rt |
TRUE |
Total load within a region |
region_Load |
interval |
line |
tran_flow_power |
FALSE |
Flow from “Node From” to “Node To” |
line_Flow |
interval |
line |
losses_tran_h |
FALSE |
losses from “Node From” to “Node To” |
line_Losses |
year |
line |
tran_out |
FALSE |
Transmission capacity |
line_Import Limit |
interval |
generator |
stor_in |
TRUE |
The amount that a generator charges during a timestep. |
generator_Pump Load |
year |
storage |
stor_energy_cap |
TRUE |
Storage Energy Capacity |
storage_Max Volumne |
year |
emission |
emit_r |
FALSE |
Total emissions production |
emissions_Production |
interval |
reserves_generators |
opRes_supply_h |
TRUE |
Reserves provided by generator and timestep |
reserves_generators_Provision |
year |
reserves_generators |
opRes_supply |
TRUE |
Reserves provided by generators by year |
reserves_generators_Provision_Annual |
year |
generator |
systemcost_techba |
TRUE |
The total cost for operating a generators |
generator_Total_Generation_Cost |