Changeset 1627 for inundation
- Timestamp:
- Jul 20, 2005, 5:38:42 PM (19 years ago)
- Location:
- inundation/ga/storm_surge
- Files:
-
- 5 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/__init__.py
r1626 r1627 2 2 """ 3 3 4 from shallow_water import * 5 from mesh_factory import * 4 pass 5 #from shallow_water import * 6 #from mesh_factory import * 7 #from least -
inundation/ga/storm_surge/pyvolution/least_squares.py
r1423 r1627 406 406 407 407 #FIXME this will shift if there was no geo_ref. 408 #But all this should be removed a myhow.408 #But all this should be removed anyhow. 409 409 #change coords before this point 410 410 mesh_origin = self.mesh.geo_reference.get_origin() -
inundation/ga/storm_surge/pyvolution/netherlands.py
r1599 r1627 110 110 Z = Weir(inflow_stage) 111 111 112 if N > 150:112 if N > 50: 113 113 domain.visualise = False 114 114 domain.checkpoint = False -
inundation/ga/storm_surge/pyvolution/run_profile.py
r773 r1627 20 20 # 21 21 22 N = 1 622 N = 128 23 23 24 24 print 'Creating domain'
Note: See TracChangeset
for help on using the changeset viewer.