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 64b2909 commit c95ec81Copy full SHA for c95ec81
src/parameters.toml
@@ -2342,11 +2342,21 @@ value = 6371000
2342
type = "float"
2343
description = "Mean radius of the planet (m)."
2344
2345
+[hour]
2346
+value = 3600
2347
+type = "float"
2348
+description = "Length of an hour (s)."
2349
+
2350
[day]
2351
value = 86400
2352
2353
description = "Length of a day (s)."
2354
2355
+[week]
2356
+value = 604800
2357
2358
+description = "Length of a week (s)."
2359
2360
[angular_velocity_planet_rotation]
2361
value = 7.2921159e-5
2362
0 commit comments