Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Metview now supports MIR

...

Tip

The new MARS client with the MIR interpolation library is now considered ready for production and suitable for operational use. It is not yet the default version. You can use the new MIR-enabled MARS client on any ECMWF computing platform with:

No Format
mars -m

If you are using the the ECMWF WebAPI you can test it by adding an extra keyword to your requests:

No Format
ppengine=mir

If using Metview, you can use MIR interpolation with the following commands before starting it:

No Format
module load metview/new
export METVIEW_MARS_INTERP=MIR

You are encouraged to test this new version of the MARS client and report any issues to servicedesk@ecmwf.int.


MIR stands for Meteorological Interpolation and Regridding and is a library of routines for interpolation and regridding of meteorological fields. This new piece of software is replacing the veteran EMOSLIB when it comes to perform those operations in MARS.  Beyond this, MIR’s flexible design facilitates scalability improvements and additional features. These include efficiency gains, a high degree of user configurability, and support for a wider range of grids than in the current package. See the related article in the ECMWF newsletter no.152 for a more complete description of this new library.

...