cd "./results/brewery/run_003//s_001/plots/carnot//models/
      set term jpeg
    set output "carnot_heatpump_ss_Loc_t1_Clu_DefaultHeatCascade.jpeg"
      set title "Carnot Integrated Composite Curves for 'heatpump-ss'  for 'Loc'  for scenario 1, time 1,\n cluster 'Clu' and layer of heat cascade 'DefaultHeatCascade'"
  set key font "consolas, 11"
  set title font "consolas, 13"
  set xlabel "Heat Load [kW]"
  set xlabel font "consolas, 13"
  set ylabel "Carnot factor (1 - T_{amb}/T)"
  set ylabel font "consolas, 13"
  set xrange [-4449:1868]
  set yrange [-0.2:0.8]
  set mxtics
  set mytics
  set tics font "consolas, 7"
  set style line 12 lc rgb '#808080' lt 0 lw 1
  set link y2 via (298/(1-y)-273.15) inverse (1-(298)/(y+273.15))
  set y2label font "consolas, 13"
  set y2label "Temperature T [°C]"
  set ytics nomirror
  set y2tics nomirror
  set tics font "consolas, 13"
  set grid xtics ytics back ls 0
  plot "carnot_base_m_heatpump_ss_loc_Loc_t1_Clu_DefaultHeatCascade.txt" title "base" with lines lc 15 dt solid,"carnot_separated_m_heatpump_ss_loc_Loc_t1_Clu_DefaultHeatCascade.txt" title "heatpump-ss" with lines lc 14 dt solid,
  