Ignore:
Timestamp:
May 15, 2007, 4:15:50 PM (16 years ago)
Author:
nick
Message:

update dampier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/dampier_2006/run_dampier.py

    r4422 r4430  
    122122    from polygon import *
    123123    #following sets the stage/water to be offcoast only
    124 #    IC = Polygon_function( [(project.poly_mainland, 0.)], default = tide)
    125     IC = Polygon_function( [(project.poly_mainland, 0.)], default = 200)
     124    IC = Polygon_function( [(project.poly_mainland, 0.)], default = tide)
     125#    IC = Polygon_function( [(project.poly_mainland, 0.)], default = 200)
    126126    domain.set_quantity('stage', IC)
    127127    domain.set_quantity('friction', 0.01)
     
    170170
    171171Bf = Field_boundary(project.boundaries_dir_namea + '.sww',
    172                     domain, time_thinning=1, mean_stage=tide,
     172                    domain, time_thinning=12, mean_stage=tide,
    173173                    use_cache=True, verbose=True)
    174174
Note: See TracChangeset for help on using the changeset viewer.