Skip to content

Commit

Permalink
update units in struct (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoostBuitink authored Feb 1, 2024
1 parent c67850b commit dc6410c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sediment.jl
Original file line number Diff line number Diff line change
Expand Up @@ -757,10 +757,10 @@ end
outsagg::Vector{T} | "t Δt⁻¹"
outlagg::Vector{T} | "t Δt⁻¹"
outgrav::Vector{T} | "t Δt⁻¹"
# Sediment concentrations [kg/m3]
Sedconc::Vector{T} | "kg m-3"
SSconc::Vector{T} | "kg m-3"
Bedconc::Vector{T} | "kg m-3"
# Sediment concentrations [g/m3]
Sedconc::Vector{T} | "g m-3"
SSconc::Vector{T} | "g m-3"
Bedconc::Vector{T} | "g m-3"
# River transport capacity
maxsed::Vector{T} | "t Δt⁻¹"
# Eroded sediment (total, bank and bed)
Expand Down

0 comments on commit dc6410c

Please sign in to comment.