Skip to content

Commit

Permalink
Update Monteith.jl
Browse files Browse the repository at this point in the history
γ_star is now in PlantBiophysics
  • Loading branch information
VEZY committed Jan 17, 2023
1 parent e768888 commit 0cafb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processes/energy/Monteith.jl
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function energy_balance!_(::Monteith, models, status, meteo, constants=PlantMete
status.Cₛ = min(meteo.Cₐ, meteo.Cₐ - status.A / (status.Gbc * models.energy_balance.aₛᵥ))

# Apparent value of psychrometer constant (kPa K−1)
γˢ = PlantMeteo.γ_star(meteo.γ, models.energy_balance.aₛₕ, models.energy_balance.aₛᵥ, Rbᵥ, Rsᵥ, Rbₕ)
γˢ = γ_star(meteo.γ, models.energy_balance.aₛₕ, models.energy_balance.aₛᵥ, Rbᵥ, Rsᵥ, Rbₕ)

status.λE = latent_heat(status.Rn, meteo.VPD, γˢ, Rbₕ, meteo.Δ, meteo.ρ,
models.energy_balance.aₛₕ, constants.Cₚ)
Expand Down

2 comments on commit 0cafb78

@VEZY
Copy link
Owner Author

@VEZY VEZY commented on 0cafb78 Jan 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/75854

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.0 -m "<description of version>" 0cafb78ad219c7b785a3c0917856863a82b1c942
git push origin v0.7.0

Please sign in to comment.