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

[FEATURE]: Add wind rotation to U/V10 fields #112

Closed lpilz closed 1 year ago

lpilz commented 1 year ago

Description

I just recently realized that the U10/V10 fields are also probably rotated, so we should treat them the same as the U/V fields and preprocess them in xwrf.postprocess._calc_base_diagnostics.

Implementation

No response

Tests

The same as U/V

Questions

Is it correct that U10/V10 need to be rotated, too?