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

Bug in readmeteo for GLOFAS #23

Closed domeniconappo closed 6 months ago

domeniconappo commented 5 years ago

Bug pops out when options GLOFAS and TemperatureInKelvinFlag are both set.

TMin is not required in the GLOFAS setup (as only TAvg should be used) operations are still performed using the TMin variable (readmeteo.py line 120)

https://github.com/ec-jrc/lisflood-lisvap/blob/master/src/lisvap/hydrological/readmeteo.py#L117-L120