Changeset 5788


Ignore:
Timestamp:
Sep 25, 2008, 2:33:07 PM (16 years ago)
Author:
kristy
Message:

small changes

Location:
anuga_work/production/busselton
Files:
1 deleted
3 edited

Legend:

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

    r5786 r5788  
    2828
    2929# Application specific imports
    30 import project   # Definition of file names and polygons
     30import project_250m   # Definition of file names and polygons
    3131
    3232#------------------------------------------------------------------------------
  • anuga_work/production/busselton/project_250m.py

    r5786 r5788  
    5151finaltime=80000         # final time for simulation
    5252
    53 interior_mesh = 'all' # Can have 'all' or 'none' for Phase 2 study
     53interior_mesh = 'none' # Can have 'all' or 'none' for Phase 2 study
    5454
    5555setup='final'  # Final can be replaced with trial or basic.
     
    8686# elevation data used in build_busselton.py
    8787# onshore data: format ascii grid with accompanying projection file
    88 onshore_name = 'grid'
     88onshore_name = 'grid_250m_2005'
    8989
    9090# gauges - used in get_timeseries.py
  • anuga_work/production/busselton/run_busselton_250m.py

    r5786 r5788  
    4848   
    4949# Application specific imports
    50 import project  # Definition of file names and polygons
     50import project_250m  # Definition of file names and polygons
    5151numprocs = 1
    5252myid = 0
Note: See TracChangeset for help on using the changeset viewer.