Changeset 5495


Ignore:
Timestamp:
Jul 11, 2008, 4:34:28 PM (16 years ago)
Author:
duncan
Message:

Current Hinwood scenario

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/Hinwood_2008/slope.py

    r5494 r5495  
    190190            anuga_break_times.append( \
    191191                break_time -  run_data['ANUGA_start_time'])
    192            
     192        plot_title = "Stage slope " + id
    193193        stage_file = pro_instance.outputdir + "fslope_stage_" + end
    194194        save_as = pro_instance.plots_dir + sep + \
     
    201201            100, locations, slopes, -1)
    202202        graph_contours(times, locations, slopes,
    203                      break_xs=run_data['break_xs'],
    204                      break_times=anuga_break_times,
    205                      save_as=save_as,
     203                       plot_title=plot_title,
     204                       break_xs=run_data['break_xs'],
     205                       break_times=anuga_break_times,
     206                       save_as=save_as,
    206207                       is_interactive=is_interactive)
    207208
     
    220221            anuga_break_times.append( \
    221222                break_time -  run_data['ANUGA_start_time'])
     223        plot_title = "Froude Number" + id
    222224           
    223225        froude_file = pro_instance.outputdir + "fslope_froude_" + end
     
    233235        #times, slope_locations, slopes = load_slopes(stage_file)
    234236        graph_froude(dtimes, locations, sensors,
     237                     plot_title=plot_title,
    235238                     break_xs=run_data['break_xs'],
    236239                     break_times=anuga_break_times,
     
    390393    bands += band_offset
    391394    return bands
    392    
    393    
    394    
    395395
    396396#-------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.