Charles Stern

Results 443 comments of Charles Stern

Awesome. I'll dispatch a test of this recipe on Pangeo Forge Cloud now. This will involve caching the first two inputs, which from our discussion on https://github.com/pangeo-forge/staged-recipes/issues/128 we know may...

/run recipe-test recipe_run_id=18

Hmm... according to the logs this failure has something to with the serialization/deserialization process (i.e. moving the recipe from GitHub to our cloud runners) and is not a problem with...

IIUC, we should not be seeing the yaml config at in the **Write** tab?

Apologies for the churn on this; I thought #110 would be the solution, but it was not. https://github.com/pangeo-forge/staged-recipes/commit/265f2a48da7369af82f2f61b213b8e35673807fc (which I accidentally committed directly to `master`, instead of making a PR)...

@norlandrhagen, sure thing. 1. Do you have credentials for a storage target (cloud bucket, probably) where these recipes will be executed? 2. If so, take a look at https://pangeo-forge.readthedocs.io/en/latest/recipe_user_guide/execution.html for...

I believe all of the surface datasets are now on OSN. Returning to this main thread to provide an high-level "flyover" of how it's organized. Note that below, `fs_osn` and...

@reint-fischer and @SBS-EREHM, as promised in https://github.com/pangeo-forge/pangeo-forge-recipes/issues/315#issuecomment-1122785969, here's a summary of my progress debugging your recipe: - The initial problem, `FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmp3zzmk1oe/ri5TAkGy/.zmetadata'`, pointed...

Update: https://github.com/pydata/xarray/pull/6476 was merged today, so following the next Xarray release, there should not be any other blockers for this recipe.

> This might be a good solution for the many scenarios in which we just can't get access to the machine where the data live. This is certainly a recurring...