Changeset 6563


Ignore:
Timestamp:
Mar 20, 2009, 4:06:18 PM (15 years ago)
Author:
kristy
Message:

changed txt to csv

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/carnarvon/project_250m.py

    r5804 r6563  
    4444# run_scenario script is executed
    4545tide = 0                #0.6
    46 #event_number = 27255   # linked to hazard map
    47 event_number = 27283
     46event_number = 27255   # linked to hazard map
     47#event_number = 27283
    4848alpha = 0.1             # smoothing parameter for mesh
    4949friction=0.01           # manning's friction coefficient
     
    5151finaltime=80000         # final time for simulation
    5252
    53 interior_mesh = 'all' # Can have 'all' or 'none' for Phase 2 study
    54 
    55 setup='final'  # Final can be replaced with trial or basic.
     53interior_mesh = 'none' # Can have 'all' or 'none' for Phase 2 study
     54
     55setup='trial'  # Final can be replaced with trial or basic.
    5656               # Either will result in a coarser mesh that will allow a
    5757               # faster, but less accurate, simulation.
     
    9696# Check the run_carnarvon.py for boundary_tags
    9797# thinned ordering file from Hazard Map: format is index,latitude,longitude (with title)
    98 order_filename = 'thinned_boundary_ordering.txt'
     98order_filename = 'thinned_boundary_ordering.csv'
    9999#landward bounding points
    100 landward = 'landward_bounding_polygon.txt'
     100landward = 'landward_bounding_polygon.csv'
    101101
    102102#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.