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
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,20 @@
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_.
3
8
4
9
| 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.b or *b |*double*||| state || beta exponent on Clapp-Hornberger (1978) soil water relations |
14
+
| soil_params.satdk or *satdk |*double*|| meters/second [m s-1]| state || saturated hydraulic conductivity |
15
+
| soil_params.satpsi or *satpsi|*double*|| meters [m]| state || saturated capillary head |
16
+
| soil_params.slop or *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. |
17
+
| soil_params.smcmax or *maxsmc|*double*|| meters/meters [m/m]| state || saturated soil moisture content |
13
18
| soil_params.wltsmc |*double*|| meters/meters [m/m]| state || wilting point soil moisture content |
14
19
| soil_params.expon |*double*||| parameter_adjustable || optional; defaults to `1.0`|
15
20
| soil_params.expon_secondary |*double*||| parameter_adjustable || optional; defaults to `1.0`|
@@ -20,7 +25,7 @@ Example configuration files are provided in this directory. To build and run the
20
25
| alpha_fc |*double*||| parameter_adjustable || field capacity |
21
26
| 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
27
| K_nash |*int*||| parameter_adjustable || number of Nash lf reservoirs (optional, defaults to 2, ignored if storage values present) |
0 commit comments