Changeset 2543


Ignore:
Timestamp:
Mar 14, 2006, 10:21:49 AM (18 years ago)
Author:
sexton
Message:

including scripts for output for onslow scenario

Location:
production/onslow_2006
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • production/onslow_2006/project.py

    r2539 r2543  
    3636east = degminsec2decimal_degrees(115,30,0)
    3737
     38# region for visualisation
     39eminviz =
     40emaxviz =
     41nminviz =
     42nmaxviz =
    3843
    3944#swollen/ all data output
     
    107112poly_direction = [k0, k1, k2, k3]
    108113
     114testpoly = [p0,p1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p11,p12,p13,p14,p15,p16,p17,p18,p19,p20,p21,p22,p23,p24,p25,p26,p27,p28,p29,p30]
    109115#!slump_origin = [385000.0, 6255000.0] #Absolute UTM
  • production/onslow_2006/run_onslow.py

    r2539 r2543  
    7979
    8080# original
    81 interior_res = 25000
     81interior_res = 50000
    8282interior_regions = [[project.poly_onslow, interior_res],
    8383                    [project.poly_thevenard, interior_res],
     
    9292                             'left': [2], 'bottom': [3],
    9393                             'bottomright': [4], 'topright': [5]},
    94            'maximum_triangle_area': 100000,
     94           'maximum_triangle_area': 1000000,
    9595           'filename': meshname,           
    9696           'interior_regions': interior_regions},
     
    108108print 'Number of triangles = ', len(domain)
    109109print 'The extent is ', domain.get_extent()
     110print domain.statistics()
    110111
    111112domain.set_name(project.basename)
Note: See TracChangeset for help on using the changeset viewer.