Repo for the CMP3110M Parallel Computing module assignment
The project is to take weather data from files and perform statistical calculations in parallel on the datasets.
The provided data files contain records of air temperature collected over a period of more than 80 years from five weather stations in Lincolnshire: Barkston Heath, Scampton, Waddington, Cranwell and Coningsby. The original file is called “temp_lincolnshire.txt” and the short dataset is in “temp_lincolnshire_short.txt”. Each column corresponds to the following category:
- weather station name
- year the record was collected
- month
- day
- time (HHMM)
- air temperature (degree Celsius)