Skip to content

Commit

Permalink
typo: model -> land
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Oct 3, 2024
1 parent 70a5469 commit 374a09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrated/soil_canopy_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function make_update_boundary_fluxes(
# otherwise use root_distribution from params
root_likelihood(z::FT, rd::Union{FT, Nothing}) =
!isnothing(rd) ? root_distribution(z, rd) :
model.parameters.root_distribution(z)
land.parameters.root_distribution(z)
@. p.root_extraction =
above_ground_area_index *
PlantHydraulics.water_flux(
Expand Down

0 comments on commit 374a09e

Please sign in to comment.