Ignore:
Timestamp:
Aug 26, 2008, 10:34:49 AM (16 years ago)
Author:
duncan
Message:

test label change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/Hinwood_2008/scenarios.py

    r5682 r5683  
    55scenarios = []
    66
    7 # 0 - t1r3
    8 # 1 - t1r5
    9 # 2 - t2r7
    10 # 3 - t2r8
    11 # 4 - t3r28
    12 # 5 - t3r29
    13 # 6 - t4r31
    14 # 7 - t4r32
    15 
    16 # T1R3
     7
    178data = {'xleft':[-3.106,0.0],  # Av' of ADV and Gauge A
    189        'xtoe':[0.0,0.0],
     
    2011        'xright':[8,.4843334],
    2112        'offshore_water_depth':.4,
    22         'scenario_id':'T1R3',
     13        'scenario_id':'S1R2',
    2314        'gauge_names':['B','1','2','3','4','5','7'],
    2415        'gauge_x':[-0.68, 1.569, 2.568, 3.566, 4.564, 5.562, 7.559],
     
    4031scenarios.append(data)
    4132
    42 # T1R5
     33
    4334data = {'xleft':[-3.106,0.0],  # Av' of ADV and Gauge A
    4435        'xtoe':[0.0,0.0],
     
    4637        'xright':[8,.4843334],
    4738        'offshore_water_depth':.4,
    48         'scenario_id':'T1R5',
     39        'scenario_id':'S1R1',
    4940        'gauge_names':['B','1','2','3','4','5','7'],
    5041        'gauge_x':[-0.68, 1.569, 2.568, 3.566, 4.564, 5.562, 7.559],
     
    6859
    6960
    70 # #T2R7
    71 # xleft is different
    7261data = {'xleft':[-4.586,0.0],  # Av' of ADV and Gauge A
    7362        'xtoe':[0.0,0.0],
     
    7564        'xright':[8,.4843334],
    7665        'offshore_water_depth':.4,
    77         'scenario_id':'T2R7',
     66        'scenario_id':'S2R1',
    7867        'gauge_names':['B','1','2','3','4','5'],
    7968        'gauge_x':[-0.68, 1.569, 2.568, 3.566, 4.564, 5.562],
     
    9483scenarios.append(data)
    9584
    96 # #T2R8
    97 # xleft is different
    9885data = {'xleft':[-4.586,0.0],  # Av' of ADV and Gauge A
    9986        'xtoe':[0.0,0.0],
     
    10188        'xright':[8,.4843334],
    10289        'offshore_water_depth':.4,
    103         'scenario_id':'T2R8',
     90        'scenario_id':'S2R2',
    10491        'gauge_names':['B','1','2','3','4','5'],
    10592        'gauge_x':[-0.68, 1.569, 2.568, 3.566, 4.564, 5.562],
     
    121108scenarios.append(data)
    122109
    123 # #T3R28
    124 # xleft is different
    125110data = {'xleft':[-3.875,0.0],  # Av' of ADV and Gauge A
    126111        'xtoe':[0.0,0.0],
     
    128113        'xright':[14.,.3903881],
    129114        'offshore_water_depth':.336,
    130         'scenario_id':'T3R28',
     115        'scenario_id':'S3R2',
    131116        'gauge_names':['B','1','2','3','5','7',
    132117                       '9','10','11','12'],
     
    155140scenarios.append(data)
    156141
    157 # #T3R29
    158142data = {'xleft':[-3.875,0.0],  # Av' of ADV and Gauge A
    159143        'xtoe':[0.0,0.0],
     
    161145        'xright':[14.,.3903881],
    162146        'offshore_water_depth':.336,
    163         'scenario_id':'T3R29',
     147        'scenario_id':'S3R1',
    164148        'gauge_names':['B','1','2','3','5','7',
    165149                       '9','10','11','12'],
     
    188172scenarios.append(data)
    189173
    190 # #T4R31
    191 # xleft is different
    192174data = {'xleft':[-2.43,0.0],  # Av' of ADV and Gauge A
    193175        'xtoe':[0.0,0.0],
     
    195177        'xright':[14.,.3903881],
    196178        'offshore_water_depth':.336,
    197         'scenario_id':'T4R31',     
     179        'scenario_id':'S4R2',     
    198180        'gauge_names':['B','1','2','3','5','7',
    199181                       '9','10','11','12'],
     
    222204scenarios.append(data)
    223205
    224 # #T4R32
    225206data = {'xleft':[-2.43,0.0],  # Av' of ADV and Gauge A
    226207        'xtoe':[0.0,0.0],
     
    228209        'xright':[14.,.3903881],
    229210        'offshore_water_depth':.336,
    230         'scenario_id':'T4R32',   
     211        'scenario_id':'S4R1',   
    231212        'gauge_names':['B','1','2','3','5','7',
    232213                       '9','10','11','12'],
     
    256237scenarios.append(data)
    257238
    258 # These are the indexes from 'gauge_x' of the gauges for the journal article.
    259 to_publish_indexes = {'T1R5':[0, 5, 6],
    260               'T2R7':[0, 3, 5],
    261               'T3R29':[0, 6, 8],
    262               'T4R32':[0, 5, 8]
    263               }
    264 
    265 
    266 
     239
Note: See TracChangeset for help on using the changeset viewer.