Changeset 7865 for trunk/anuga_core/source/anuga/config.py
- Timestamp:
- Jun 21, 2010, 11:26:20 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/config.py
r7841 r7865 43 43 #g = 9.80665 # Gravity - FIXME reinstate this and fix unit tests. 44 44 g = 9.8 45 #g(phi) = 9780313 * (1 + 0.0053024 sin(phi)**2 - 0.000 0059 sin(2*phi)**2) micro m/s**2, where phi is the latitude 45 #g(phi) = 9780313 * (1 + 0.0053024 sin(phi)**2 - 0.000 0059 sin(2*phi)**2) 46 # micro m/s**2, where phi is the latitude 46 47 #The 'official' average is 9.80665 47 48 … … 138 139 # 139 140 # The actual soundspeed can be as high as 1530m/s 140 # (see http://staff.washington.edu/aganse/public.projects/clustering/clustering.html), 141 # (see http://staff.washington.edu/aganse/public.projects/ 142 # clustering/clustering.html), 141 143 # but that would only happen with h>225000m in this equation. Why ? 142 144 # The maximal speed we specify is really related to the max speed
Note: See TracChangeset
for help on using the changeset viewer.