Changeset 5787


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

Small changes

Location:
anuga_work/production/perth
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/perth/build_perth_250m.py

    r5785 r5787  
    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/perth/project_250m.py

    r5785 r5787  
    8686# elevation data used in build_perth.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/perth/run_perth_250m.py

    r5785 r5787  
    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.