Changeset 1690
- Timestamp:
- Aug 8, 2005, 1:25:46 PM (20 years ago)
- Location:
- inundation/ga/storm_surge
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/config.py
r1604 r1690 37 37 max_smallsteps = 50 #Max number of degenerate steps allowed b4 trying first order 38 38 39 g = 9.8 #Gravity40 39 manning = 0.3 #Manning's friction coefficient 40 g = 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 41 45 42 46 -
inundation/ga/storm_surge/pyvolution/data_manager.py
r1680 r1690 370 370 msg = 'Warning (store_timestep): File %s could not be opened'\ 371 371 %self.filename 372 msg += ' - trying again'372 msg += ' - trying step %s again' %self.domain.time 373 373 print msg 374 374 retries += 1 -
inundation/ga/storm_surge/wiki/future_directions.txt
r1682 r1690 134 134 Boundary (Dirichlet): Think about specifying values by quantity name 135 135 136 Look at matplotlib's verbosity object. 136 137 137 138 ------
Note: See TracChangeset
for help on using the changeset viewer.