Open mlshapiro opened 1 month ago
Description
GCPCacheStore fails when cache_dir is defined.
cache_dir
Details
cache
Steps to Reproduce
GCP_CACHE = GCPCacheStore(bucket=BUCKET, cache_dir="cache") DATE = pd.Timestamp("2019-02-01") time_bounds = (DATE, DATE + pd.Timedelta("36h")) pressure_levels = (350, 300, 250, 225, 200, 175, 150) era5pl = ERA5( time=time_bounds, variables=Cocip.met_variables, pressure_levels=pressure_levels, cachestore=GCP_CACHE )
Additional Notes
We may not want to support the GCPCacheStore anymore given that we have Zarr files.
GCPCacheStore
Description
GCPCacheStore fails when
cache_dir
is defined.Details
cache
Steps to Reproduce
Additional Notes
We may not want to support the
GCPCacheStore
anymore given that we have Zarr files.