You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configs/README.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,23 @@
1
1
## Configuration File
2
-
Example configuration files are provided in this directory. To build and run the given examples see the instructions [here](https://github.com/NOAA-OWP/cfe/blob/master/INSTALL.md). A detailed description of the parameters for model configuration (i.e., initialize/setup) is provided below. The asterisk (*) denotes calibratable parameters.
2
+
Example configuration files are provided in this directory.
3
+
To build and run the given examples see the instructions [here](https://github.com/NOAA-OWP/cfe/blob/master/INSTALL.md).
4
+
A detailed description of the parameters for model configuration (i.e., initialize/setup) is provided below.
5
+
> [!NOTE]
6
+
> The asterisk (*) denotes calibratable parameters.
7
+
> Note, calibratable parameters are passed via BMI using the _name next to the asterisk_.
8
+
>
9
+
> Slashes (/) in the variable column denote that a parameter can be specified using either name.
10
+
> For example, `soil_params.b` can equivalently be provided as `b`.
3
11
4
12
| Variable | Datatype | Limits | Units | Role | Process | Description |
|*soil_params.satpsi |*double*|| meters [m]| state || saturated capillary head |
11
-
|*soil_params.slop |*double*|| meters/meters [m/m]| state || this factor (0-1) modifies the gradient of the hydraulic head at the soil bottom. 0=no-flow. |
| soil_params.satpsi / *satpsi|*double*|| meters [m]| state || saturated capillary head |
19
+
| soil_params.slop / *slope|*double*|| meters/meters [m/m]| state || this factor (0-1) modifies the gradient of the hydraulic head at the soil bottom. 0=no-flow. |
| soil_params.wltsmc |*double*|| meters/meters [m/m]| state || wilting point soil moisture content |
14
22
| soil_params.expon |*double*||| parameter_adjustable || optional; defaults to `1.0`|
15
23
| soil_params.expon_secondary |*double*||| parameter_adjustable || optional; defaults to `1.0`|
@@ -20,7 +28,7 @@ Example configuration files are provided in this directory. To build and run the
20
28
| alpha_fc |*double*||| parameter_adjustable || field capacity |
21
29
| soil_storage|*double*|| meters/meters [m/m]| parameter_adjustable || initial condition for soil reservoir - it is the water in the soil as a decimal fraction of maximum soil water storage (smcmax * depth) for the initial timestep |
22
30
| K_nash |*int*||| parameter_adjustable || number of Nash lf reservoirs (optional, defaults to 2, ignored if storage values present) |
0 commit comments