Skip to content

Commit

Permalink
remove redundant boolean in 5G instance template
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Dec 7, 2023
1 parent 35ca025 commit 4bfbd29
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
{% if 'ghe_parameters' in sys_params.district_system['fifth_generation'] %}
use_m_flow_in=false,
T={{ sys_params.district_system.fifth_generation.ghe_parameters.soil.undisturbed_temp }}+273.15,
use_m_flow_in=false,
{% else %}
use_m_flow_in=true,
T={{ sys_params.district_system.fifth_generation.central_heating_plant_parameters.temp_setpoint_hhw }}+273.15,
use_m_flow_in=true,
{% endif %}
nPorts=1)
"Heating water supply temperature (district side)."
Expand Down

0 comments on commit 4bfbd29

Please sign in to comment.