diff --git a/adopt_net0/components/technologies/genericTechnologies/stor.py b/adopt_net0/components/technologies/genericTechnologies/stor.py index c4e030d7..48e94567 100644 --- a/adopt_net0/components/technologies/genericTechnologies/stor.py +++ b/adopt_net0/components/technologies/genericTechnologies/stor.py @@ -383,10 +383,10 @@ def init_cut_bidirectional_fix2(const, t): ) if self.flexibility_data["power_energy_ratio"] == "fixedcapacity": - b_tec.const_cut_bidirectional = pyo.Constraint( + b_tec.const_cut_bidirectional1 = pyo.Constraint( self.set_t_performance, rule=init_cut_bidirectional_fix1 ) - b_tec.const_cut_bidirectional = pyo.Constraint( + b_tec.const_cut_bidirectional2 = pyo.Constraint( self.set_t_performance, rule=init_cut_bidirectional_fix2 ) else: diff --git a/docs/source/workflow/LoadData.rst b/docs/source/workflow/LoadData.rst index 2bd64ccc..7312d491 100644 --- a/docs/source/workflow/LoadData.rst +++ b/docs/source/workflow/LoadData.rst @@ -25,7 +25,7 @@ system by setting: .. code-block:: console "existing": [], - "new": ['electricityOffshore'] + "new": ["electricityOffshore"] - Then, for each of the networks that you specify, an input data folder with that network name should be added in the corresponding folder ("existing" or @@ -88,8 +88,8 @@ system by setting: .. code-block:: console - "existing": ['WindTurbine_Onshore_1500': 2, 'Photovoltaic': 2.4], - "new": ['Storage_Battery', 'Photovoltaic', 'Furnace_NG'] + "existing": {"WindTurbine_Onshore_1500": 2, "Photovoltaic": 2.4}, + "new": ["Storage_Battery", "Photovoltaic", "Furnace_NG"] Note: For wind turbines, the capacity of one turbine is specified in the name (1500 W), and the size is an integer. Here, we thus have two 1.5MW wind turbines