Skip to content

Commit

Permalink
Remove ct
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Dec 10, 2024
1 parent bd7de38 commit 3d14d21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sbm_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ function initialize_sbm_model(config::Config)

reader = prepare_reader(config)
clock = Clock(config, reader)
dt = clock.dt

do_reservoirs = get(config.model, "reservoirs", false)::Bool
do_lakes = get(config.model, "lakes", false)::Bool
Expand Down Expand Up @@ -158,7 +157,7 @@ function initialize_sbm_model(config::Config)
subsurface_flow,
land_hydrology.soil,
kv_profile,
tosecond(dt),
tosecond(clock.dt),
)
end
else
Expand Down

0 comments on commit 3d14d21

Please sign in to comment.