Skip to content

Commit

Permalink
Update connect2fw.rst
Browse files Browse the repository at this point in the history
added min_lookback_cycles to da config file description
  • Loading branch information
BrianOBlanton authored Nov 14, 2023
1 parent 112f15c commit 877af98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/connect2fw.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ To turn off the DA, set both enabled and run_non_da_forecast to false.
The **data_assimilation.yaml** File
===================================

The configuration_file **data_assimilation.yaml** needs to contain the following, suitably adjusted to the local environment (**PATHTO**):
The configuration_file **data_assimilation.yaml** needs to contain the following, adjusted to the local environment (**PATHTO**):

.. code-block:: yaml
LOGGING: true
LOGLEVEL: DEBUG
rundir: "./adda"
max_lookback_days: 2
min_lookback_cycles: 2
venv: adda
dwlc_filename: "da_error_surface.dat"
addahome: "PATHTO/adda_for_floodwater/"
mapfile: "PATHTO/adda_for_floodwater/gridmap/grid_to_stationfile_maps.yml"

0 comments on commit 877af98

Please sign in to comment.