Changeset 4423 for anuga_work/production/sydney_2006
- Timestamp:
- Apr 27, 2007, 1:29:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/sydney_2006/run_sydney_slide.py
r4276 r4423 28 28 from anuga.geospatial_data.geospatial_data import * 29 29 from anuga.abstract_2d_finite_volumes.util import start_screen_catcher, copy_code_files 30 from anuga_parallel.parallel_api import distribute, numprocs, myid, barrier 30 31 31 32 # Application specific imports … … 38 39 39 40 # creates copy of code in output dir 40 copy_code_files(project_slide.outputtimedir,__file__,dirname(project_slide.__file__)+sep+ project_slide.__name__+'.py' )41 #copy_code_files(project_slide.outputtimedir,__file__,dirname(project_slide.__file__)+sep+ project_slide.__name__+'.py' ) 41 42 myid = 0 42 43 numprocs = 1 43 start_screen_catcher(project_slide.outputtimedir, myid, numprocs) 44 #start_screen_catcher(project_slide.outputtimedir, myid, numprocs) 45 #barrier() 44 46 45 47 print 'USER: ', project_slide.user … … 56 58 nsw_dem_name = project_slide.nsw_dem_name 57 59 meshname = project_slide.meshname+'.msh' 58 60 ''' 59 61 # creates DEM from asc data 60 62 convert_dem_from_ascii2netcdf(on_offshore25_dem_name, use_cache=True, verbose=True) … … 105 107 G.export_points_file(project_slide.combined_dem_name + '.pts') 106 108 #G.export_points_file(project_slide.combined_dem_name + '.xya') 107 109 ''' 108 110 #---------------------------------------------------------------------------- 109 111 # Create the triangular mesh based on overall clipping polygon with a tagged
Note: See TracChangeset
for help on using the changeset viewer.