-
Notifications
You must be signed in to change notification settings - Fork 75
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
NAM Wind Issues #386
Comments
Update. I also tried VVEL and it gave me the same error but for a different date too. |
@blaylockbk Note to self...add a note on this feature in the NAM tutorial notebook in the docs. |
I am also getting:
when I try to do: Hnam = Herbie("2023-11-12 00:00",model="nam",products="awphys",fxx=6)
Hnam.inventory()
print (Hnam.inventory("VVEL:"))
vv1000=Hnam.xarray("VVEL: 1000 mb")
vv1000.vv The NAM tutorial may need to be updated some more because of these issues. |
Hi there I am running into this error:
FileNotFoundError: [Errno 2] No such file or directory: '/root/data/nam/20221216/subset_fbef5bc9__nam.t12z.awphys00.tm00.grib2'
when I run this code:
I also run into the same error when I tried it with the AWIPS version of the 12 km NAM.
The text was updated successfully, but these errors were encountered: