diff --git a/src/sbm.jl b/src/sbm.jl index 33dafad26..9cc336074 100644 --- a/src/sbm.jl +++ b/src/sbm.jl @@ -1053,7 +1053,7 @@ function update_after_subsurfaceflow(sbm::SBM, zi, exfiltsatwater) end end -@doc """ +""" Update the total water storage per cell at the end of a timestep. Takes the following parameters: diff --git a/src/sbm_model.jl b/src/sbm_model.jl index 4d7bab950..6ef34b51f 100644 --- a/src/sbm_model.jl +++ b/src/sbm_model.jl @@ -439,7 +439,7 @@ function update_after_subsurfaceflow( return model end -@doc """ +""" Update of the total water storage at the end of each timestep per model cell. This is done here at model level.