Changeset 6572


Ignore:
Timestamp:
Mar 20, 2009, 5:29:13 PM (15 years ago)
Author:
Leharne
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/gold_coast_2009/project.py

    r6558 r6572  
    2828tide = 0                # difference between MSL and HAT in metres
    2929zone = 56               # specify zone of model
    30 event_number = 51469    # the event number or the mux file name
     30##event_number = 51469    # the event number or the mux file name with:
     31                          # 2.32m waveheight
     32event_number = 51423    # 1.5m waveheight
     33##event_number= 51348    # 1.0m waveheight
     34##event_number = 51253    # 0.5m waveight
     35##event_number = 50863    # 0.3m waveight
    3136alpha = 0.1             # smoothing parameter for mesh
    3237friction=0.01           # manning's friction coefficient
    3338starttime=0             # start time for simulation
    34 finaltime=1000         # final time for simulation
    35 
    36 setup = 'trial'         # This can be one of three values
     39finaltime=80000         # final time for simulation
     40
     41setup = 'final'         # This can be one of three values
    3742                        #    trial - coarsest mesh, fast
    3843                        #    basic - coarse mesh
     
    5358
    5459#-------------------------------------------------------------------------------
    55 # Input Data
     60# Input Datayieldstep
    5661#-------------------------------------------------------------------------------
    5762
     
    123128
    124129# ASCII export grid for Gold Coast
    125 xminGold_Coast = 340000
    126 xmaxGold_Coast = 352000
    127 yminGold_Coast = 6271500
    128 ymaxGold_Coast = 6280000
     130xminGold_Coast = 541500
     131xmaxGold_Coast = 546000
     132yminGold_Coast = 6893500
     133ymaxGold_Coast = 6898500
    129134
    130135################################################################################
Note: See TracChangeset for help on using the changeset viewer.