Skip to content

Commit

Permalink
fix description g_tt
Browse files Browse the repository at this point in the history
  • Loading branch information
JoostBuitink committed Nov 14, 2024
1 parent 10d24de commit f9c1539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/model_docs/parameters_vertical.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ the `layered` profile, input parameter `kv` is used, and for the `layered_expone
| Parameter | Description | Unit | Default |
|:----| -------- | ---- | ---- |
| **`cfmax`** | degree-day factor | mm ᵒC$^{-1}$ Δt$^{-1}$ | 3.75653 mm ᵒC$^{-1}$ day$^{-1}$ |
| **`tt`** | threshold temperature for snowfall| ᵒC | 0.0 |
| **`tt`** | threshold temperature for snowfall | ᵒC | 0.0 |
| **`tti`** | threshold temperature interval length | ᵒC | 1.0 |
| **`ttm`** | threshold temperature for snowmelt | ᵒC | 0.0 |
| **`whc`** | water holding capacity as fraction of current snow pack | - | 0.1 |
| **`w_soil`** | soil temperature smooth factor | - | 0.1125 |
| **`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_tt`** | threshold temperature for glacier melt | ᵒ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 | Δt$^{-1}$ | 0.001 day$^{-1}$ |
| **`glacierfrac`** | fraction covered by a glacier | - | 0.0 |
Expand Down
2 changes: 1 addition & 1 deletion src/glacier/glacier.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ end

"Struct for storing glacier HBV model parameters"
@get_units @grid_loc @with_kw struct GlacierHbvParameters{T}
# Threshold temperature for snowfall above glacier [ᵒC]
# Threshold temperature for glacier melt [ᵒC]
g_tt::Vector{T} | "ᵒC"
# Degree-day factor [mm ᵒC⁻¹ Δt⁻¹] for glacier
g_cfmax::Vector{T} | "mm ᵒC-1 dt-1"
Expand Down

0 comments on commit f9c1539

Please sign in to comment.