xarray-contrib / xwrf

A lightweight interface for working with the Weather Research and Forecasting (WRF) model output in Xarray.
https://xwrf.readthedocs.io/
Apache License 2.0
56 stars 16 forks source link

Clear c_grid_axis_shift from attrs when destaggering #106

Closed jthielen closed 1 year ago

jthielen commented 1 year ago

Change Summary

Quick fix for primary issues mentioned in https://github.com/xarray-contrib/xwrf/issues/104 (i.e., that c_grid_axis_shift sticks around when using the DataArray destagger method where it shouldn't.

Related issue number

Part of #104, may or may not fully close yet. If discussion in #104 leads to more relevant changes, either this or a future PR can incorporate those changes.

Checklist