Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Mar 30, 2024
1 parent 4bc149a commit 9a44215
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/building/sources/grib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ wildcards_:
.. literalinclude:: yaml/grib3.yaml
:language: yaml

You can also use the requested `date` to build the filenames.
It the GRIB files containing the requested data are named according to
the following pattern:

``/path/to/YYYY/MM)/YYYYMMDDHH.grib``

You can also use the requested `date` to build the filenames. For
example It the GRIB files containing the requested data are named
according to the following pattern:
``/path/to/YYYY/MM)/YYYYMMDDHH.grib`` with `YYYY` being the year, `MM`
the month, `DD` the day and `HH` the hour, you can use the following
configuration:

.. literalinclude:: yaml/grib4.yaml
:language: yaml
Expand Down

0 comments on commit 9a44215

Please sign in to comment.