You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gridclim dict has a hardcoded threshold for performance reasons. Currently, if the mapping file gridded cell count is above 500, then the daily variable dataframes would be removed from the dictionary output.
We've had a discussion to incorporate this threshold limit as a gridclim_dict input parameter. Thus far, it would make sense to incorporate a default number to prevent slow performance from high virtual memory burden. A second concern is that without this threshold the resulting dictionary output is far too large for use (export or read-in) as it will be in the order of gigabytes.
The text was updated successfully, but these errors were encountered:
Gridclim dict has a hardcoded threshold for performance reasons. Currently, if the mapping file gridded cell count is above 500, then the daily variable dataframes would be removed from the dictionary output.
We've had a discussion to incorporate this threshold limit as a gridclim_dict input parameter. Thus far, it would make sense to incorporate a default number to prevent slow performance from high virtual memory burden. A second concern is that without this threshold the resulting dictionary output is far too large for use (export or read-in) as it will be in the order of gigabytes.
The text was updated successfully, but these errors were encountered: