Changeset 5828
- Timestamp:
- Oct 9, 2008, 1:15:20 PM (16 years ago)
- Location:
- anuga_work/production
- Files:
-
- 4 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/project.py
r5796 r5828 44 44 # run_scenario script is executed 45 45 tide = 0 #0.6 46 #event_number = 27255 # linked to hazard map 47 event_number = 27283 46 #event_number = 27255 # Java 9.3 worst case for Perth 47 event_number = 68693 # Sumatra 9.2 48 #event_number = 27283 # Java 9.3 original 48 49 alpha = 0.1 # smoothing parameter for mesh 49 50 friction=0.01 # manning's friction coefficient -
anuga_work/production/carnarvon/project.py
r5796 r5828 44 44 # run_scenario script is executed 45 45 tide = 0 #0.6 46 #event_number = 27255 # linked to hazard map 47 event_number = 27283 46 #event_number = 27255 # Java 9.3 worst case for Perth 47 event_number = 68693 # Sumatra 9.2 48 #event_number = 27283 # Java 9.3 original 48 49 alpha = 0.1 # smoothing parameter for mesh 49 50 friction=0.01 # manning's friction coefficient 50 51 starttime=0 51 finaltime= 80000 # final time for simulation52 finaltime=1000 # final time for simulation 52 53 53 54 setup='final' # Final can be replaced with trial or basic. -
anuga_work/production/geraldton/project.py
r5796 r5828 44 44 # run_scenario script is executed 45 45 tide = 0 #0.6 46 #event_number = 27255 # linked to hazard map 47 event_number = 27283 46 #event_number = 27255 # Java 9.3 worst case for Perth 47 event_number = 68693 # Sumatra 9.2 48 #event_number = 27283 # Java 9.3 original 48 49 alpha = 0.1 # smoothing parameter for mesh 49 50 friction=0.01 # manning's friction coefficient -
anuga_work/production/perth/project.py
r5825 r5828 44 44 # run_scenario script is executed 45 45 tide = 0.6 #0.6 46 #event_number = 27255 # linked to hazard map 47 event_number = 27283 46 #event_number = 27255 # Java 9.3 worst case for Perth 47 event_number = 68693 # Sumatra 9.2 48 #event_number = 27283 # Java 9.3 original 48 49 alpha = 0.1 # smoothing parameter for mesh 49 50 friction=0.01 # manning's friction coefficient
Note: See TracChangeset
for help on using the changeset viewer.