Changeset 6792


Ignore:
Timestamp:
Apr 15, 2009, 8:46:42 AM (16 years ago)
Author:
kristy
Message:

updated script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/australia_ph2/adelaide/project.py

    r6757 r6792  
    4343friction=0.01           # manning's friction coefficient
    4444starttime=0             # start time for simulation
    45 finaltime=1000   #60000 # final time for simulation
    46 setup = 'trial'         # This can be one of three values
     45finaltime=60000   #60000 # final time for simulation
     46setup = 'final'         # This can be one of three values
    4747                        #    trial - coarsest mesh, fast
    4848                        #    basic - coarse mesh
     
    5050
    5151# index is only used when wave = Tb
    52 index = 1937            # index from the PTHA - Y2000 0.257m
     52index = 1936            # index from the PTHA - Y2000 0.257m
    5353wave = 'Tb'             # Bf (sts wave) Tb (index wave)
    5454
Note: See TracChangeset for help on using the changeset viewer.