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
This commit is contained in:
parent
970a320a84
commit
0e7ecdbb7b
5 changed files with 38 additions and 23 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(defproject humidity "0.1.0-SNAPSHOT"
|
||||
(defproject humidity "0.1.0"
|
||||
:cloverage {:output "docs/cloverage"
|
||||
:ns-exclude-regex [#"beowulf\.gendoc" #"beowulf\.scratch"]}
|
||||
:codox {:metadata {:doc "**TODO**: write docs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue