Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
verseve committed Aug 22, 2022
1 parent eb04b18 commit 428d3de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
to zero).
- In the grid output netCDFs, don't set the `_FillValue` attribute, since the CF conventions
don't allow it.
- Glacier parameter `g_sifrac` needs to be converted during initialization (time dependent).

### Changed
- Changed depth `h` for reservoir and lake locations as part of the river local inertial
Expand Down
6 changes: 3 additions & 3 deletions docs/src/model_docs/params_vertical.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ specific_leaf = "Sl"
| **`cf_soil`** | controls soil infiltration reduction factor when soil is frozen | - | 0.038 |
| **`g_tt`** | threshold temperature for snowfall above glacier | ᵒC| 0.0 |
| **`g_cfmax`** | Degree-day factor for glacier | mm ᵒC``^{-1}`` Δt``^{-1}``| 3.0 mm ᵒC``^{-1}`` day``^{-1}`` |
| **`g_sifrac`** | fraction of the snowpack on top of the glacier converted into ice | - | 0.001 |
| **`g_sifrac`** | fraction of the snowpack on top of the glacier converted into ice | Δt``^{-1}`` | 0.001 day``^{-1}`` |
| **`glacierfrac`** | fraction covered by a glacier | - | 0.0 |
| **`glacierstore`** | water within the glacier | mm | 5500.0 |
| **`θₛ`** (`theta_s`) | saturated water content (porosity) | - | 0.6 |
Expand Down Expand Up @@ -134,7 +134,7 @@ internal model parameter to the external netCDF variable.
| **`whc`** | water holding capacity as fraction of current snow pack | - | 0.1 |
| **`g_tt`** | threshold temperature for snowfall above glacier | ᵒC| 0.0 |
| **`g_cfmax`** | Degree-day factor for glacier | mm ᵒC``^{-1}`` Δt``^{-1}``| 3.0 mm ᵒC``^{-1}`` day``^{-1}`` |
| **`g_sifrac`** | fraction of the snowpack on top of the glacier converted into ice | - | 0.001 |
| **`g_sifrac`** | fraction of the snowpack on top of the glacier converted into ice | Δt``^{-1}``| 0.001 day``^{-1}`` |
| **`glacierfrac`** | fraction covered by a glacier | - | 0.0 |
| **`glacierstore`** | water within the glacier | mm | 5500.0 |
| **`fc`** | field capacity | mm | 260.0 |
Expand Down Expand Up @@ -199,7 +199,7 @@ internal model parameter to the external netCDF variable.
| **`cfr`** | refreezing efficiency constant in refreezing of freewater in snow | - | 0.05 |
| **`g_tt`** | threshold temperature for snowfall above glacier | ᵒC| 0.0 |
| **`g_cfmax`** | Degree-day factor for glacier | mm ᵒC``^{-1}`` Δt``^{-1}``| 3.0 mm ᵒC``^{-1}`` day``^{-1}`` |
| **`g_sifrac`** | fraction of the snowpack on top of the glacier converted into ice | - | 0.001 |
| **`g_sifrac`** | fraction of the snowpack on top of the glacier converted into ice | Δt``^{-1}`` | 0.001 day``^{-1}`` |
| **`glacierfrac`** | fraction covered by a glacier | - | 0.0 |
| **`glacierstore`** | water within the glacier | mm | 5500.0 |
| **`ecorr`** | evaporation correction | - | 1.0 |
Expand Down

0 comments on commit 428d3de

Please sign in to comment.