Changeset 6572
- Timestamp:
- Mar 20, 2009, 5:29:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/gold_coast_2009/project.py
r6558 r6572 28 28 tide = 0 # difference between MSL and HAT in metres 29 29 zone = 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 32 event_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 31 36 alpha = 0.1 # smoothing parameter for mesh 32 37 friction=0.01 # manning's friction coefficient 33 38 starttime=0 # start time for simulation 34 finaltime= 1000 # final time for simulation35 36 setup = ' trial' # This can be one of three values39 finaltime=80000 # final time for simulation 40 41 setup = 'final' # This can be one of three values 37 42 # trial - coarsest mesh, fast 38 43 # basic - coarse mesh … … 53 58 54 59 #------------------------------------------------------------------------------- 55 # Input Data 60 # Input Datayieldstep 56 61 #------------------------------------------------------------------------------- 57 62 … … 123 128 124 129 # ASCII export grid for Gold Coast 125 xminGold_Coast = 340000126 xmaxGold_Coast = 352000127 yminGold_Coast = 6 271500128 ymaxGold_Coast = 6 280000130 xminGold_Coast = 541500 131 xmaxGold_Coast = 546000 132 yminGold_Coast = 6893500 133 ymaxGold_Coast = 6898500 129 134 130 135 ################################################################################
Note: See TracChangeset
for help on using the changeset viewer.