Skip to main content

Module batch

Module batch 

Source

Structs§

BatchModelChain
Batch ModelChain – runs the full PV simulation pipeline on a time series using rayon for parallel processing.
SimulationSeries
Output from batch simulation – one value per timestep.
WeatherSeries
Input data for batch simulation – one value per timestep.

Functions§

airmass_absolute_batch
Batch absolute airmass.
airmass_relative_batch
Batch relative airmass for an array of zenith angles.
aoi_batch
Batch AOI calculation.
bird_batch
Batch Bird clear sky model.
disc_batch
Batch DISC decomposition. Returns (dni_vec, kt_vec, airmass_vec).
erbs_batch
Batch Erbs decomposition. Returns (dni_vec, dhi_vec).
extra_radiation_batch
Batch extraterrestrial radiation.
faiman_batch
Batch Faiman cell temperature.
iam_ashrae_batch
Batch ASHRAE IAM.
iam_physical_batch
Batch Physical IAM.
ineichen_batch
Batch Ineichen clear sky model. Returns (ghi_vec, dni_vec, dhi_vec).
perez_batch
Batch Perez transposition model.
pvwatts_ac_batch
Batch PVWatts AC power.
sapm_cell_temperature_batch
Batch SAPM cell temperature. Returns (cell_temp_vec, module_temp_vec).
solar_position_batch
Batch solar position calculation for multiple timestamps. Returns (zenith_vec, azimuth_vec, elevation_vec).
solar_position_batch_utc
Convenience batch solar position for UTC NaiveDateTime timestamps.
total_irradiance_batch
Batch get_total_irradiance. Returns PoaComponents for each timestep.