Changeset 4525 for anuga_work/production/exmouth_2006/build_exmouth.py
- Timestamp:
- Jun 1, 2007, 4:06:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/exmouth_2006/build_exmouth.py
r4509 r4525 81 81 dem2pts(onshore_dir_name, use_cache=True, verbose=True) 82 82 dem2pts(onshore1_dir_name, use_cache=True, verbose=True) 83 ''' 83 84 84 print'create Geospatial data1 objects from topographies',onshore_dir_name + '.pts' 85 85 G1 = Geospatial_data(file_name = onshore_dir_name + '.pts',verbose=True) … … 112 112 G_small.export_points_file(project.combined_small_dir_name + '.txt') 113 113 #G_clipped.export_points_file(project.combined_dir_name + '.xya') 114 ''' 114 115 115 116 116 … … 123 123 print'export 2' 124 124 G_all_2.export_points_file(project.combined_dir_name+'_other1' + '.xya') 125 125 ''' 126 126 127 127 #------------------------------------------------------------------------- … … 136 136 print 'project.boundaries_dir_name',project.boundaries_dir_name 137 137 138 urs_ungridded2sww(boundaries_in_dir_name, project.boundaries_in_dir_name,138 urs_ungridded2sww(boundaries_in_dir_name, boundaries_in_dir_name, 139 139 verbose=True, mint=4000, maxt=35000, zscale=1) 140 141 '''142 140 143 141 144 142 145 143 144 145
Note: See TracChangeset
for help on using the changeset viewer.