ec-jrc / lisflood-lisvap

Lisflood OS (LISVAP)
https://ec-jrc.github.io/lisflood-lisvap/
European Union Public License 1.2
8 stars 6 forks source link

JRC-5431: Correct LatHeatVap formula for EFAS #49

Closed gnrgomes closed 2 years ago

gnrgomes commented 2 years ago

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.