Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JRC-5431: Issue with Lisvap formula for latent heat of vaporization calculation #51

Closed
wants to merge 2 commits into from

Conversation

gnrgomes
Copy link
Collaborator

It was decided to use only the FAO formula for all setups.

@@ -152,10 +152,15 @@ def dynamic(self):

# Delta = ((238.102 * 17.32491 * ESat) / ((self.TAvg + 238.102) ** 2))
# slope of saturated vapour pressure curve [mbar/deg C]
LatHeatVap = (2501 - 2.375 * self.TAvg) / 1000
# LatHeatVap = (2501 - 2.375 * self.TAvg) / 1000
# TAvg in Celsius
# Note: Mega Joule (10^6)
# source: STOWA 2010-37 p.9 eq 5.
Copy link
Contributor

@valeriolorini valeriolorini Jul 14, 2022

Choose a reason for hiding this comment

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

remove this line too then, the ref to Stowa formulas

@gnrgomes gnrgomes closed this Jul 14, 2022
@gnrgomes gnrgomes deleted the correct_LatHeatVap_SolarConstant branch July 14, 2022 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants