Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Mar 23, 2024
1 parent 0ef4332 commit 3325614
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/building/sources/mars.rst
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
TODO
The ``mars`` source will retrieve the data from the ECMWF MARS archive.
For that, you need to have an ECMWF account and build your dataset on
one of the Centre's computers, or use the ``ecmwfapi`` Python package.

The `yaml` block can contain any keys that following the `MARS language
specification`_, with the exception of the ``date``, ``time``` and
``step``.

The missing keys will be filled with the default values, as defined in
the MARS language specification.

.. code:: yaml
mars:
levtype: sfc
param: [2t, msl]
.. _mars language specification: https://confluence.ecmwf.int/display/UDOC/MARS+user+documentation

0 comments on commit 3325614

Please sign in to comment.