Changeset 2317 for production/sydney_2006/run_sydney_smf.py
- Timestamp:
- Feb 1, 2006, 4:28:22 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
production/sydney_2006/run_sydney_smf.py
r2293 r2317 80 80 if mytest == 0: 81 81 # for whole region 82 interior_res = 2000 # run at 2000 for final one82 interior_res = 5000 83 83 interior_regions = [[project.harbour_polygon_2, interior_res], 84 84 [project.botanybay_polygon_2, interior_res]] # maximal area of per triangle … … 134 134 # as advised by Adrian, this can be as much as 15000-30000 metres 135 135 # len = 4500.0 136 len = 15000.0136 len = 30000.0 137 137 #thk = 670 #thk = 760.0 138 thk = 75.0 138 dep = 400.0 139 thk = 0.44*dep #thk = 120.0 139 140 wid = 15000.0 # for slump scenario, wid=len 140 141 #dep = 400 #1000.0 #d = 400 doesn't make sense with thk = 670! 141 dep = 400.0142 142 rad = 3330 143 143 dp = 0.23 … … 190 190 t0 = time.time() 191 191 192 for t in domain.evolve(yieldstep = 120, finaltime = 1 0800): #120 10800 = 3hrs192 for t in domain.evolve(yieldstep = 120, finaltime = 18000): #120 10800 = 3hrs, 18000 = 5hrs 193 193 domain.write_time() 194 194 domain.write_boundary_statistics(tags = 'bottom') #quantities = 'stage')
Note: See TracChangeset
for help on using the changeset viewer.