Changeset 5787
- Timestamp:
- Sep 25, 2008, 2:32:41 PM (15 years ago)
- Location:
- anuga_work/production/perth
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth/build_perth_250m.py
r5785 r5787 28 28 29 29 # Application specific imports 30 import project # Definition of file names and polygons30 import project_250m # Definition of file names and polygons 31 31 32 32 #------------------------------------------------------------------------------ -
anuga_work/production/perth/project_250m.py
r5785 r5787 86 86 # elevation data used in build_perth.py 87 87 # onshore data: format ascii grid with accompanying projection file 88 onshore_name = 'grid '88 onshore_name = 'grid_250m_2005' 89 89 90 90 # gauges - used in get_timeseries.py -
anuga_work/production/perth/run_perth_250m.py
r5785 r5787 48 48 49 49 # Application specific imports 50 import project # Definition of file names and polygons50 import project_250m # Definition of file names and polygons 51 51 numprocs = 1 52 52 myid = 0
Note: See TracChangeset
for help on using the changeset viewer.