mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
20 lines
260 B
Plaintext
20 lines
260 B
Plaintext
|
/*
|
||
|
* Author: Ruthberg
|
||
|
*
|
||
|
* Calculates wet bulb based on temperature and relative humidity
|
||
|
*
|
||
|
* Arguments:
|
||
|
*
|
||
|
*
|
||
|
* Return Value:
|
||
|
* 0: wet bulb <NUMBER>
|
||
|
*
|
||
|
* Return value:
|
||
|
* None
|
||
|
*/
|
||
|
#include "script_component.hpp"
|
||
|
|
||
|
// TODO: ...
|
||
|
|
||
|
GVAR(currentTemperature)
|