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.3.tar.gz (35.1 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.3-py3-none-any.whl (39.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: irr_uncertainty-1.3.tar.gz
  • Upload date:
  • Size: 35.1 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.3.tar.gz
Algorithm Hash digest
SHA256 08c0e8e648724938da18ce79f8d6176880b8a6bf731a5c06bf5bfc4907ec986a
MD5 cee2722509de8f788384f9c179b6d341
BLAKE2b-256 873e9876064d2845834635658390bd916e8e12f5402dfca461f726a8fc28556d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: irr_uncertainty-1.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 06f9eaf4088273d48ffd6f2c0ac3dc155de052225649ce55339083ce586dc2f4
MD5 05848440a71ce29c2d89a0686b1b85ab
BLAKE2b-256 f9706229e02907e6bb0383a6b7c5e7a940bb092eb44dd1cd3230fdd6d55c2e72

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