-
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 rechunked dataset #233
base: master
Are you sure you want to change the base?
Conversation
pre-commit.ci autofix |
I got "push permission was denied -- perhaps the PR was made from an organization?". |
pre-commit.ci autofix |
1 similar comment
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
@cisaacstern and other Pangeo-Forge Gurus, How do I remove the ( Shown in cell [20] of my local recipe run here: |
@rsignell-usgs based on cell [11] of your linked notebook, it looks like this variable is part of the original files, so it's just being passed through to the output dataset. If you'd prefer to drop it, you can use a preprocessor function. A more complicated preprocessor is demonstrated here. In your case, it could be something like: def preprocess(ds):
return ds.drop("reference_time")
recipe = XarrayZarrRecipe(
...
process_chunk=preprocess,
) |
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
/run NWM-2.1-grid1km-LDAS-rechunked |
The test failed, but I'm sure we can find out why! Pangeo Forge maintainers are working diligently to provide public logs for contributors. |
Co-authored-by: Charles Stern <[email protected]>
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
/run NWM-2.1-grid1km-LDAS-rechunked |
The test failed, but I'm sure we can find out why! Pangeo Forge maintainers are working diligently to provide public logs for contributors. |
@cisaacstern , I accepted your suggested changes (pretty cool!) and the recipe looks okay, but still failing. |
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
@sharkinsspatial is this National Water Model reanalysis 1km grid recipe one that your team could help out with? I'm hoping the answer is YES, since it's:
|
/run NWM-2.1-grid1km-LDAS-rechunked |
The test failed, but I'm sure we can find out why! Pangeo Forge maintainers are working diligently to provide public logs for contributors. |
NWM 1km reanalysis gridded output, rechunked for superior time series extraction