Changeset 451 for inundation/ga/storm_surge/pyvolution/netherlands.py
- Timestamp:
- Oct 26, 2004, 10:07:41 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/netherlands.py
r450 r451 94 94 N = 20 95 95 #N = 150 96 N = 1 3097 N = 6096 N = 110 97 #N = 60 98 98 99 99 print 'Creating domain' … … 108 108 109 109 #Output params 110 domain.smooth = False110 domain.smooth = True 111 111 domain.reduction = min #Looks a lot better on top of steep slopes 112 112 … … 134 134 #Set bed-slope and friction 135 135 inflow_stage = 0.08 136 manning = 0.0 136 manning = 0.02 137 137 Z = Weir(inflow_stage) 138 138 … … 155 155 #Set boundary conditions 156 156 domain.set_boundary({'left': Bd, 'right': Br, 'bottom': Br, 'top': Br}) 157 #domain.set_boundary({'left': Bd, 'right': Bt, 'bottom': Bt, 'top': Bt})158 159 157 160 158 … … 169 167 t0 = time.time() 170 168 171 for t in domain.evolve(yieldstep = 0.1, finaltime = 5.0):169 for t in domain.evolve(yieldstep = 0.1, finaltime = 10.0): 172 170 domain.write_time() 173 171
Note: See TracChangeset
for help on using the changeset viewer.