Skip to main content

Irradiance uncertainty package

Project description

irr_uncertainty

This repo enables to generate irradiance (horizontal and plane-of-array) 95%-intervals anywhere in Europe with latitude and longitude between [35°,60°] and [-20°,40°] respectively, excluding atypical locations such as high-altitude snowy locations.

The intervals are generated with the basis of satellite (CAMS) data.

Package

This repo can be used as a package by running the following commands.

pip install irr_uncertainty

Example

The following lines generate Monte Carlo simulations to obtain the 95% interval for one orientation.

import pandas as pd

from irr_uncertainty.data.irr_data import cams_data_pvlib
from irr_uncertainty.data.solar_data import solarpos
from irr_uncertainty.models.uncertainty_model import irrh_scenarios, transpo_scenarios

start = pd.to_datetime("20220812").tz_localize("UTC")
end = pd.to_datetime("20220816").tz_localize("UTC")
n_scenarios = 1000

# Grenoble, FRANCE
lat = 45.16
long = 5.72
alt = 212

# Installation plan
tilt = 25
azimuth = 180

# Fetch CAMS data and get hourly solar position (with same convention)
sat_data = cams_data_pvlib(lat, long, alt, start, end)
solar_position = solarpos(sat_data.index, lat, long, alt).shift(-1)  

# Compute Monte Carlo simulations for horizontal plans
ghi_scns, dhi_scns, bhi_scns = irrh_scenarios(lat, long, alt, solar_position, sat_data["ghi"],
                                              n_scenarios=n_scenarios)
											  

# Generate Monte Carlo simulations for tilted plans
poa_scns_s, _, _, _ = \
    transpo_scenarios(tilt, azimuth, lat, long, alt, solar_position, ghi_scns, dhi_scns, n_scenarios=n_scenarios)

# Compute 95% interval bounds
q_95 = poa_scns_s.quantile([0.025, 0.975], axis=1).T

Then, typical intervals can be computed with the quantiles as in the Figure below.

Illustration quantiles

Mandatory credentials

A secret file "secret.ini" should be placed in the "data/" folder with the credentials for:

  • Soda-pro: for the CAMS data - to generate 95% interval for any location.
  • BSRN with a email request - to access BSRN station data and recreate the methodology Figures.

Command files

Two command files ease the creation of virtual environment and the execution of jupyter notebooks:

  • create_env.cmd: Create a virtual environment and installed all the required packages
  • notebook_start.cmd: Create a kernel to link with the virtual environment in order to use within the notebook and open the jupyter notebook

Setup

Python 3.9 python docs

Contact

Created by @Alex - feel free to contact me for any concerns and happy to receive feedbacks !

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

irr_uncertainty-1.1.tar.gz (35.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

irr_uncertainty-1.1-py3-none-any.whl (39.4 kB view details)

Uploaded Python 3

File details

Details for the file irr_uncertainty-1.1.tar.gz.

File metadata

  • Download URL: irr_uncertainty-1.1.tar.gz
  • Upload date:
  • Size: 35.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.13

File hashes

Hashes for irr_uncertainty-1.1.tar.gz
Algorithm Hash digest
SHA256 0fbfd9412ed3ccb5a75344004496bd643b4f032a2f9f9000e4fd569842b01071
MD5 4e61309a0f612f7f536e2c2df8a15531
BLAKE2b-256 81b5f8a5d736c3d63dc9bf0f180f6935ef718e693094b1db52db209377fc6fb0

See more details on using hashes here.

File details

Details for the file irr_uncertainty-1.1-py3-none-any.whl.

File metadata

  • Download URL: irr_uncertainty-1.1-py3-none-any.whl
  • Upload date:
  • Size: 39.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.13

File hashes

Hashes for irr_uncertainty-1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e1f010e648f1e08b8c48ad81559ba5b320e5926a476144549d8f2d54fb22eea8
MD5 781bf846ad5ef66d88299988e60c73af
BLAKE2b-256 553f6c1f945a1e497e9e49f053424113aaac17fc46d1d547b598033413e4d076

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page