Skip to content

MaritimeRenewable/synthetic_solar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synthetic Solar

Synthetic Solar is a set of Python tools for generating synthetic sequences of hourly solar irradiances.

Example

import synthsolar
import matplotlib.pyplot as plt

Ktm = [0.49, 0.48, 0.50, 0.51, 0.51, 0.54, 0.54, 0.57, 0.56, 0.54, 0.51, 0.51]
lat = -34.8
G0 = synth_solar.Aguiar_hourly_G0(Ktm, lat)

plt.plot(G0)
plt.show()

screenshot of sample output

References

Credits

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

About

Generate synthetic solar radiation sequences (Python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 61.8%
  • Python 38.2%