Changeset 5788
- Timestamp:
- Sep 25, 2008, 2:33:07 PM (15 years ago)
- Location:
- anuga_work/production/busselton
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/build_busselton_250m.py
r5786 r5788 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/busselton/project_250m.py
r5786 r5788 51 51 finaltime=80000 # final time for simulation 52 52 53 interior_mesh = ' all' # Can have 'all' or 'none' for Phase 2 study53 interior_mesh = 'none' # Can have 'all' or 'none' for Phase 2 study 54 54 55 55 setup='final' # Final can be replaced with trial or basic. … … 86 86 # elevation data used in build_busselton.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/busselton/run_busselton_250m.py
r5786 r5788 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.