Commit graph

10 commits

Author SHA1 Message Date
0e7ecdbb7b Initial release.
Computes:

1. :absolute-humidity
2. :actual-vapour-pressure
3. :dew-point-celsius
4. :pressure-millibars
5. :pressure-pascals
6. :relative-humidity
7. :saturation-vapour-pressure
8. :temperature-celsius
9. :temperature-kelvin
10. :volume
11. :wet-bulb-temperature
2026-08-12 14:26:24 +01:00
970a320a84 Added dew point; implemented actual vapour pressure, but don't have test data. 2026-08-12 13:02:43 +01:00
ce32cd285e Added volume. 2026-08-12 11:52:38 +01:00
115e3d65b5 fleshed out the README a bit more. 2026-08-11 19:53:37 +01:00
507a365682 Tidied up documentation. This is more or less ready for others to play with. 2026-08-11 19:21:08 +01:00
91343b9c10 Regularised the calling signature of the calculator functions. 2026-08-11 18:38:35 +01:00
37689df3e2 I'm starting to hate the zed editor! Messups fixed, all tests again pass. 2026-08-11 18:13:20 +01:00
be68481d06 Relative humidity now calculated (apparently) correctly. 2026-08-11 17:55:03 +01:00
d679bcf781 More progress... but more things I need to calculate that I don't yet know how. 2026-08-11 13:59:22 +01:00
3874a37a86 I have not yet got the overall architecture right, but the functions are
beginning to work.
2026-08-09 13:32:32 +01:00