* Improvements to xarray interface to utilize the CF conventions
metadata (such as auxiliary coordinates).
* Add station, leadtime, and reftime as auxiliary coordinates in series
files.
* Use the date of validity by default. Old behaviour (date of origin)
can be restored by using --dateo or --forecast-axis options.
* Added 'leadtime' and 'reftime' auxiliary coordinates to encode the
forecast information.
* Progress bar is enabled by default. Can be turned off with
--no-progress option.
* Added CF metadata for various grid projections (rotated pole, polar
stereographic, lat-lon).
* Decode surface types (ice, land, sea, etc.).
* Decode depth coordinate for ocean model output.
* Fix decoding of masked data in raw binary (X32) format.