-
Notifications
You must be signed in to change notification settings - Fork 20
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
esds/posts/2021/xarray-wrf-example/ #129
Comments
I have never installed into a conda environment using pip, I've just used conda install then added it to my environment (conda install -n myenv package) to be used in jupyter lab. |
I'm wondering how the |
There's some documentation here : https://docs.xarray.dev/en/stable/internals/how-to-add-new-backend.html |
When I provide engine="xwrf", it says "unrecognized engine xwrf must be one of: ['netcdf4', 'scipy', 'gini', 'store']". Is there any solution to this? |
You need to install |
Reading WRF data into Xarray and Visualizing the Output using hvPlot — NCAR-ESDS 0.1 documentation
https://ncar.github.io/esds/posts/2021/xarray-wrf-example/
The text was updated successfully, but these errors were encountered: