This section of the CD-ROM contains additional material supporting the information in 

Chapter 7: 
Solar Irradiation Via Air Temperature Data

of the book:  
Modeling Solar Radiation at the Earth's Surface.
Recent Advances

published by Springer-Verlag, Heidelberg

November 2007
-------------------------------------

Contents


This directory consists of 3 files:

1. ProgFuzzy.exe 		
/*The exe file has been built using the C Compiler from Fedora Core 6     

2. ProgFuzzy.c             	
/*Source file

3. stationtemperatures.prn       
/*Data recorded to the station of Timisoara in 2000 (source: www.ncdc.noaa.gov/ ) 


ProgFuzzy is a C Program that calculates the global solar irradiation (kWh/m2) 
in a given Julian day using fuzzy procedures. 

The input parameters are:
- Local latitude (in degrees)
- Julian day (a number between 1 and 365)
- Maximum air temperature (in celsius)
- Minimum air temperature (in Celsius)
that are introduced by user from keyboard. 

To run the application a data file containing the mean, maxima and minima of air temperature (in Celsius)
is also needed. The file should contain 4 colons and 365 rows as following:

Julian day	Mean	Maximum		Minimum
1		 0.5	4.00		-7.24
2
.
.