mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed several typos in the heat index coefficients
This commit is contained in:
parent
56eecfda03
commit
8b878552cb
@ -20,12 +20,12 @@
|
|||||||
#define SPECIFIC_GAS_CONSTANT_DRY_AIR 287.058
|
#define SPECIFIC_GAS_CONSTANT_DRY_AIR 287.058
|
||||||
|
|
||||||
// Heat index coefficients
|
// Heat index coefficients
|
||||||
#define __C1 −8.784695
|
#define __C1 -8.784695
|
||||||
#define __C2 1.61139411
|
#define __C2 1.61139411
|
||||||
#define __C3 2.338549
|
#define __C3 2.338549
|
||||||
#define __C4 −0.14611605
|
#define __C4 -0.14611605
|
||||||
#define __C5 −0.012308094
|
#define __C5 -0.012308094
|
||||||
#define __C6 −0.016424828
|
#define __C6 -0.016424828
|
||||||
#define __C7 0.002211732
|
#define __C7 0.002211732
|
||||||
#define __C8 0.00072546
|
#define __C8 0.00072546
|
||||||
#define __C9 -0.000003582
|
#define __C9 -0.000003582
|
||||||
|
Loading…
Reference in New Issue
Block a user