Bill Ladwig

Results 11 issues of Bill Ladwig

**Bug description** After manually adding data via the "Edit data" button for a table, then renaming a column, the values will show as all red with the old column name...

Had a user request the ability to read/write the intermediate files. Although most users use WPS, should probably support the WRFSI and MM5 as well. See http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Basics/IM_files/

enhancement
low priority

Some routines will work faster if the Fortran routine was converted to a 1D routine (e.g. WSPD and WDIR). This should be done before moving the Fortran code to the...

enhancement

While working on #38, realized that there is no easy way to do lat/lon to x/y (and vice versa) with sliced DataArray variables. Currently, the WRF data file is used...

enhancement

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...

enhancement
low priority

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...

enhancement

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...

enhancement

The reading of the lookup tables might be causing some race conditions when working with dask. Now that WRF-Python's functionality has been ported back to NCL, and NCL is in...

bug
support

From wrfpython-talk: > I'm suspecting that there is a bug in the angle conversion of the wrf.vertcross routine. When used with pivot point and angle instead of start- and end-...

bug
support

For the rotated pole, the uvmet product does not perform any wind rotation. This behavior is correct for the standard lat/lon projection, but not when the pole is rotated. This...

bug
support