https://github.com/buabaj/radiation-and-heat
Comparing clear sky radiation and net solar radiation for 24 hours in Spintex, Accra-Ghana using Python
https://github.com/buabaj/radiation-and-heat
heat python radiation
Last synced: 6 months ago
JSON representation
Comparing clear sky radiation and net solar radiation for 24 hours in Spintex, Accra-Ghana using Python
- Host: GitHub
- URL: https://github.com/buabaj/radiation-and-heat
- Owner: buabaj
- Created: 2021-05-24T12:08:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-30T14:44:12.000Z (over 4 years ago)
- Last Synced: 2025-04-04T23:29:16.726Z (6 months ago)
- Topics: heat, python, radiation
- Language: Jupyter Notebook
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Radiation-and-Heat
Comparing clear sky radiation and net solar radiation for 24 hours in Spintex, Accra-Ghana using Python.## Procedure
-I downloaded the data sets for both variables separately from the Climate Data Store by inputting the geo-coordinates for Ghana.-I then used CDO and the outputtab operator to extract the variable data for Spintex alone and piped the output to a csv file.
-I read the files in my python script by using methods from the Pandas python library and manipulated the data into a DataFrame for easy analysis.
-I plotted the graph of the correlation in python by using the Matplotlib libray and saved the output to a png file.
## Conclusion
-From the analysis of the data and visualization, it can be concluded that radiation values for both clear sky and surface net solar radiaton are very low or equal to zero during the early and late hours of the day. This is because, at those hours of the day, the sun has not risen at the position i specified. However, radiation values are seen to increase drastically during the day because the sun rises and stays up during those hours.-Both clear sky and surface net solar radiation are observed to be very similar and this is because solar radiation at the location i specified is not strongly affected by cloud cover due to the scarcity of absorptive-radiation clouds in that region.