|
3 | 3 | # You can see this in the user_curves.yml
|
4 | 4 |
|
5 | 5 | - query =
|
6 |
| - UPDATE( |
7 |
| - V( |
8 |
| - energy_heat_well_shallow_lt_geothermal, |
9 |
| - energy_heat_well_deep_ht_geothermal, |
10 |
| - energy_heat_well_deep_mt_geothermal, |
11 |
| - energy_heat_well_shallow_heatpump_mt_geothermal, |
12 |
| - industry_heat_well_geothermal, |
13 |
| - agriculture_geothermal |
14 |
| - ), |
15 |
| - full_load_hours, |
16 |
| - USER_INPUT() |
| 6 | + original_nou_energy_heat_well_shallow_lt_geothermal = V(energy_heat_well_shallow_lt_geothermal, number_of_units); |
| 7 | + original_nou_energy_heat_well_deep_ht_geothermal = V(energy_heat_well_deep_ht_geothermal, number_of_units); |
| 8 | + original_nou_energy_heat_well_deep_mt_geothermal = V(energy_heat_well_deep_mt_geothermal, number_of_units); |
| 9 | + original_nou_energy_heat_well_shallow_heatpump_mt_geothermal = V(energy_heat_well_shallow_heatpump_mt_geothermal, number_of_units); |
| 10 | + original_nou_industry_heat_well_geothermal = V(industry_heat_well_geothermal, number_of_units); |
| 11 | + |
| 12 | + EACH( |
| 13 | + UPDATE(V(energy_heat_well_shallow_lt_geothermal), full_load_hours, USER_INPUT()), |
| 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)), |
| 16 | + |
| 17 | + UPDATE(V(energy_heat_well_deep_ht_geothermal), full_load_hours, USER_INPUT()), |
| 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)), |
| 20 | + |
| 21 | + UPDATE(V(energy_heat_well_deep_mt_geothermal), full_load_hours, USER_INPUT()), |
| 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)), |
| 24 | + |
| 25 | + UPDATE(V(energy_heat_well_shallow_heatpump_mt_geothermal), full_load_hours, USER_INPUT()), |
| 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)), |
| 28 | + |
| 29 | + UPDATE(V(industry_heat_well_geothermal), full_load_hours, USER_INPUT()), |
| 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)), |
| 32 | + |
| 33 | + UPDATE(V(agriculture_geothermal), full_load_hours, USER_INPUT()) |
17 | 34 | )
|
| 35 | + |
18 | 36 | - priority = 1
|
19 | 37 | - max_value = 8760.0
|
20 | 38 | - min_value = 0.0
|
|
0 commit comments