Closed krober10nd closed 1 year ago
Thanks for the question @krober10nd and I apologize for the delayed response.
You should be able to set that when you read in the dataset, using the storage_options
argument!
catalog.to_dataset_dict(storage_options={'anon':True, 'clobber':False})
Thank you for the response! It has been working great once I got past some initial issues.
Hi all,
I was able to run this script once and it produced netcdf files as one would expect when it's run again (after deleting the NetCDF files in that directory) I receive the following error:
Python: 3.10.6 intake-esm: 2023.4.20
Any idea why this may be? I can't find any information on how to set the registry clobber to False.
Thanks
Producing this essentially:
Full error is here: