Changeset 6374
- Timestamp:
- Feb 20, 2009, 2:25:12 PM (16 years ago)
- Location:
- anuga_work/production/geraldton/NewScripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/geraldton/NewScripts/build_urs_boundary.py
r6372 r6374 146 146 verbose=True) 147 147 else: # a single mux stem file, assume 1.0 weight 148 mux_file = os.path.join(project. mux_data_folder, event_file)148 mux_file = os.path.join(project.event_folder, event_file) 149 149 mux_filenames = [mux_file] 150 150 print 'using single-mux file', mux_file -
anuga_work/production/geraldton/NewScripts/project.py
r6372 r6374 114 114 # If a meta-file from EventSelection is used, set 'multi-mux' to True. 115 115 # If a single MUX stem filename (*.grd) is used, set 'multi-mux' to False. 116 mux_input_filename = 'wa04_val'116 mux_input_filename = event_number 117 117 multi_mux = False 118 118 ##mux_input_filename = join(event_folder, 'event.list')
Note: See TracChangeset
for help on using the changeset viewer.