From b2365243544718168ddf49d3562dca6419493f00 Mon Sep 17 00:00:00 2001 From: Paul Gierz Date: Fri, 15 Nov 2024 12:19:52 +0100 Subject: [PATCH] wip: trying to see if it's the filecache --- src/pymorize/gather_inputs.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pymorize/gather_inputs.py b/src/pymorize/gather_inputs.py index d5c59e2..ad4f582 100644 --- a/src/pymorize/gather_inputs.py +++ b/src/pymorize/gather_inputs.py @@ -276,9 +276,7 @@ def load_mfdataset(data, rule_spec): logger.debug(f"Loading {len(all_files)} files...") for f in all_files: logger.debug(f" * {f}") - mf_ds = xr.open_mfdataset( - all_files, parallel=True, use_cftime=True, preprocess=register_cache - ) + mf_ds = xr.open_mfdataset(all_files, parallel=True, use_cftime=True) return mf_ds