Skip to content
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

National Water Model HDFReference Recipe #215

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

norlandrhagen
Copy link
Contributor

Pangeo-Forge HDFReference recipe of the kerchunk NWM example . Heavily adapted from notebook created by rsignell-usgs.

recipes/NWM/meta.yaml Outdated Show resolved Hide resolved
recipes/NWM/meta.yaml Outdated Show resolved Hide resolved
@andersy005
Copy link
Member

/run NWM

@andersy005
Copy link
Member

pre-commit.ci autofix

@andersy005
Copy link
Member

/run NWM

@norlandrhagen norlandrhagen changed the title National Water Model HDFRefernece Recipe National Water Model HDFReference Recipe Nov 1, 2022
@andersy005
Copy link
Member

/run NWM

1 similar comment
@andersy005
Copy link
Member

/run NWM

@andersy005
Copy link
Member

/run NWM

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Apr 24, 2023

FYI, I was running a variant of this for some data in Azure and ran into some issues with the data pushed to blob storage by NODD. I'm not sure if the AWS bucket has data this old, but it seems that on 2022-06-28, the internal chunking of the NetCDF files changed

In Azure, the URLs are

  1. "abfs://nwm/nwm.20220628/short_range/nwm.t11z.short_range.channel_rt.f001.conus.nc",
  2. "abfs://nwm/nwm.20220628/short_range/nwm.t12z.short_range.channel_rt.f001.conus.nc",

Prior to that first URL, feature_id is chunked 925580. From the second URL (onwwards?), feature_id is chunked 2776738. This coincided with an update from NWM 2.1 to NWM 2.2

I don't believe kerchunk / Zarr can handle that kind of change.

I'll post an update once I have a working example, but I'm running into issues with kerchunk seemingly dropping a bunch of files from my expected output.

@TomAugspurger
Copy link
Contributor

I blamed Kerchunk / Zarr too quickly for the dropped data (sorry Martin!). It was in pangeo-forge-recipes: pangeo-forge/pangeo-forge-recipes#515.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants