Changeset 6980


Ignore:
Timestamp:
May 5, 2009, 7:55:49 PM (15 years ago)
Author:
Leharne
Message:

updates to torres model

Location:
anuga_work/production/australia_ph2/torres
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/australia_ph2/torres/project.py

    r6978 r6980  
    4141friction=0.01           # manning's friction coefficient
    4242starttime=0             # start time for simulation
    43 finaltime=1000 # final time for simulation
    44 setup = 'trial'         # This can be one of three values
     43finaltime=80000 # final time for simulation
     44setup = 'final'         # This can be one of three values
    4545                        #    trial - coarsest mesh, fast
    4646                        #    basic - coarse mesh
     
    7979# Used in build_elevation.py
    8080# Format for ascii grids, as produced in ArcGIS + a projection file
    81 ascii_grid_filenames = ['grid250_pro'] # 250m grid 2005
     81ascii_grid_filenames = ['grid250m_pro'] # 250m grid 2005
    8282
    8383# Format for points is x,y,elevation (with header)
  • anuga_work/production/australia_ph2/torres/run_model.py

    r6978 r6980  
    9393# Boundary tags refer to project.landward_boundary
    9494# 4 points equals 5 segments start at N
    95 boundary_tags={'back': [num_ocean_segments+3],
     95boundary_tags={'back': [num_ocean_segments+1],
    9696               'side': [num_ocean_segments,
    97                         num_ocean_segments+1,
    9897                        num_ocean_segments+2,
     98                        num_ocean_segments+3,
    9999                        num_ocean_segments+4],
    100100               'ocean': range(num_ocean_segments)}
     
    105105print 'boundary tags', boundary_tags
    106106
    107 import sys;sys.exit()
    108107# Build mesh and domain
    109108domain = create_domain_from_regions(bounding_polygon_sts,
Note: See TracChangeset for help on using the changeset viewer.