Open nbren12 opened 3 years ago
Currently, there is a ton of repeated downloading of data for different diagnostics. It would be much cheaper to use fsspec's builtin caching mechanism: https://filesystem-spec.readthedocs.io/en/latest/features.html#caching-files-locally
cc @oliverwm1
info: workflows/diagnostics/fv3net/prognostic_run/emulation/single_run.py function open_zarr has a fix like this.
Fix for this appears to be in branch report-improvments-v2
Currently, there is a ton of repeated downloading of data for different diagnostics. It would be much cheaper to use fsspec's builtin caching mechanism: https://filesystem-spec.readthedocs.io/en/latest/features.html#caching-files-locally
cc @oliverwm1