diff --git a/docs/configs/forcings.rst b/docs/configs/forcings.rst index 52e26fd..fc17a0f 100644 --- a/docs/configs/forcings.rst +++ b/docs/configs/forcings.rst @@ -9,4 +9,7 @@ conditions. If the model need data during the run (dynamic forcings), the forcings will be fetched by default from the same source as the input. However, you can specify a different source. +The example below shows an example where the forcings are fetched from +``mars`` while the initial conditions are fetched from ``test``. + .. literalinclude:: forcings_1.yaml diff --git a/docs/configs/inputs.rst b/docs/configs/inputs.rst index 2af2338..8343b10 100644 --- a/docs/configs/inputs.rst +++ b/docs/configs/inputs.rst @@ -7,7 +7,7 @@ The input methods listed below are used to fetch the initial conditions of a model run. They will also be the source of forcings during the model run, unless a ``forcing`` entry is specified in the configuration -(see :ref:`forcings``). +(see :ref:`forcings`). ********** Datasets