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

Calculator : Solar Radiation & Position
Category   : Radiation

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

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

  solar_radiation < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Latitude phi [deg]
Longitude L_loc [deg]
Day of year n
Local Hour H
Time Zone TZ
Panel Tilt beta [deg]
Panel Azimuth gamma [deg]
Albedo rho_g

Website : https://thermofluidcalc.com
