NREL / PVDegradationTools

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

Implement JIT for faster computation. #38

Open MDKempe opened 7 months ago

MDKempe commented 7 months ago

We need to go through all the code and where there are For-Next loops or intensive calculations on the whole series of weather data (e.g. calculating the total degradation using the Arrhenius equation).

For the LETID, this probably requires some combinations of subroutines to make it work, but it could help it run 10x faster.