Closed
Description
I'd like to move the Linke turbidity look up code out of clearsky.ineichen
and into its own function. The clearsky.ineichen
API can remain the same, and it can call the new function to automatically pull in the turbidity data. Two advantages: you can easily access the turbidity data that is driving your pv models, you can cache the result so that you don't have to read and process the file over and over.