Changeset 5804 for anuga_work/production/carnarvon/build_boundary_27283.py
- Timestamp:
- Oct 2, 2008, 11:30:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/carnarvon/build_boundary_27283.py
r5790 r5804 81 81 print 'number of sources', len(urs_filenames) 82 82 83 if len(urs_fil names) = 44#change per event83 if len(urs_filenames) == 44: #change per event 84 84 85 85 # AS per David Burbidge email on Friday 4th July the mag 9.3 event … … 104 104 mean_stage=project.tide, 105 105 verbose=True) 106 else print 'number of sources do not match event.list' 106 else: 107 print 'number of sources do not match event.list' 107 108 108 109 #------------------------------------------------------------------------------ … … 148 149 149 150 minname = 'min_sts_stage.csv' 150 fid_min = open(project.boundaries_dir_event+sep+m axname,'w')151 fid_min = open(project.boundaries_dir_event+sep+minname,'w') 151 152 s = 'index, x, y, max_stage \n' 152 153 fid_min.write(s)
Note: See TracChangeset
for help on using the changeset viewer.