Changeset 4631 for anuga_work/production
- Timestamp:
- Jul 18, 2007, 6:08:10 PM (16 years ago)
- Location:
- anuga_work/production
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/broome_2006/run_broome_urs.py
r4587 r4631 174 174 print 'domain id', id(domain) 175 175 domain.beta_h = 0 176 #domain. limit2007= 1176 #domain.tight_slope_limiters = 1 177 177 178 178 #------------------------------------------------------------------------- -
anuga_work/production/dampier_2006/run_dampier.py
r4430 r4631 160 160 print 'domain id', id(domain) 161 161 domain.beta_h = 0 162 #domain. limit2007= 1162 #domain.tight_slope_limiters = 1 163 163 164 164 #------------------------------------------------------------------------- -
anuga_work/production/dampier_2006/run_dampier_simple.py
r4357 r4631 233 233 print 'domain id', id(domain) 234 234 domain.beta_h = 0 235 domain. limit2007= 1235 domain.tight_slope_limiters = 1 236 236 ''' 237 237 #------------------------------------------------------------------------- -
anuga_work/production/dampier_2006/run_dampier_urs.py
r4587 r4631 169 169 print 'domain id', id(domain) 170 170 domain.beta_h = 0 171 #domain. limit2007= 1171 #domain.tight_slope_limiters = 1 172 172 173 173 #------------------------------------------------------------------------- -
anuga_work/production/exmouth_2006/run_exmouth.py
r4587 r4631 170 170 domain.beta_h = 0 #sets the surface of the triangle to follow the bathy 171 171 #domain.H0=0.01 #controls the flux limiter (limiter2007) 172 #domain. limit2007= 1 #minimises creep172 #domain.tight_slope_limiters = 1 #minimises creep 173 173 174 174 #------------------------------------------------------------------------- -
anuga_work/production/onslow_2006/run_onslow_urs.py
r4587 r4631 170 170 domain.beta_h = 0 #sets the surface of the triangle to follow the bathy 171 171 #domain.H0=0.01 #controls the flux limiter (limiter2007) 172 #domain. limit2007= 1 #minimises creep172 #domain.tight_slope_limiters = 1 #minimises creep 173 173 174 174 #------------------------------------------------------------------------- -
anuga_work/production/onslow_2006/ticket160_run.py
r4506 r4631 182 182 domain.set_maximum_allowed_speed(0.1) # Allow a little runoff (0.1 is OK) 183 183 domain.beta_h = 0 184 domain. limit2007= 1184 domain.tight_slope_limiters = 1 185 185 domain.H0=0.01 186 186 -
anuga_work/production/pt_hedland_2006/run_pt_hedland_urs.py
r4587 r4631 162 162 domain.beta_h = 0 #sets the surface of the triangle to follow the bathy 163 163 #domain.H0=0.01 #controls the flux limiter (limiter2007) 164 #domain. limit2007= 1 #minimises creep164 #domain.tight_slope_limiters = 1 #minimises creep 165 165 166 166 #------------------------------------------------------------------------- -
anuga_work/production/shark_bay_2007/run_shark_bay.py
r4630 r4631 170 170 print 'domain id', id(domain) 171 171 domain.beta_h = 0 172 #domain. limit2007= 1172 #domain.tight_slope_limiters = 1 173 173 174 174 -
anuga_work/production/shark_bay_2007/run_shark_bay_frequency_sweep.py
r4625 r4631 162 162 print 'domain id', id(domain) 163 163 domain.beta_h = 0 164 #domain. limit2007= 1164 #domain.tight_slope_limiters = 1 165 165 166 166
Note: See TracChangeset
for help on using the changeset viewer.