Skip to content

Commit

Permalink
remove old label ref
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed Sep 26, 2024
1 parent b1461e8 commit dcec08b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/overview/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,14 @@ of the method name. For instance, the second time that you use the setup_config
`setup_config2` in your .yaml file, etc. Note that the actual numbers don't really matter,
the sequence in which these are in the .yaml file determines the sequence in which these are called.

| **Q**: How can I just write specific :ref:`model data component <model_interface>`
| **Q**: How can I just write specific model data component
(i.e.: grid, geoms, forcing, config or states) instead of the all model data when updating?
Each model plugin implements a combined `write()` method that writes the entire model and is
called by default at the end of a build or update. If you however add a write method
(e.g. `write_grid` for a Grid model, `write_forcing`, `write_config`, etc.) to the .yaml file the call to the
general write method is disabled and only the selected model data attributes are written.

| **Q**: Can I define more than one data catalog when building / updating models?
Yes! You can provide several datasets by repeating the `-d`
:ref:`option in the command line interface <get_data_cli>`

Working with data in HydroMT
----------------------------

Expand Down

0 comments on commit dcec08b

Please sign in to comment.