Skip to content

Commit

Permalink
fix error [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Jul 18, 2024
1 parent f86a477 commit 2e001e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standalone/Soil/energy_hydrology.jl
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ Returns the surface albedo field of the
`EnergyHydrology` soil model.
"""
function ClimaLand.surface_albedo(model::EnergyHydrology{FT}, Y, p) where {FT}
return FT(
return @. FT(
0.5 * model.parameters.PAR_albedo + 0.5 * model.parameters.NIR_albedo,
)
end
Expand Down

0 comments on commit 2e001e9

Please sign in to comment.