Skip to content

Humidity fixes for UTCI

Compare
Choose a tag to compare
@chrisroadmap chrisroadmap released this 27 Apr 09:55
· 6 commits to master since this release
ebfdfe5

One main fix is the specific humidity calculation in the UTCI code, which was previously not covered by the tests and showed odd results. The humidity and UTCI code calculation of saturation vapour pressure is now the same.

The output from cos_mean_zenith_angle is transposed and is now on the same grid as the input data (which makes more sense).

The climate inputs to the utci module are now dicts of CMIP-style variables for consistency with the aprp module. This avoids the user having to remember which order to specify the variables in.