Skip to content

Releases: xarray-contrib/xwrf

🚀 xwrf v0.0.4 🚀

09 May 12:50
37dad39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

0.0.3

15 Mar 15:45
3163abc
Compare
Choose a tag to compare

What's Changed

  • Add earth-relative rotation of U10/V10 fields by @lpilz in #113
  • Added more documentation about how to load WRF data by @lpilz in #126
  • Fixed decoding of timestamp by using correct format string by @lpilz in #128
  • More comprehensive unit harmonization by @lpilz in #116
  • use micromamba by @andersy005 in #136
  • Removed transform of XTIME because it doesn't conform to Xarray unit standards by @lpilz in #145
  • Added additional Exception when user is trying to destagger unstaggered variable by @lpilz in #148
  • Exchange xr.Dataset.dims by xr.Dataset.sizes by @christopher-lw in #159

New Contributors

Full Changelog: v0.0.2...v0.0.3

0.0.2

21 Sep 16:07
087f3bd
Compare
Choose a tag to compare

What's Changed

  • Add destaggering functionality by @jthielen in #93
  • Fix destagger attrs by @lpilz in #97
  • Fix staggered coordinate destaggering for dataarray destagger method by @jthielen in #101
  • Added earth-relative wind field calculation to base diagnostics by @lpilz in #100
  • Clean up _destag_variable with respect to types and terminology by @jthielen in #103
  • Changed wrfout file (cf. xwrf-data/#34) by @lpilz in #102
  • More unit harmonization by @lpilz in #105
  • Fixing a further coords attrs fail. by @lpilz in #107
  • Clear c_grid_axis_shift from attrs when destaggering by @jthielen in #106
  • Update of tutorials for v0.0.2 by @lpilz in #89

Full Changelog: v0.0.1...v0.0.2

0.0.1

09 Sep 15:47
c547c12
Compare
Choose a tag to compare

This is the first packaged release of xWRF (a lightweight interface for working with the Weather Research and Forecasting (WRF) model output in xarray). Features in this release include:

  • A xwrf Dataset accessor with a postprocess method that can perform the following operations
    • Rename dimensions to match the CF conventions.
    • Rename variables to match the CF conventions.
    • Rename variable attributes to match the CF conventions.
    • Convert units to Pint-friendly units.
    • Decode times.
    • Include projection coordinates.
    • Collapse time dimension.
  • A tutorial module with several sample datasets
  • Documentation with several examples/tutorials

Thank you to the following contributors for their efforts towards this release!

Full Changelog: https://github.com/xarray-contrib/xwrf/commits/v0.0.1