NCAR / wrf-python

A collection of diagnostic and interpolation routines for use with output from the Weather Research and Forecasting (WRF-ARW) Model.
https://wrf-python.readthedocs.io
Apache License 2.0
398 stars 150 forks source link

Maps based on WRF Preprocessing (WPS) #85

Open allenea opened 5 years ago

allenea commented 5 years ago

Would wrf-python be interested in implementing a feature that recreates grids/nested-grids which can be used to plot data on the same domain as the model without needing the model output. It's still a work in process. A few of my issues hopefully will be easily solvable in a future Cartopy release.

https://github.com/allenea/namelist_plot

bladwig1 commented 5 years ago

Does this provide similar functionality as plotgrids.ncl (https://github.com/wrf-model/WPS/blob/master/util/plotgrids_new.ncl), which comes bundled with WPS? If so, then we're definitely interested (see #17). I'm currently on vacation, so I'll look in to your code some more next week. Do you have any sample images that you can attach in this thread? Thanks!

dmey commented 5 years ago

@allenea you may also find https://github.com/GIS4WRF/gis4wrf useful for that.

zxdawn commented 4 years ago

Any updates for plotting WPS domain?

allenea commented 4 years ago

Right here: https://github.com/allenea/namelist_plot I think it would be an easy add to wrf-python or cartopy.

HathewayWill commented 8 months ago

Right here: https://github.com/allenea/namelist_plot I think it would be an easy add to wrf-python or cartopy.

how does this work?