NREL / Solar-for-Industry-Process-Heat

3 stars 1 forks source link

PVHP Model Memory Usage #12

Open wxi1995 opened 4 years ago

wxi1995 commented 4 years ago

Identify possible memory optimization strategies such as but not limited to:

  1. Using smaller byte data types for the hourly simulation tensors which will drastically reduce peak memory usage at the cost of perhaps having 5-6 sig fig accuracy.

  2. Use dask arrays.

  3. Use 1 more for loop at the cost of computation time.