Naming convention

The Gaussian grids are defined by the quadrature points used to facilitate the accurate numerical computation of the integrals involved in the Fourier and Legendre transforms. The grids are labelled by N where N is the number of latitude lines between the pole and the equator.  For example, for the N=640 Gaussian grid, there are 640 lines of latitude between the pole and the equator giving 1280 latitude lines in total.

The grid points in latitude, θk , are given by the zeros of the Legendre polynomial of order 2xN (i.e., the total number of latitude lines from pole to pole):  P 2N 0 k=sinθk) = 0A consequence of this is that a Gaussian grid has:

  • latitude lines which are not equally spaced;
  • no latitude points at the poles;
  • no line of latitude at the equator;
  • latitude lines which are symmetric about the equator.

Regular (or full) Gaussian grid

A regular Gaussian grid has the following characteristics:

  • there are 4N longitude points along each latitude circle;
  • each latitude circle has a grid point at 0o longitude;
  • the longitudinal resolution in degrees is 90o/N;
  • the points get closer together (i.e. more crowded) as the latitude increases towards the poles;
  • the total number of grid points is 8N2.

Reduced (or quasi-regular) Gaussian grid

A reduced Gaussian grid:

  • has the same number of latitude lines (2N) as the corresponding regular Gaussian grid;
  • has a grid point at 0o longitude on each latitude circle;
  • has a decreasing number of longitude points towards the poles;
  • has a quasi-regular grid spacing in distance at each latitude;
  • provides a uniform CFL (Courant–Friedrichs–Lewy) condition.

Up to IFS cycle 41r1, ECMWF has used a original reduced Gaussian grid.  This has 4N longitude points at the latitude nearest to the equator, with the number of longitude points reducing in blocks as the latitudes approach the poles.

With the planned horizontal resolution increase, ECMWF introduces a slightly different form of the reduced Gaussian grid which is referred to as the octahedral reduced Gaussian grid or, more simply, the octahedral grid.

Notation

The following notation is used when referring to the full (regular), original reduced and octahedral reduced Gaussian grids:

  • FXXX - full (regular) Gaussian grid with XXX latitude lines between the pole and equator
  • NXXX - original ECMWF reduced Gaussian grid with XXX latitude lines between the pole and equator
  • OXXX - octahedral ECMWF reduced Gaussian grid with XXX latitude lines between the pole and equator

F80 regular Gaussian grid

N80 regular Gaussian grid

N80 original reduced Gaussian grid

N80 original reduced Gaussian grid

O80 octahedral reduced Gaussian grid

N80 octahedral reduced Gaussian grid