Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
ensure_generator_node_memberships,
ensure_head_storage_generator_membership,
ensure_interface_line_memberships,
ensure_pumped_hydro_storages_created,
ensure_reference_node_memberships,
ensure_region_node_memberships,
ensure_reserve_battery_memberships,
ensure_reserve_generator_memberships,
Expand All @@ -50,6 +52,7 @@
"sienna_to_plexos",
"REEDS_COMPONENT_SUBSTRINGS",
"ensure_region_node_memberships",
"ensure_reference_node_memberships",
"ensure_interface_line_memberships",
"ensure_generator_node_memberships",
"ensure_battery_node_memberships",
Expand All @@ -59,6 +62,7 @@
"ensure_transformer_node_memberships",
"ensure_head_storage_generator_membership",
"ensure_tail_storage_generator_membership",
"ensure_pumped_hydro_storages_created",
"membership_region_parent_node",
"membership_region_child_node",
"membership_reserve_child_generator",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,28 +56,74 @@
"prime_mover_types": {
"BA": "battery",
"BT": "geothermal",
"CA": "gas-cc",
"CC": "gas-cc",
"CE": "caes",
"CP": "csp",
"CS": "gas-cc",
"CT": "gas-cc",
"ES": "other",
"FC": "smr",
"FW": "other",
"GT": "gas-ct",
"HA": "hydnd",
"HB": "hydnd",
"HK": "hydnd",
"HY": "hyded",
"IC": "lfill-gas",
"HA": "hydro",
"HB": "hydro",
"HK": "hydro",
"HY": "hydro",
"PS": "pumped-hydro",
"OT": "other",
"ST": "coal",
"PVe": "upv",
"WT": "wind-ons",
"WS": "wind-ofs"
},
"reeds_thermal_mapping": {
"coal": [
"ANTHRACITE_COAL",
"BITUMINOUS_COAL",
"SUBBITUMINOUS_COAL",
"LIGNITE_COAL",
"COAL",
"REFINED_COAL",
"WASTE_COAL",
"SYNTHESIS_GAS_COAL"
],
"natural-gas": [
"NATURAL_GAS"
],
"o-g-s": [
"DISTILLATE_FUEL_OIL",
"RESIDUAL_FUEL_OIL",
"PETROLEUM_COKE",
"JET_FUEL",
"KEROSENE",
"PROPANE",
"WASTE_OIL",
"SYNTHESIS_GAS_PETROLEUM_COKE",
"OTHER_GAS",
"BLAST_FURNACE_GAS"
],
"biopower": [
"AG_BIOPRODUCT",
"AG_BYPRODUCT",
"MUNICIPAL_WASTE",
"OTHER_BIOMASS_SOLIDS",
"WOOD_WASTE_SOLIDS",
"OTHER_BIOMASS_LIQUIDS",
"SLUDGE_WASTE",
"BLACK_LIQUOR",
"WOOD_WASTE_LIQUIDS",
"TIREDERIVED_FUEL",
"WASTE_HEAT"
],
"lfill-gas": [
"LANDFILL_GAS",
"OTHER_BIOMASS_GAS"
],
"nuclear": [
"NUCLEAR"
],
"egs": [
"GEOTHERMAL"
],
"other": [
"OTHER"
]
},
"reeds_defaults": {
"syn-cond": {
"capacity_MW": 320.0,
Expand Down Expand Up @@ -742,132 +788,6 @@
"ramp_rate_down": 30.0,
"ramp_rate_up": 30.0
},
"hydd": {
"capacity_MW": null,
"forced_outage_rate": null,
"maintenance_rate": null,
"max_capacity_MW": null,
"max_ramp_up_percentage": 0.05,
"mean_time_to_repair": 24.0,
"min_capacity_MW": null,
"min_down_time": null,
"min_stable_level_percentage": null,
"min_up_time": null,
"start_cost_per_MW": null,
"vom_cost": 3.2
},
"hyded": {
"capacity_MW": null,
"forced_outage_rate": null,
"maintenance_rate": null,
"max_capacity_MW": null,
"max_ramp_up_percentage": 0.05,
"mean_time_to_repair": 24.0,
"min_capacity_MW": null,
"min_down_time": null,
"min_stable_level_percentage": null,
"min_up_time": null,
"start_cost_per_MW": null,
"vom_cost": 3.2
},
"hydend": {
"capacity_MW": null,
"forced_outage_rate": null,
"maintenance_rate": null,
"max_capacity_MW": null,
"max_ramp_up_percentage": 0.05,
"mean_time_to_repair": 24.0,
"min_capacity_MW": null,
"min_down_time": null,
"min_stable_level_percentage": 1.0,
"min_up_time": null,
"start_cost_per_MW": null,
"vom_cost": 3.2
},
"hydnd": {
"capacity_MW": null,
"forced_outage_rate": null,
"maintenance_rate": null,
"max_capacity_MW": null,
"max_ramp_up_percentage": 0.05,
"mean_time_to_repair": 24.0,
"min_capacity_MW": null,
"min_down_time": null,
"min_stable_level_percentage": 1.0,
"min_up_time": null,
"start_cost_per_MW": null,
"vom_cost": 3.2
},
"hydnpd": {
"capacity_MW": null,
"forced_outage_rate": null,
"maintenance_rate": null,
"max_capacity_MW": null,
"max_ramp_up_percentage": 0.05,
"mean_time_to_repair": 24.0,
"min_capacity_MW": null,
"min_down_time": null,
"min_stable_level_percentage": null,
"min_up_time": null,
"start_cost_per_MW": null,
"vom_cost": 3.2
},
"hydnpnd": {
"capacity_MW": null,
"forced_outage_rate": null,
"maintenance_rate": null,
"max_capacity_MW": null,
"max_ramp_up_percentage": 0.05,
"mean_time_to_repair": 24.0,
"min_capacity_MW": null,
"min_down_time": null,
"min_stable_level_percentage": 1.0,
"min_up_time": null,
"start_cost_per_MW": null,
"vom_cost": 3.2
},
"hydsd": {
"capacity_MW": null,
"forced_outage_rate": null,
"maintenance_rate": null,
"max_capacity_MW": null,
"max_ramp_up_percentage": 0.05,
"mean_time_to_repair": 24.0,
"min_capacity_MW": null,
"min_down_time": null,
"min_stable_level_percentage": null,
"min_up_time": null,
"start_cost_per_MW": null,
"vom_cost": 3.2
},
"hydsn": {
"capacity_MW": null,
"forced_outage_rate": null,
"maintenance_rate": null,
"max_capacity_MW": null,
"max_ramp_up_percentage": 0.05,
"mean_time_to_repair": 24.0,
"min_capacity_MW": null,
"min_down_time": null,
"min_stable_level_percentage": 1.0,
"min_up_time": null,
"start_cost_per_MW": null,
"vom_cost": 3.2
},
"hydud": {
"capacity_MW": null,
"forced_outage_rate": null,
"maintenance_rate": null,
"max_capacity_MW": null,
"max_ramp_up_percentage": 0.05,
"mean_time_to_repair": 24.0,
"min_capacity_MW": null,
"min_down_time": null,
"min_stable_level_percentage": null,
"min_up_time": null,
"start_cost_per_MW": null,
"vom_cost": 3.2
},
"hydro": {
"average_capacity_MW": 50.0,
"forced_outage_rate": 0.02,
Expand All @@ -879,31 +799,6 @@
"ramp_rate_up": 100.0,
"vom_cost": 3.2
},
"hydtrb": {
"average_capacity_MW": 50.0,
"forced_outage_rate": 0.02,
"maintenance_rate": 0.01,
"mean_time_to_repair": 48,
"min_energy": 0.0,
"min_power": 0.0,
"ramp_rate_down": 100.0,
"ramp_rate_up": 100.0,
"vom_cost": 3.2
},
"hydund": {
"capacity_MW": null,
"forced_outage_rate": null,
"maintenance_rate": null,
"max_capacity_MW": null,
"max_ramp_up_percentage": 0.05,
"mean_time_to_repair": 24.0,
"min_capacity_MW": null,
"min_down_time": null,
"min_stable_level_percentage": 1.0,
"min_up_time": null,
"start_cost_per_MW": null,
"vom_cost": 3.2
},
"lfill-gas": {
"capacity_MW": 20.0,
"forced_outage_rate": 0.0309,
Expand Down
Loading
Loading