Skip to content

Rotated data: Fix in projection correction computation and added support to read data written by CDO

Christoph Fischer requested to merge devel_rotated_fix into master

CDO writes rotated grids with the crucial identifier for rotated grids grid_longitude and grid_latitude in the long_name attribute of the field. We are currently only checking the standard_name field. This MR adds also the check for the long_name .

It also fixes a bug for correcting the projection vectors of rotated grids.

Merge request reports