Ignore:
Timestamp:
Jun 20, 2008, 3:50:27 PM (15 years ago)
Author:
duncan
Message:

Current Hinwood scenario

File:
1 edited

Legend:

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

    r5405 r5410  
    8383        maximum_triangle_area=0.001
    8484    elif run_type == 4:
     85        outputdir_name += '_good_tri_area_0.01_A'
     86        # this is not a test
     87        # Output will go to a file
     88        # The sww file will be interpolated
     89        yieldstep = 0.01
     90        finaltime = None       
     91        maximum_triangle_area=0.01
     92    elif run_type == 5:
    8593        outputdir_name += '_good_tri_area_0.001_A'
    8694        # this is not a test
     
    9098        finaltime = None       
    9199        maximum_triangle_area=0.001
    92     elif run_type == 5:
     100    elif run_type == 6:
    93101        outputdir_name += '_good_tri_area_0.0001_A'
    94102        # this is not a test
     
    98106        finaltime = None       
    99107        maximum_triangle_area=0.0001
    100     elif run_type == 6:
    101         outputdir_name += '_good_tri_area_0.01_A'
    102         # this is not a test
    103         # Output will go to a file
    104         # The sww file will be interpolated
    105         yieldstep = 0.01
    106         finaltime = None       
    107         maximum_triangle_area=0.01
    108108     
    109109    metadata_dic = set_z_origin_to_water_depth(metadata_dic)   
     
    125125    if finaltime is None:
    126126        finaltime = boundary_final_time
    127    
    128127    # Boundary file manipulation
    129128    if boundary_path is None:
     
    276275
    277276    # T1R3
    278     run_data['scenario_id'] = 'T1R3'
     277    run_data = {'xleft':[-3.106,0.0],  # Av' of ADV and Gauge A
     278                     'xtoe':[0.0,0.0],
     279                     'xbeach':[1.285,0.090],
     280                     'xright':[16.1,.960],
     281                     'offshore_water_depth':.4,
     282                     'scenario_id':'T1R3',
     283                     'gauge_names':['B','1','2','3','4','5','6','7','8',
     284                                    '9','10','11','12','13','14'],
     285                     'gauge_x':[-0.68, 1.572, 2.572, 3.572, 4.572, 5.572,
     286                                6.572, 7.572, 8.572, 9.572, 10.572, 11.572,
     287                                12.572, 13.572, 14.572],
     288                     'gauge_bed_elevation':[-0.400000, -0.293158,
     289                     -0.234473, -0.175788, -0.117104, -0.058419, 0.000266,
     290                     0.058950, 0.117635, 0.176320, 0.235004, 0.293689,
     291                     0.352374, 0.411058, 0.469743]
     292                     }
    279293    main( run_data['scenario_id'] + '_boundary.tsm'  , run_data,
    280294          run_type = run_type,
Note: See TracChangeset for help on using the changeset viewer.