From c1053d18385dac0dd6aa344f1d49aa741be75f4f Mon Sep 17 00:00:00 2001 From: "Brian O. Blanton" Date: Tue, 14 Nov 2023 14:40:58 -0500 Subject: [PATCH] Update connect2fw.rst --- doc/source/connect2fw.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/connect2fw.rst b/doc/source/connect2fw.rst index b8eec1b..b7a0074 100644 --- a/doc/source/connect2fw.rst +++ b/doc/source/connect2fw.rst @@ -28,7 +28,7 @@ The configuration_file **data_assimilation.yaml** needs to contain the following LOGGING: true LOGLEVEL: DEBUG rundir: "./adda" - max_lookback_days: 2 + max_lookback_cycles: 8 min_lookback_cycles: 2 venv: adda dwlc_filename: "da_error_surface.dat" @@ -39,6 +39,6 @@ Do not change the value of dwlc_filename. This is currently hardwired in Floodw LOGLEVEL can be set to "INFO" to decrease the verbosity of the ADDA logging output. -min_lookback_cycles and max_lookback_days control how many previous nowcast cycles are used in the error analysis. Note that the minimum is in cycles (6-hr) and the maximum is in days. This will be fixed in future releases. +min_lookback_cycles and max_lookback_days control how many previous nowcast cycles are used in the error analysis. It is probably best to leave others alone, except for setting **PATHTO** appropriately.