Changeset 5828


Ignore:
Timestamp:
Oct 9, 2008, 1:15:20 PM (15 years ago)
Author:
kristy
Message:
 
Location:
anuga_work/production
Files:
4 added
4 edited

Legend:

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

    r5796 r5828  
    4444# run_scenario script is executed
    4545tide = 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
     47event_number = 68693 # Sumatra 9.2
     48#event_number = 27283  # Java 9.3 original
    4849alpha = 0.1             # smoothing parameter for mesh
    4950friction=0.01           # manning's friction coefficient
  • anuga_work/production/carnarvon/project.py

    r5796 r5828  
    4444# run_scenario script is executed
    4545tide = 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
     47event_number = 68693 # Sumatra 9.2
     48#event_number = 27283  # Java 9.3 original
    4849alpha = 0.1             # smoothing parameter for mesh
    4950friction=0.01           # manning's friction coefficient
    5051starttime=0             
    51 finaltime=80000         # final time for simulation
     52finaltime=1000         # final time for simulation
    5253
    5354setup='final'  # Final can be replaced with trial or basic.
  • anuga_work/production/geraldton/project.py

    r5796 r5828  
    4444# run_scenario script is executed
    4545tide = 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
     47event_number = 68693 # Sumatra 9.2
     48#event_number = 27283  # Java 9.3 original
    4849alpha = 0.1             # smoothing parameter for mesh
    4950friction=0.01           # manning's friction coefficient
  • anuga_work/production/perth/project.py

    r5825 r5828  
    4444# run_scenario script is executed
    4545tide = 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
     47event_number = 68693 # Sumatra 9.2
     48#event_number = 27283  # Java 9.3 original
    4849alpha = 0.1             # smoothing parameter for mesh
    4950friction=0.01           # manning's friction coefficient
Note: See TracChangeset for help on using the changeset viewer.