Ignore:
Timestamp:
Jun 21, 2010, 11:26:20 AM (14 years ago)
Author:
hudson
Message:

Refactoring to clean up pylint errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/config.py

    r7841 r7865  
    4343#g = 9.80665    # Gravity - FIXME reinstate this and fix unit tests.
    4444g = 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
    4647#The 'official' average is 9.80665
    4748
     
    138139#
    139140# 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),
    141143# but that would only happen with h>225000m in this equation. Why ?
    142144# The maximal speed we specify is really related to the max speed
Note: See TracChangeset for help on using the changeset viewer.