Ignore:
Timestamp:
Jul 15, 2008, 5:00:20 PM (16 years ago)
Author:
duncan
Message:

Current Hinwood scenario - added plotting of froude number, stage slope and time vs location for each wave

File:
1 edited

Legend:

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

    r5494 r5503  
    6161         friction=0.012,  # planed wood. http://www.lmnoeng.com/manningn.htm
    6262         outputdir_name=None,
    63          run_type=0):
     63         run_type=0,
     64         end_tag = '_limiterD'):
    6465
    6566   
    6667    basename = 'zz_' + metadata_dic['scenario_id']
    67     end_tag = '_limiterD'
     68   
    6869    if run_type == 1:
    6970        outputdir_name += '_test' + end_tag
     
    261262    # 4 is 0.01
    262263    # 5 is 0.001
    263     run_type = 4
     264    run_type = 5
    264265    #for run_data in [scenarios[5]]:
    265266    #scenarios = scenarios[2:]
     
    269270                             run_data,
    270271                             run_type = run_type,
    271                              outputdir_name=run_data['scenario_id'])
     272                             outputdir_name=run_data['scenario_id'],
     273                             end_tag='_limiterD')
    272274        #gauges_for_slope(pro_instance.outputdir,[run_data])
Note: See TracChangeset for help on using the changeset viewer.