-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NWM 1km LDAS kerchunked dataset #226
base: master
Are you sure you want to change the base?
Conversation
@cisaacstern my recipe failed -- had a typo. I fixed it (pushed a change to my fork) but how do I kick off the checks again? |
@rsignell-usgs, thanks for this contribution! Apologies for the confusion. The UI has changed, and is now presented as part of the PR checks: A green check next to |
/run NWM-2.1-grid1km-LDAS |
🎉 The test run of import xarray as xr
store = "https://ncsa.osn.xsede.org/Pangeo/pangeo-forge/test/pangeo-forge/staged-recipes/recipe-run-1393/NWM-2.1-grid1km-LDAS.zarr"
ds = xr.open_dataset(store, engine='zarr', chunks={})
ds |
@rsignell-usgs, the code snippet is not correct for the same reason as live ocean, because
are not yet resolved. But https://ncsa.osn.xsede.org/Pangeo/pangeo-forge/test/pangeo-forge/staged-recipes/recipe-run-1393/NWM-2.1-grid1km-LDAS.zarr should still be openable in normal kerchunk ways? |
Hmm, the JSON contains only 2 time steps instead of the expected 2920 time steps. |
For the test on an unmerged PR, that is expected. We only run two time steps from Aside from the that, does the data look as expected? If so, I'll merge! |
Yes, the data looks as expected except for the two time steps! We really want the entire simulation, not just 2017, so I just changed my file pattern to reflect that. |
/run NWM-2.1-grid1km-LDAS |
pre-commit.ci autofix |
/run NWM-2.1-grid1km-LDAS |
@cisaacstern , I didn't see any updated run here: import fsspec
fs = fsspec.filesystem('s3', anon=True, skip_instance_cache=True,
client_kwargs={'endpoint_url': 'https://ncsa.osn.xsede.org'})
fs.info('Pangeo/pangeo-forge/test/pangeo-forge/staged-recipes/recipe-run-1393/NWM-2.1-grid1km-LDAS.zarr/reference.json') returns:
|
Also just a note that reference.yaml intake catalog being generated is not quite right.
It should be:
|
Yes, thanks for the ping. Looks like something is failing silently before this job get's submitted. I'll take a look at the logs and get back to you on this.
@rsignell-usgs could you make an issue or PR for this on https://github.com/pangeo-forge/pangeo-forge-recipes? Looks like this is the relevant code. |
/run NWM-2.1-grid1km-LDAS |
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
/run NWM-2.1-grid1km-LDAS |
First try at NWM 1km LDAS recipe