diff --git a/stock_models/ASEAN/carriers.yaml b/stock_models/ASEAN/carriers.yaml index bc79f30..702ecb0 100644 --- a/stock_models/ASEAN/carriers.yaml +++ b/stock_models/ASEAN/carriers.yaml @@ -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 diff --git a/stock_models/ASEAN/generators.yaml b/stock_models/ASEAN/generators.yaml index 7cd0b86..f97103c 100644 --- a/stock_models/ASEAN/generators.yaml +++ b/stock_models/ASEAN/generators.yaml @@ -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 @@ -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) \ No newline at end of file