Add python module for physical constants

This commit is contained in:
Gabriel Wolf 2018-09-14 18:02:38 +01:00
parent bd2abe41bd
commit 589a0b920f

5
myconstants.py Normal file
View 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 #