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 ec22200 commit 283153fCopy full SHA for 283153f
src/equations/reference_data.jl
@@ -4,7 +4,7 @@
4
# Physical constants in SI units (reference values from the Williamson et al. test suite)
5
const EARTH_RADIUS = 6.371229 # 6.37122e6 # m
6
const EARTH_GRAVITATIONAL_ACCELERATION = 9.81 # 9.80616 # m/s²
7
-const EARTH_ROTATION_RATE = 7.29212 # 7.292e-5 # rad/s
+const EARTH_ROTATION_RATE = 7.29212e-5 # 7.292e-5 # rad/s
8
const SECONDS_PER_DAY = 8.64e4
9
10
@doc raw"""
0 commit comments