Charles Stern
Charles Stern
> When running this, I run into the following warning > > ``` > /glade/u/home/mgrover/miniconda3/envs/cesm2-marbl/lib/python3.7/site-packages/xarray/conventions.py:207: SerializationWarning: variable None has data in the form of a dask array with dtype=object, which...
@mgrover1, I note in https://github.com/pangeo-forge/staged-recipes/pull/53#issuecomment-867983934 that you've given a `frequency` argument which also appears in the recipe [here](https://github.com/pangeo-forge/staged-recipes/pull/53/files?file-filters%5B%5D=.py#diff-12a05ee89dae4f6ae7b51bf5caf33a83cbab76dedf769531f8c553c2d60d537bR10). Assuming this refers to temporal resolution (monthly, daily, etc.), then each `frequency`...
How's this going, @mgrover1? Anything we can troubleshoot or is everything working as desired?
That would be great. I'll follow up off-thread to schedule.
References, takeaways, and action points from @sharkinsspatial, @rwegener2, and my synchronous discussion today. ## References: - Rachel provided [very thoughtful notes on the existing documentation](https://paper.dropbox.com/doc/pangeo-forge-Documentation-Planning-c3IDwQc5KzQR1La1JjkWr) describing, among other things, user...
We're already off to the races in #53, but for future reference just dropping this additional context document here, in case it's useful: https://hackmd.io/L_JRtOExSaKP7xg-DKeU5w
Thanks @dgergel! I'll take a look at this before our next meeting.
@dgergel, as a follow-up to our conversation yesterday, noting here the inputs available on S3 which match your specified criteria. https://github.com/pangeo-forge/cmip6-pipeline/pull/18 includes the utility class `CMIPS3Search`, which I've used to...
>> Should our zarr target structure patterns include some sort of versioning scheme which is tied to our release tagging? This simplifies many aspects of the workflow process but may...
Thanks for this contribution, @jthielen! I've posed a possible solution to the `fsspec` question in https://github.com/fsspec/filesystem_spec/discussions/918#discussioncomment-2325001. This approach has worked for me to authenticate with other HTTP servers, so probably...