Add python module for physical constants
This commit is contained in:
parent
bd2abe41bd
commit
589a0b920f
5
myconstants.py
Normal file
5
myconstants.py
Normal file
@ -0,0 +1,5 @@
|
||||
rho0 = 1027.0 # reference density [kg m**-3]
|
||||
grav = 9.81 # gravity [m s**-2]
|
||||
r_earth = 6.4e06 # earth radis [m]
|
||||
gbuo = -grav/rho0 #
|
||||
|
Loading…
Reference in New Issue
Block a user