Fix needed for acs_area_statistics.py
The current system works well for single or few timesteps but does not cope with many time steps.
eg lat: 691, lon: 886, time:365 will crash because too much data is loaded into memory.
We need to work out a clever way to process large amounts of data without crashing the system.
Possibly use dask, chunks, or loops.
Experiment with daily data eg cordex_region_average.ipynb
Fix needed for acs_area_statistics.py The current system works well for single or few timesteps but does not cope with many time steps. eg lat: 691, lon: 886, time:365 will crash because too much data is loaded into memory. We need to work out a clever way to process large amounts of data without crashing the system. Possibly use dask, chunks, or loops. Experiment with daily data eg cordex_region_average.ipynb