You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, wrf-python checks if a useful third party package such as xarray, cartopy, basemap or PyNGL is installed and uses it in this case. Additionally, there are some configuration routines (https://wrf-python.readthedocs.io/en/latest/user_api/index.html#configuration-routines) for enabling or disabling those third party packages regardless of the default behavior.
These configuration routines do not work. For example,
Hi @sfalmo,
Thank you for opening this issue and a corresponding PR! I will be reviewing the PR in the next week to make sure everything runs smoothly before approval. Once approved, we can merge and release the fix for wrf-python.
By default,
wrf-python
checks if a useful third party package such asxarray
,cartopy
,basemap
orPyNGL
is installed and uses it in this case. Additionally, there are some configuration routines (https://wrf-python.readthedocs.io/en/latest/user_api/index.html#configuration-routines) for enabling or disabling those third party packages regardless of the default behavior.These configuration routines do not work. For example,
prints
True
ifxarray
is installed and subsequent calls towrf.getvar
still returnxarray
s.The text was updated successfully, but these errors were encountered: