diff --git a/feedstock/recipe.py b/feedstock/recipe.py index 1f66f0c3..45ae8e04 100644 --- a/feedstock/recipe.py +++ b/feedstock/recipe.py @@ -346,6 +346,7 @@ def dynamic_chunking_func(ds: xr.Dataset) -> Dict[str, int]: store_name=f"{iid}.zarr", combine_dims=pattern.combine_dim_keys, dynamic_chunking_fn=dynamic_chunking_func, + consolidate_dimension_coordinates=True, ) | Copy(target_prefix=f'{copy_target_bucket}/data-library/cmip6-testing/copied_stores') | "Logging to non-QC table" >> LogToBigQuery(iid=iid, table_id=table_id_nonqc) diff --git a/feedstock/requirements.txt b/feedstock/requirements.txt index ef690cbc..86af10ec 100644 --- a/feedstock/requirements.txt +++ b/feedstock/requirements.txt @@ -1,5 +1,6 @@ git+https://github.com/leap-stc/leap-data-management-utils pangeo-forge-esgf==0.1.1 -pangeo-forge-recipes==0.10.4 +# pangeo-forge-recipes==0.10.4 +git+https://github.com/norlandrhagen/pangeo-forge-recipes@consolidate_dimension_coords dynamic-chunks==0.0.2 gcsfs