rename solar-hsat in config
This commit is contained in:
parent
e4bc92592c
commit
e8de4f308f
@ -589,7 +589,7 @@ sector:
|
||||
biogas_upgrading_cc: false
|
||||
conventional_generation:
|
||||
OCGT: gas
|
||||
solar_utility_singla_axis_tracking: true
|
||||
solar_utility_horizontal_axis_tracking: true
|
||||
biomass_to_liquid: false
|
||||
biosng: false
|
||||
limit_max_growth:
|
||||
|
@ -200,7 +200,7 @@ def adjust_renewable_profiles(n, input_profiles, params, year):
|
||||
|
||||
for carrier in params["carriers"]:
|
||||
if carrier == "hydro" or (carrier == "solar-hsat" and
|
||||
not snakemake.config["sector"]["solar_utility_singla_axis_tracking"]
|
||||
not snakemake.config["sector"]["solar_utility_horizontal_axis_tracking"]
|
||||
): continue
|
||||
|
||||
with xr.open_dataset(getattr(input_profiles, "profile_" + carrier)) as ds:
|
||||
|
@ -3703,7 +3703,7 @@ if __name__ == "__main__":
|
||||
if options["electricity_distribution_grid"]:
|
||||
insert_electricity_distribution_grid(n, costs)
|
||||
|
||||
if not options["solar_utility_singla_axis_tracking"]:
|
||||
if not options["solar_utility_horizontal_axis_tracking"]:
|
||||
remove_solar_tracking(n)
|
||||
|
||||
maybe_adjust_costs_and_potentials(n, snakemake.params["adjustments"])
|
||||
|
@ -959,7 +959,7 @@ def extra_functionality(n, snapshots):
|
||||
if EQ_o := constraints["EQ"]:
|
||||
add_EQ_constraints(n, EQ_o.replace("EQ", ""))
|
||||
|
||||
if config["sector"]["solar_utility_singla_axis_tracking"]:
|
||||
if config["sector"]["solar_utility_horizontal_axis_tracking"]:
|
||||
add_solar_potential_constraints(n, config)
|
||||
|
||||
add_battery_constraints(n)
|
||||
|
Loading…
Reference in New Issue
Block a user