Skip to content

Commit

Permalink
Update g_sifrac units in structs
Browse files Browse the repository at this point in the history
  • Loading branch information
verseve committed Aug 22, 2022
1 parent 428d3de commit 2c7580e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/flextopo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
g_tt::Vector{T} | "ᵒC"
# Degree-day factor [mm ᵒC⁻¹ Δt⁻¹] for glacier
g_cfmax::Vector{T} | "mm ᵒC-1 Δt-1"
# Fraction of the snowpack on top of the glacier converted into ice [-]
g_sifrac::Vector{T} | "-"
# Fraction of the snowpack on top of the glacier converted into ice [Δt⁻¹]
g_sifrac::Vector{T} | "Δt-1"
# Water within the glacier [mm]
glacierstore::Vector{T} | "mm"
# Fraction covered by a glacier [-]
Expand Down
2 changes: 1 addition & 1 deletion src/hbv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
whc::Vector{T} | "-" # Fraction of snow volume that can store water [-]
g_tt::Vector{T} | "ᵒC" # Threshold temperature for snowfall above glacier [ᵒC]
g_cfmax::Vector{T} | "mm ᵒC-1 Δt-1" # Degree-day factor [mm ᵒC⁻¹ Δt⁻¹] for glacier
g_sifrac::Vector{T} | "-" # Fraction of the snowpack on top of the glacier converted into ice [-]
g_sifrac::Vector{T} | "Δt-1" # Fraction of the snowpack on top of the glacier converted into ice [Δt⁻¹]
glacierstore::Vector{T} | "mm" # Water within the glacier [mm]
glacierfrac::Vector{T} | "-" # Fraction covered by a glacier [-]
precipitation::Vector{T} # Precipitation [mm Δt⁻¹]
Expand Down
4 changes: 2 additions & 2 deletions src/sbm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@
g_tt::Vector{T} | "ᵒC"
# Degree-day factor [mm ᵒC⁻¹ Δt⁻¹] for glacier
g_cfmax::Vector{T} | "mm ᵒC-1 Δt-1"
# Fraction of the snowpack on top of the glacier converted into ice [-]
g_sifrac::Vector{T} | "-"
# Fraction of the snowpack on top of the glacier converted into ice [Δt⁻¹]
g_sifrac::Vector{T} | "Δt-1"
# Water within the glacier [mm]
glacierstore::Vector{T} | "mm"
# Fraction covered by a glacier [-]
Expand Down

0 comments on commit 2c7580e

Please sign in to comment.