-
Notifications
You must be signed in to change notification settings - Fork 250
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
📚[DOC]: corrdiff- what is the meaning of cwb dataset? #697
Comments
i download the dataset from https://catalog.ngc.nvidia.com/orgs/nvidia/teams/modulus/resources/modulus_datasets_cwa i need to unzip it to cwa_dataset.zarr folder to use it, right? What's more, why the file in cwa_dataset.zarr is .0 / .1 , not the .nc file |
cwa_dateset is a type of .zarr file, and its open by dataloader in dataset.py and cwb.py (line 68), the mini_dataset (hrrr_mini) is a type of .nc file, because its size small (~ 2G), .zarr is a better choice of large dataset |
Yes, cwb.py processes the CWA dataset. |
How would you describe the priority of this documentation request
Critical (currently preventing usage)
Is this for new documentation, or an update to existing docs?
New
Describe the incorrect/future/missing documentation
what is the full name of cwb? i know the mean of cwa by reading the paper, but what is the meaning of cwb..py in the code? is it the code processing of the corrdiff cwa dataset?
The text was updated successfully, but these errors were encountered: