Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Nov 14, 2023
1 parent 82d9414 commit 99b3996
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/src/user_guide/additional_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Variables with a third dimension, for example `layer` as part of the vertical `S
are exposed as two-dimensional grids through the Wflow BMI implementation. For these
variables the index of this third dimension is required, by adding `[k]` to the variable
name (`k` refers to the index of the third dimension). For example, the variable
`vertical.vwc[1]` refers to the first soil layer of the vertical `SBM` concept.
`vertical.vwc[1]` refers to the first soil layer of the vertical `SBM` concept.

### Couple to a groundwater model
For the coupling of wflow\_sbm (SBM + kinematic wave) with a groundwater model (e.g.
Expand Down
6 changes: 3 additions & 3 deletions src/sbm.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@get_units @exchange @grid_type @grid_location @with_kw struct SBM{T,N,M}
# Model time step [s]
Δt::T | "s" | 0 | "none" | "none"
Δt::T | "s" | 0 | "none" | "none"
# Maximum number of soil layers
maxlayers::Int | "-" | 0 | "none" | "none"
maxlayers::Int | "-" | 0 | "none" | "none"
# number of cells
n::Int | "-" | 0 | "none" | "none"
n::Int | "-" | 0 | "none" | "none"
# Number of soil layers
nlayers::Vector{Int} | "-"
# Number of unsaturated soil layers
Expand Down
6 changes: 3 additions & 3 deletions src/sediment.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Soil erosion ###
@get_units @exchange @grid_type @grid_location @with_kw struct LandSediment{T}
# number of cells
n::Int | "-" | 0 | "none" | "none"
n::Int | "-" | 0 | "none" | "none"
### Soil erosion part ###
# length of cells in y direction [m]
yl::Vector{T} | "m"
Expand Down Expand Up @@ -595,7 +595,7 @@ end
### Sediment transport in overland flow ###
@get_units @exchange @grid_type @grid_location @with_kw struct OverlandFlowSediment{T}
# number of cells
n::Int | "-" | 0 | "none" | "none"
n::Int | "-" | 0 | "none" | "none"
# Filter with river cells
rivcell::Vector{T} | "-"
# Total eroded soil [ton Δt⁻¹]
Expand Down Expand Up @@ -685,7 +685,7 @@ end
# number of cells
n::Int | "-" | 0 | "none" | "none"
# Timestep [s]
Δt::T | "s" | 0 | "none" | "none"
Δt::T | "s" | 0 | "none" | "none"
# River geometry (slope [-], length [m], width [m])
sl::Vector{T} | "m"
dl::Vector{T} | "m"
Expand Down

0 comments on commit 99b3996

Please sign in to comment.