Changeset 1690


Ignore:
Timestamp:
Aug 8, 2005, 1:25:46 PM (20 years ago)
Author:
ole
Message:

Thoughts on gravity and minor cosmetic stuff

Location:
inundation/ga/storm_surge
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/config.py

    r1604 r1690  
    3737max_smallsteps = 50  #Max number of degenerate steps allowed b4 trying first order
    3838
    39 g = 9.8        #Gravity
    4039manning = 0.3  #Manning's friction coefficient
     40g = 9.8       #Gravity
     41#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
     42#The 'official' average is 9.80665
     43
     44
    4145
    4246
  • inundation/ga/storm_surge/pyvolution/data_manager.py

    r1680 r1690  
    370370                msg = 'Warning (store_timestep): File %s could not be opened'\
    371371                      %self.filename
    372                 msg += ' - trying again'
     372                msg += ' - trying step %s again' %self.domain.time
    373373                print msg
    374374                retries += 1
  • inundation/ga/storm_surge/wiki/future_directions.txt

    r1682 r1690  
    134134Boundary (Dirichlet): Think about specifying values by quantity name
    135135
     136Look at matplotlib's verbosity object.
    136137
    137138------
Note: See TracChangeset for help on using the changeset viewer.