Skip to content

Commit

Permalink
small things
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenebouaziz committed Jan 13, 2022
1 parent c0f36c9 commit 64e9801
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/flextopo_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,6 @@ function update(model::Model{N,L,V,R,W,T}) where {N,L,V,R,W,T<:FlextopoModel}

#lateral snow transport
if get(config.model, "masswasting", false)::Bool
# vertical.Sw, vertical.Sww = #does not work LoadError: setfield!: immutable struct of type FLEXTOPO cannot be changed
lateral_snow_transport!(
vertical.Sw,
vertical.Sww,
Expand All @@ -809,7 +808,6 @@ function update(model::Model{N,L,V,R,W,T}) where {N,L,V,R,W,T<:FlextopoModel}

#INTERCEPTION
vertical.dic_function[vertical.selectSi[k]](vertical, config)
# interception_overflow(vertical, config)

#HORTON
vertical.dic_function[vertical.selectSh[k]](vertical, config)
Expand Down

0 comments on commit 64e9801

Please sign in to comment.