1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
use atomic_mass;
use ;
use LazyLock;
pub static SURFACEGRAVITY: =
new;
pub static RVAPOR: = new;
pub static SEALEVELAIRDENSITY: = new;
pub static LVAPORIZATION: = new;
pub static CPFRESHWATER: = new;
pub static QUARTZDENSITY: = new;
pub static IRONDENSITY: = new;
pub static ICEDENSITY: = new;
pub const VAPORPRESSURE0C: f64 = 611.657;
pub const CPSEAWATER: f64 = 3994.0;
pub const CELSIUSTOKELVIN: f64 = 273.15;
pub const SECONDSPERYEAR: f64 = 3.15576e7;
pub const OMEGAEARTH: f64 = 7.2921159e-5;
pub const KTTNTTOJOULE: f64 = 4.184e12;
pub const MTTNTTOJOULE: f64 = 4.184e15;
pub const FRESHWATERDENSITY: f64 = 1000.0;
pub const STONYASTEROIDDENSITY: f64 = 3000.0;
pub const ARMA: f64 = 6.112;
pub const ARMB: f64 = 17.67;
pub const ARMC: f64 = 243.5;
pub const EAWEATHERING: f64 = 60000.0;
pub const QICECREEP: f64 = 60000.0;
pub const VISCOSITYSHAWA: f64 = 2.8183829312644557e-5;
pub const EAVISCOSITYMAGMA: f64 = 2.5e5;
pub const LITHOSPHERETHICKNESSALPS: f64 = 30000.0;
pub const HIMALAYACONVERGENCEMYR: f64 = 0.045;
pub const CONTINENTALGEOTHERMAL: f64 = 0.045;
pub const KLEIBERA: f64 = 3.5;
pub const MCNABA: f64 = 0.024;
pub const GENTIMEA: f64 = 4.88;
pub const LIFESPANA: f64 = 11.8;
pub const OCEANSURFACEAREA: f64 = 3.61e14;
pub const PARFRACTION: f64 = 0.45;
pub const PARWTOUMOL: f64 = 4.57;
pub const CLOUDEXTINCTIONCOEFF: f64 = 0.13;
pub const CLOUDLWCSCALE: f64 = 0.3;
pub const MANNINGNSAND: f64 = 0.025;
pub const MANNINGNGRAVEL: f64 = 0.035;
pub const MANNINGNROCK: f64 = 0.045;
pub const MANNINGNVEGETATED: f64 = 0.060;
pub const ALBEDOEMAALPHA: f64 = 0.001;
pub const TROPOPAUSEEQUATORM: f64 = 17000.0;
pub const TROPOPAUSEPOLEM: f64 = 9000.0;
pub const SMITHDRAGCOEFF: f64 = 1.2e-3;
pub const STONEMERIDIONALD: f64 = 3.8;
pub const J2EARTH: f64 = 1.08263e-3;
pub const H2LOVE: f64 = 0.6078;
pub const K2LOVE: f64 = 0.2980;
pub const L2LOVE: f64 = 0.0847;
pub const LUNARECCENTRICITY: f64 = 0.0549;
pub const LUNARINCLINATIONDEG: f64 = 5.145;