NREL / PVDegradationTools

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

Base chunk size on number of dask processes #119

Open martin-springer opened 2 months ago

martin-springer commented 2 months ago

Is your feature request related to a problem? Please describe. To improve computational efficiency, the chunk size should be somewhat correlated with the number of dask processes.

Describe the solution you'd like We need to re-chunk some of the dask arrays during an analysis. Currently, this is done based on arbitrary chunk sizes.

Describe alternatives you've considered Obtain the number of processes from dask cluster and design chunk size based on that.