Changeset 5804 for anuga_work/production/busselton/build_boundary_27255.py
- Timestamp:
- Oct 2, 2008, 11:30:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/build_boundary_27255.py
r5786 r5804 50 50 print 'number of sources', len(urs_filenames) 51 51 52 if len(urs_fil names) = 10#change per event52 if len(urs_filenames) == 10: #change per event 53 53 54 54 weight_factor = 30.84050 #change per event … … 68 68 mean_stage=project.tide, 69 69 verbose=True) 70 else print 'number of sources do not match event.list' 70 else: 71 print 'number of sources do not match event.list' 71 72 72 73 #------------------------------------------------------------------------------ … … 112 113 113 114 minname = 'min_sts_stage.csv' 114 fid_min = open(project.boundaries_dir_event+sep+m axname,'w')115 fid_min = open(project.boundaries_dir_event+sep+minname,'w') 115 116 s = 'index, x, y, max_stage \n' 116 117 fid_min.write(s)
Note: See TracChangeset
for help on using the changeset viewer.