Changeset 3287


Ignore:
Timestamp:
Jul 6, 2006, 6:17:29 PM (18 years ago)
Author:
sexton
Message:

more changes ...

Location:
production/pt_hedland_2006
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • production/pt_hedland_2006/project.py

    r3286 r3287  
    156156h16=[629262.17, 7747205.47] #repeat of h0
    157157# using Hamish's new bounding polygon
    158 polyAll = [d0_50, d1_50, d2_50, h16,h15,h14,h13,h12,h11,h10,h9,h8,h7,h6,h5]
     158#polyAll = [d0_50, d1_50, d2_50, h16,h15,h14,h13,h12,h11,h10,h9,h8,h7,h6,h5]
     159polyAll = [d0_50, d1_50, d2_50, h16,h11,h8,h6, h5]
    159160
    160161#Interior region - Pt Hedland town
  • production/pt_hedland_2006/run_pt_hedland.py

    r3286 r3287  
    111111if sys.platform == 'win32':
    112112    #figname = project.outputtimedir + 'pt_hedland_polys'
    113     figname = 'pt_hedland_polys'
     113    figname = 'pt_hedland_polys_test'
    114114    plot_polygons([project.polyAll,project.poly_pt_hedland,project.poly_region],
    115115              figname,
     
    123123                             'left': [2], 'bottom0': [3],
    124124                             'bottom1': [4], 'bottom2': [5],
    125                              'bottom3': [6], 'bottom4': [7],
    126                              'bottom5': [8], 'bottom5': [9],
    127                              'bottom6': [10], 'bottom7': [11],
    128                              'bottom8': [12], 'bottom9': [13],
    129                              'right': [14]},
     125                             'bottom3': [6], 'right': [7]},
    130126           'maximum_triangle_area': 250000,
    131127           'filename': meshname,           
     
    208204domain.set_boundary( {'topright': Bf,'topleft': Bf, 'left':  Bd, 'bottom0': Bd,
    209205                      'bottom1': Bd, 'bottom2': Bd, 'bottom3': Bd,
    210                         'bottom4': Bd, 'bottom5': Bd, 'bottom6': Bd,
    211                         'bottom7': Bd, 'bottom8': Bd, 'bottom9': Bd,
    212206                        'right': Bd})
     207
    213208#-------------------------------------------------------------------------------                                 
    214209# Evolve system through time
Note: See TracChangeset for help on using the changeset viewer.