Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 5 additions & 0 deletions stock_models/ASEAN/carriers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ carriers:
nice_name: Solar
color: gold
co2_emissions: 0.

- id: solar-btmsl
nice_name: Solar Batam
color: gold
co2_emissions: 0.

- id: waste
nice_name: Waste
Expand Down
38 changes: 37 additions & 1 deletion stock_models/ASEAN/generators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2406,6 +2406,42 @@ generators:
min_up_time: 0 # (https://github.com/PyPSA/pypsa-eur/blob/master/data/unit_commitment.csv)
min_down_time: 0 # (https://github.com/PyPSA/pypsa-eur/blob/master/data/unit_commitment.csv)

- id: solar-batam
type: solar-batam
carrier: solar-btmsl
# ---
# unique technology parameters by bus
initial_capacity:
SGPXX: 0
planned_expansion:
SGPXX:
2030: 1000
efficiency:
SGPXX: 1.
ramp_limit_up:
SGPXX: 1.
ramp_limit_down:
SGPXX: 1.
p_min_pu:
SGPXX: 0.
min_utilisation_rate:
SGPXX: 0.
max_utilisation_rate:
SGPXX: 1.
# universal technology parameters
extendable: false
marginal_cost: 0 # currency/MWh
lifetime: 20 # years
is_blend_or_ccs: false
generation_blend_share: 0.
# unit commitment
committable: false
start_up_cost: 0 # currency/MW (https://github.com/PyPSA/pypsa-eur/blob/master/data/unit_commitment.csv)
shut_down_cost: 0 # currency/MW
ramp_limit_start_up: 0 # (https://github.com/PyPSA/pypsa-eur/blob/master/data/unit_commitment.csv)
ramp_limit_shut_down: 0 # (https://github.com/PyPSA/pypsa-eur/blob/master/data/unit_commitment.csv)
min_up_time: 0 # (https://github.com/PyPSA/pypsa-eur/blob/master/data/unit_commitment.csv)
min_down_time: 0 # (https://github.com/PyPSA/pypsa-eur/blob/master/data/unit_commitment.csv)

- id: photovoltaic-unspecified
type: photovoltaic-unspecified
Expand Down Expand Up @@ -3879,4 +3915,4 @@ generators:
ramp_limit_start_up: 0 # (https://github.com/PyPSA/pypsa-eur/blob/master/data/unit_commitment.csv)
ramp_limit_shut_down: 0 # (https://github.com/PyPSA/pypsa-eur/blob/master/data/unit_commitment.csv)
min_up_time: 0 # (https://github.com/PyPSA/pypsa-eur/blob/master/data/unit_commitment.csv)
min_down_time: 0 # (https://github.com/PyPSA/pypsa-eur/blob/master/data/unit_commitment.csv)
min_down_time: 0 # (https://github.com/PyPSA/pypsa-eur/blob/master/data/unit_commitment.csv)