Skip to content

Commit

Permalink
Update Snow.jl
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
kmdeck authored Jul 17, 2024
1 parent cdf9881 commit 77b2a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standalone/Snow/Snow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ function ClimaLand.make_update_boundary_fluxes(model::SnowModel{FT}) where {FT}
(-p.snow.turbulent_fluxes.vapor_flux + p.snow.water_runoff) *
heaviside(Y.snow.S - eps(FT))

# I think we want dU/dt to include energy of falling snow.z
# I think we want dU/dt to include energy of falling snow.
# otherwise snow can fall but energy wont change
# We are assuming that the sensible heat portion of snow is negligible.
_LH_f0 = FT(LP.LH_f0(model.parameters.earth_param_set))
Expand Down

0 comments on commit 77b2a66

Please sign in to comment.