Skip to main content

ineichen_batch

Function ineichen_batch 

Source
pub fn ineichen_batch(
    zenith: &[f64],
    airmass_absolute: &[f64],
    linke_turbidity: f64,
    altitude: f64,
) -> (Vec<f64>, Vec<f64>, Vec<f64>)
Expand description

Batch Ineichen clear sky model. Returns (ghi_vec, dni_vec, dhi_vec).