IVfeature: IV features data

IVfeatureR Documentation

IV features data

Description

The dataset contains current-voltage (I-V) curve scans and the I-V features data obtained by the I-V features extraction algorithm of the ddiv R package. These extracted I-V features are for the brand A photovoltaic (PV) modules exposed to damp heat indoor accelerated test conditions of 85 degrees C and 85 The measurement step-wise through time at 500 hour time intervals. The raw data is provided by the SunEdison company. The I-V features include max power (Pmp), short circuit current (Isc), current at max power(Imp), fill factor (FF), series resistance (Rs), shunt resistance (Rsh), open circuit voltage (Voc), and voltage at max power (Vmp). The shunt resistance (Rsh) is too noisy to use for netSEM modeling. After checking the correlation between Isc, Imp, Voc, Vmp, FF, Rs. FF, Rs, Vmp are highly correlated, so we randomly select one to be contained in the model. Here we choose Isc, Imp, Rs and Voc to be contained in the model and these four I-V features show no indication of high correlation. The trend of the I-V features are related to the mechanisms of PV degradation. The variable 'dy' is time that has been converted into decimal year in which 1 means 1 year. We would use this dataet to buit <S|M|R> models with time as the stressor, and four I-V features as tracking variables of the degradation mechanisms and max power as the reponse.

Usage

data(IVfeature)

Format

A data frame with 20 rows and 9 variables:

Pmp

max power at the measurement step

dy

the exposure time after been converted into decimal year

Isc

short circuit current

Imp

current at max power

Rs

series resistance

Voc

open circuit voltage

Author(s)

Jiqi Liu, Alan Curran, Justin S. Fada, Xuan Ma, Wei-Heng Huang, Jennifer L. Braid, Roger H. French

Source

Solar Durability and Lifetime Extension (SDLE) Research Center, Case Western Reserve University


netSEM documentation built on Sept. 8, 2023, 5:26 p.m.