Changeset 6233
- Timestamp:
- Jan 23, 2009, 12:16:20 PM (16 years ago)
- Location:
- anuga_work/production/patong
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/project.py
r6225 r6233 48 48 finaltime=15000 # final time for simulation 15000 49 49 50 setup=' final' # Final can be replaced with trial or basic.50 setup='basic' # 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. … … 66 66 res_factor=1 67 67 time_thinning=4 68 #time_thinning=4869 68 yieldstep=10 70 69 -
anuga_work/production/patong/run_patong.py
r6225 r6233 149 149 domain.add_quantity('elevation', 150 150 buildings, 151 use_cache= False, # FIXME(OLE): This seems to pickup the stage IC??151 use_cache=True, 152 152 verbose=True) 153 153
Note: See TracChangeset
for help on using the changeset viewer.