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

Calculator : Atmospheric Boundary Layer Wind Profile
Category   : Cfd

Files Included:
  - atmospheric_boundary_layer_wind.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 atmospheric_boundary_layer_wind.f90 -o atmospheric_boundary_layer_wind

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

  atmospheric_boundary_layer_wind < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Reference Wind Speed [m/s]\nReference Height [m]\nRoughness Length z0 [m]\nPower-Law Exponent alpha\nBuilding Height [m]\nBuilding Width [m]\nAir Density [kg/m³]

Website : https://thermofluidcalc.com
