s243a

Drycooling

Aug 2nd, 2026
9,031
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. Continue improving the currently open cooling-tower vapour-recovery workbook. Inspect and reuse its existing cells, variables, weather data, assumptions, and results. Do not rebuild the workbook or discard existing analysis.
  2.  
  3. Add a dry-cooling comparison using the same IT load, heat-rejection load, climate, and operating hours as the existing wet-tower baseline.
  4.  
  5. Model two clearly labelled dry configurations:
  6.  
  7. 1. A conventional air-cooled chiller, with COP varying with ambient temperature and temperature lift.
  8. 2. A warm-water dry cooler using fans and pumps without a compressor whenever ambient dry-bulb temperature plus the cooler approach permits it. Use mechanical assistance only during hours when the required loop temperature cannot otherwise be maintained.
  9.  
  10. Report fan-only hours, mechanically assisted hours, annual cooling electricity, total facility electricity, PUE, and percentage energy increase relative to the wet baseline. Assume zero direct evaporative cooling water for the fully dry cases unless an optional adiabatic-assist mode is explicitly enabled.
  11.  
  12. Use the Phoenix field comparison—PUE 1.84 for air-cooled chillers versus 1.63 for water-cooled and evaporative cooling, approximately 12.9% higher facility energy—only as a reasonableness check, not as a calibration target:
  13. https://doi.org/10.1016/j.resconrec.2022.106194
  14.  
  15. Before comparing results, verify what the workbook’s existing 6.6% increase measures. Report it both as:
  16.  
  17. - percentage of total facility electricity;
  18. - percentage of IT electricity;
  19. - change in PUE;
  20. - annual MWh.
  21.  
  22. Do not compare the 6.6% with the dry-cooling result until their denominators match.
  23.  
  24. Add upstream electricity-generation water consumption. Use operational water consumption, not water withdrawal.
  25.  
  26. Define:
  27.  
  28. - `E_facility = PUE * E_IT`
  29. - `W_upstream = E_facility * grid_water_intensity`
  30. - `WUE_site = W_site / E_IT`
  31. - `WUE_source = (W_site + W_upstream) / E_IT`
  32. - `incremental_upstream = (E_scenario - E_wet_baseline) * grid_water_intensity`
  33. - `net_source_water_saved = onsite_water_saved - incremental_upstream`
  34. - `fraction_shifted_upstream = incremental_upstream / onsite_water_saved`
  35.  
  36. Only the additional electricity relative to the wet baseline counts as water shifted upstream. The wet baseline already has its own upstream electricity-water footprint.
  37.  
  38. Make `grid_water_intensity` configurable. Use 4.35 L/kWh as a clearly labelled 2023 U.S. reference value, not a universal value. It includes reservoir evaporation allocated to hydropower, so expose that accounting choice and include these operational-consumption sensitivity cases:
  39.  
  40. - U.S. supplied-electricity reference: 4.35 L/kWh
  41. - wet-cooled natural-gas combined cycle: 0.776 L/kWh
  42. - wet-cooled coal: 2.60 L/kWh
  43. - wet-cooled nuclear: 2.54 L/kWh
  44. - utility solar PV: 0.0038 L/kWh
  45. - wind: approximately zero
  46. - custom local-grid value
  47.  
  48. Sources:
  49.  
  50. - DOE/LBNL U.S. data-centre report:
  51. https://eta-publications.lbl.gov/sites/default/files/2024-12/lbnl-2024-united-states-data-center-energy-usage-report.pdf
  52. - NREL generation-technology factors:
  53. https://openei.org/datasets/files/969/pub/1748-9326_7_4_045802.pdf
  54.  
  55. Produce:
  56.  
  57. 1. A comparison table for the wet baseline, mine-water vapour recovery, conventional air-cooled chiller, and warm-water dry cooler.
  58. 2. Stacked bars separating onsite and upstream water consumption.
  59. 3. A water-versus-energy trade-off plot.
  60. 4. A sensitivity plot showing how the fraction shifted upstream changes with grid water intensity.
  61. 5. A concise conclusion stating whether each dry option uses more energy than the existing 6.6% result and how much of its onsite water saving is offset upstream.
  62.  
  63. Keep visible output concise. Save detailed hourly calculations to files and display only summaries and plots. Run all cells after editing and correct any errors.
Advertisement