Relative humidity averaging from specific humidity
PennyHow opened this issue · 1 comments
PennyHow commented
As far as I can see the resampling to hourly averages is the same for all variables, except for wind direction. Have I missed somewhere where
rh
is treated differently or arerh
values also simple hourly averages? I am asking because I think for the average to make physical sense they need to be converted to specific humidity (and perhaps then back torh
?), but I am not sure?
Special averaging needed according to Campbell: https://www.campbellsci.com/blog/averaging-relative-humidity
PennyHow commented
Relative humidity exception should be raised here in the L3
resampling step:
pypromice/src/pypromice/process/aws.py
Lines 736 to 744 in 02b32a9