NREL / PVDegradationTools

Set of tools to calculate degradation responses and degradation related parameters for PV.
https://pvdegradationtools.readthedocs.io/
Other
24 stars 6 forks source link

fdm_temperature irradiance term #107

Closed tobin-ford closed 3 weeks ago

tobin-ford commented 1 month ago

pvdeg.temperature.fdm_temperature has no irradiance term.

The equation ported from the excel (pvdeg.irradiance.chamber_sample_temperature) has irradiance terms. Rectify.

tobin-ford commented 1 month ago

To do this we should:

Adjust equilibration temperature and have same equilibration time. We should add the irradiance temperature term as being a linear function of the irradiance (so we are just picking a constant in the parameter) for the finite difference method temperature model.

tobin-ford commented 3 weeks ago

Renamed old fdm temperature to fdm_temperature, created a new function with an irradiance term using absorptance to calculate temperature called fdm_sample_temperature. Write testing...