|
12 | 12 | EACH(
|
13 | 13 | UPDATE(V(energy_heat_well_shallow_lt_geothermal), full_load_hours, USER_INPUT()),
|
14 | 14 | UPDATE(V(energy_heat_well_shallow_lt_geothermal), number_of_units, original_nou_energy_heat_well_shallow_lt_geothermal),
|
15 |
| - UPDATE(V(energy_heat_well_shallow_lt_geothermal), preset_demand_by_steam_hot_water_production, V(energy_heat_well_shallow_lt_geothermal, production_based_on_number_of_units)), |
| 15 | + UPDATE(V(energy_heat_well_shallow_lt_geothermal), preset_demand_by_steam_hot_water_production, V(energy_heat_well_shallow_lt_geothermal, steam_hot_water_production_based_on_number_of_units)), |
16 | 16 |
|
17 | 17 | UPDATE(V(energy_heat_well_deep_ht_geothermal), full_load_hours, USER_INPUT()),
|
18 | 18 | UPDATE(V(energy_heat_well_deep_ht_geothermal), number_of_units, original_nou_energy_heat_well_deep_ht_geothermal),
|
19 |
| - UPDATE(V(energy_heat_well_deep_ht_geothermal), preset_demand_by_steam_hot_water_production, V(energy_heat_well_deep_ht_geothermal, production_based_on_number_of_units)), |
| 19 | + UPDATE(V(energy_heat_well_deep_ht_geothermal), preset_demand_by_steam_hot_water_production, V(energy_heat_well_deep_ht_geothermal, steam_hot_water_production_based_on_number_of_units)), |
20 | 20 |
|
21 | 21 | UPDATE(V(energy_heat_well_deep_mt_geothermal), full_load_hours, USER_INPUT()),
|
22 | 22 | UPDATE(V(energy_heat_well_deep_mt_geothermal), number_of_units, original_nou_energy_heat_well_deep_mt_geothermal),
|
23 |
| - UPDATE(V(energy_heat_well_deep_mt_geothermal), preset_demand_by_steam_hot_water_production, V(energy_heat_well_deep_mt_geothermal, production_based_on_number_of_units)), |
| 23 | + UPDATE(V(energy_heat_well_deep_mt_geothermal), preset_demand_by_steam_hot_water_production, V(energy_heat_well_deep_mt_geothermal, steam_hot_water_production_based_on_number_of_units)), |
24 | 24 |
|
25 | 25 | UPDATE(V(energy_heat_well_shallow_heatpump_mt_geothermal), full_load_hours, USER_INPUT()),
|
26 | 26 | UPDATE(V(energy_heat_well_shallow_heatpump_mt_geothermal), number_of_units, original_nou_energy_heat_well_shallow_heatpump_mt_geothermal),
|
27 |
| - UPDATE(V(energy_heat_well_shallow_heatpump_mt_geothermal), preset_demand_by_steam_hot_water_production, V(energy_heat_well_shallow_heatpump_mt_geothermal, production_based_on_number_of_units)), |
| 27 | + UPDATE(V(energy_heat_well_shallow_heatpump_mt_geothermal), preset_demand_by_steam_hot_water_production, V(energy_heat_well_shallow_heatpump_mt_geothermal, steam_hot_water_production_based_on_number_of_units)), |
28 | 28 |
|
29 | 29 | UPDATE(V(industry_heat_well_geothermal), full_load_hours, USER_INPUT()),
|
30 | 30 | UPDATE(V(industry_heat_well_geothermal), number_of_units, original_nou_industry_heat_well_geothermal),
|
31 |
| - UPDATE(V(industry_heat_well_geothermal), preset_demand_by_steam_hot_water_production, V(industry_heat_well_geothermal, production_based_on_number_of_units)), |
| 31 | + UPDATE(V(industry_heat_well_geothermal), preset_demand_by_steam_hot_water_production, V(industry_heat_well_geothermal, steam_hot_water_production_based_on_number_of_units)), |
32 | 32 |
|
33 | 33 | UPDATE(V(agriculture_geothermal), full_load_hours, USER_INPUT())
|
34 | 34 | )
|
|
0 commit comments