=========================================================================
  ThermoFluidCalc — Standalone Fortran Execution Guide
=========================================================================

Calculator : Data Center PUE & Cooling
Category   : Tools

Files Included:
  - datacenter_pue_thermal.f90 (Fortran 90/2008 Source Code)
  - input.txt (Pre-configured Sample Input)

-------------------------------------------------------------------------
1. How to Compile
-------------------------------------------------------------------------
Make sure you have GNU Fortran (gfortran) or Intel Fortran (ifort) installed.
Run the following compilation command in your terminal:

  gfortran -O3 datacenter_pue_thermal.f90 -o datacenter_pue_thermal

-------------------------------------------------------------------------
2. How to Execute
-------------------------------------------------------------------------
Run the compiled binary and pipe the input.txt file into stdin:

  datacenter_pue_thermal < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
IT Equipment Load [kW]\nCooling Infrastructure Power [kW]\nUPS & Distribution Losses [kW]\nLighting & Auxiliary Power [kW]\nServer Temp Rise Delta-T [°C]\nCold Aisle Supply Temp [°C]\nContainment Strategy (1=Open, 2=Cold Aisle, 3=Hot Aisle)

Website : https://thermofluidcalc.com
