We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c4a5f commit f4e501bCopy full SHA for f4e501b
src/parameters.toml
@@ -2297,11 +2297,21 @@ value = 6371000
2297
type = "float"
2298
description = "Mean radius of the planet (m)."
2299
2300
+[hour]
2301
+value = 3600
2302
+type = "float"
2303
+description = "Length of an hour (s)."
2304
+
2305
[day]
2306
value = 86400
2307
2308
description = "Length of a day (s)."
2309
2310
+[week]
2311
+value = 604800
2312
2313
+description = "Length of a week (s)."
2314
2315
[angular_velocity_planet_rotation]
2316
value = 7.2921159e-5
2317
0 commit comments