You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generateMissingWeather() is supposed to count the number of days on which a missing value was replaced by a non-missing value from the preceding day for the method "LOCF" (last observation carried forward).
Currently, however, any day with any missing value is included towards that total count -- even if the only missing values are from a variable not provided via daily inputs, e.g., solar radiation, or vapor pressure.
The text was updated successfully, but these errors were encountered:
…edRelativeHumidity
Bugfix435: calculated relative humidity; count of missing weather LOCF
* Fix the calculation of relative humidity (close#435). Previously, relative humidity was incorrectly calculated if based on vapor pressure or specific humidity.
* Fix the count of days on which a missing weather value was replaced by a non-missing value from the preceding day for the method `"LOCF"` (last observation carried forward; close#437). Previously, any day with a missing weather value was counted.
generateMissingWeather()
is supposed to count the number of days on which a missing value was replaced by a non-missing value from the preceding day for the method "LOCF" (last observation carried forward).Currently, however, any day with any missing value is included towards that total count -- even if the only missing values are from a variable not provided via daily inputs, e.g., solar radiation, or vapor pressure.
The text was updated successfully, but these errors were encountered: