Skip to content

Commit

Permalink
Add note about array-item/slice syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Jul 24, 2024
1 parent 4fd13c3 commit ac6b68e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/sections/user_guide/cli/tools/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ and YAML file ``update.yaml`` with contents:
.. literalinclude:: config/realize-nml-derived-type.out
:language: text

Fortran array-item/slice syntax (e.g. ``a(1) = 11``, ``a(2,3) = 22, 33``, etc.) is not currently supported.

* It is possible to provide the update config, rather than the input config, on ``stdin``. Usage rules are as follows:

* Only if either ``--update-file`` or ``--update-config`` are specified will ``uw`` attempt to read and apply update values to the input config.
Expand Down

0 comments on commit ac6b68e

Please sign in to comment.