Skip to content

Commit

Permalink
Update richards_equation.jl
Browse files Browse the repository at this point in the history
remove spurious comma
  • Loading branch information
kmdeck authored Sep 5, 2023
1 parent 09716b2 commit 4f56473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/Soil/richards_equation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ clima_ode_function =
T_exp! = exp_tendency!,
T_imp! = ODE.ODEFunction(imp_tendency!; jac_kwargs...),
dss! = ClimaLSM.dss!,
),
)

# Next, we turn to timestepping. We choose the initial and final times, as well as a timestep.
# As usual, your timestep depends on the problem you are solving, the accuracy
Expand Down

0 comments on commit 4f56473

Please sign in to comment.