Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This is a brief introduction of the main request parameter syntax of MARS. For further information/features, please refer to: Request syntax.

Note

We recommend that you get familiar with datasets and their availability using http://apps.ecmwf.int/datasets/

You can also get the request syntax using "View MARS request" feature.

Request syntax:

Code Block
languagebash
verb,
 keyword1 = value1,
      ... = value2,
 keywordN = valueN

...