* Added functions `eair2rhair`, `rhair2eair`, `eair2vpd`, `vpd2eair`,
`rhair2vpd`, `vpd2rhair`, `eair2shair`, `shair2eair`, `eair2mrair`,
`mrair2eair`, for conversions between partial pressure, relative humidity,
and specific humidity of water vapour in air.
* Renamed module `esat` to `air_humidity`.
* Correct treating of undef if two arrays given in `array2input` helper
function.
* Updated all constants related to gases in `const` module for redefinition
of SI units of 2019.
* Renamed some constants in `const` for greater consistency.
* Keyword only_use_pyjams_datetimes in `num2date` to be able to use all
implemented methods of `datetime` class.
* Allow also CF-calendars in `datetime` class.
* Updated tests for `sce`.