Skip to content

Commit

Permalink
Add missing colons
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Feb 23, 2024
1 parent 5023c23 commit 96029e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sections/user_guide/yaml/components/fv3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ files_to_copy:

Defines files to be copied to the run directory. Keys in the ``files_to_copy:`` YAML map specify destination paths relative to the run directory, and values specify source paths. Both keys and values may contain Jinja2 expressions using a ``cycle`` variable, which is a Python ``datetime`` object corresponding to the FV3 cycle being run. This supports specification of cycle-specific filenames/paths. For example, a key-value pair

.. code-block: yaml
.. code-block:: yaml
gfs.t{{ cycle.strftime('%H') }}z.atmanl.nc: /some/path/{{ cycle.strftime('%Y%m%d')}}/{{ cycle.strftime('%H') }}/gfs.t{{ cycle.strftime('%H') }}z.atmanl.nc
would be rendered as

.. code-block: yaml
.. code-block:: yaml
gfs.t18z.atmanl.nc: /some/path/20240212/18/gfs.t18z.atmanl.nc
Expand Down

0 comments on commit 96029e0

Please sign in to comment.