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: Correct LatHeatVap formula for EFAS #49

Closed
wants to merge 1 commit into from

Conversation

gnrgomes
Copy link
Collaborator

Lisvap formula for latent heat of vaporization calculation used for EFAS is different from the one used for both CORDEX and GLOFAS (see bellow). It might be a typo that was introduced long time ago because this formula is like this since the first commit done by Domenico Nappo when he loaded the project into github.

LatHeatVap = 2.501 - 0.002375 * self.TAvg (EFAS)
LatHeatVap = 2.501 - 0.002361 * self.TAvg (GLOFAS and CORDEX)

Now it was corrected to use the GLOFAS/CORDEX formula also for EFAS.

@gnrgomes gnrgomes closed this Jun 30, 2022
@gnrgomes gnrgomes deleted the efas_LatHeatVap branch June 30, 2022 09:57
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