christiankral / PhotoVoltaics

Modelica library for the simulation of photo voltaic cells and modules
Other
25 stars 17 forks source link

Type of Temperature in Measurement Data #46

Closed LBoese closed 2 years ago

LBoese commented 2 years ago

First of all: great work!

Now the question: In the measurement data for trina there are two temperatures: T1(degC) T2(degC)

Are these ambient temperatures or module temperatures?

LBoese commented 2 years ago

In the Modelica text the information can be found:

Modelica.Units.SI.Temperature T1=combiTimeTable.y[8] "Temperature of ambient"; Modelica.Units.SI.Temperature T2=combiTimeTable.y[9] "Temperature of PV modules";