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

Added additional Exception when user is trying to destagger unstaggered variable #148

Closed lpilz closed 7 months ago

lpilz commented 7 months ago

Change Summary

We just add another Exception for the case a user is trying to destagger an unstaggered variable. Adding this additional elif only leaves the remaining condition len(stagger_dim) == 1 continuing to execute.

Related issue number

Closes #147

Checklist