Changeset 6374


Ignore:
Timestamp:
Feb 20, 2009, 2:25:12 PM (15 years ago)
Author:
nick2009
Message:

Updated multimux false steps

Location:
anuga_work/production/geraldton/NewScripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/geraldton/NewScripts/build_urs_boundary.py

    r6372 r6374  
    146146                verbose=True)
    147147    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)
    149149        mux_filenames = [mux_file]
    150150        print 'using single-mux file', mux_file
  • anuga_work/production/geraldton/NewScripts/project.py

    r6372 r6374  
    114114# If a meta-file from EventSelection is used, set 'multi-mux' to True.
    115115# If a single MUX stem filename (*.grd) is used, set 'multi-mux' to False.
    116 mux_input_filename = 'wa04_val'
     116mux_input_filename = event_number
    117117multi_mux = False
    118118##mux_input_filename = join(event_folder, 'event.list')
Note: See TracChangeset for help on using the changeset viewer.