Changeset 5408 for anuga_work/production/exmouth_2006/run_exmouth.py
- Timestamp:
- Jun 17, 2008, 9:03:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/exmouth_2006/run_exmouth.py
r4631 r5408 66 66 # kwargs['bathy_file']=project.combined_small_dir_name + '.txt' 67 67 kwargs['boundary_file']=project.boundaries_in_dir_name + '.sww' 68 '''68 69 69 print 'output_dir',kwargs['output_dir'] 70 70 if myid == 0: … … 108 108 use_cache=False, 109 109 verbose=True) 110 copy(project.meshes_dir_name+'.msh',project.output_dir+project.scenario_name+'.msh')111 110 barrier() 112 111 … … 170 169 domain.beta_h = 0 #sets the surface of the triangle to follow the bathy 171 170 #domain.H0=0.01 #controls the flux limiter (limiter2007) 172 #domain.tight_slope_limiters = 1#minimises creep171 domain.tight_slope_limiters = 0 #minimises creep 173 172 174 173 #------------------------------------------------------------------------- … … 227 226 kwargs['completed']=str(time.time()-t0) 228 227 229 '''228 230 229 if myid == 0: 231 230 store_parameters(**kwargs)
Note: See TracChangeset
for help on using the changeset viewer.