Changeset 6271 for anuga_work/production/patong/project.py
- Timestamp:
- Feb 4, 2009, 1:51:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/project.py
r6264 r6271 48 48 finaltime=15000 # final time for simulation 15000 49 49 50 setup=' final' # Final can be replaced with trial or basic.50 setup='trial' # Final can be replaced with trial or basic. 51 51 # Either will result in a coarser mesh that will allow a 52 52 # faster, but less accurate, simulation. … … 89 89 elevation2 = 'patong_10m_small_grid_for_anuga_sub_Project.txt' 90 90 elevation3 = 'patong_bay_1s_grid_Project.txt' 91 elevation4 = 'andaman_3s_grid_Clip _Project.txt'91 elevation4 = 'andaman_3s_grid_Clip2_Project.txt' 92 92 93 93 # gauges - used in get_timeseries.py
Note: See TracChangeset
for help on using the changeset viewer.