wrf-python
wrf-python copied to clipboard
A collection of diagnostic and interpolation routines for use with output from the Weather Research and Forecasting (WRF-ARW) Model.
It would be nice to have a utility to view the domain nests, similar to plotgrids_new.ncl. This way wrf-python users would no longer need to install NCL just to view...
It seems to me that currently the `vertcross` function's return value includes one `x` point for every WRF grid cell crossed by the line. For some applications (i.e., integrate concentrations...
Had a user on ncl-talk try to use wrf_user_ll_to_ij to check if observations are within the WRF domain. The current ll_to_xy routines are simple lat/lon to x/y converters that don't...
Current support for xarray is fairly primitive. Some features that would be nice are: - Add support for using xarray.Dataset directly instead of extracting the NetCDF object. - Being able...
Related to #170 I think. From the last run: https://github.com/NCAR/wrf-python/runs/6613143643?check_suite_focus=true ```bash Uploading wrf_python-1.3.4.1-cp310-cp310-linux_x86_64.whl 25l 0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/663.4 kB • --:-- • ? 0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/663.4 kB • --:-- • ?...
On a related but separate note to the issue/request I posted in #171, I'd like to request that improved documentation be made when passing a variable and not a `NetCDF4.Dataset`...
I’m trying to calculate cloud top temperature with wrf.ctt using MPAS outputs. I post-processed the outputs by interpolating to lat and lon grid and isobaric levels. Unfortunately, when I run...
See https://anaconda.org/conda-forge/wrf-python/files?version=1.3.2.6. There's only py36 to py38, whereas Linux and macOS have py36 to py39.
I am new to python and wrf-python I have installed wrf-python with Conda forge and I can see wrk-python in `Conda list` then I am trying to practice with wrf-python...
Hi, I am a WRF-python user. I was wondering what equation WRF-python uses in dcomputeuvmet to derive the earth-relative wind components from the grid-relative winds? It seems from the source...