Changeset 6233


Ignore:
Timestamp:
Jan 23, 2009, 12:16:20 PM (16 years ago)
Author:
ole
Message:

Work on patong

Location:
anuga_work/production/patong
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/patong/project.py

    r6225 r6233  
    4848finaltime=15000         # final time for simulation 15000
    4949
    50 setup='final'  # Final can be replaced with trial or basic.
     50setup='basic'  # Final can be replaced with trial or basic.
    5151               # Either will result in a coarser mesh that will allow a
    5252               # faster, but less accurate, simulation.
     
    6666    res_factor=1
    6767    time_thinning=4
    68     #time_thinning=48   
    6968    yieldstep=10
    7069
  • anuga_work/production/patong/run_patong.py

    r6225 r6233  
    149149domain.add_quantity('elevation',
    150150                    buildings,
    151                     use_cache=False, # FIXME(OLE): This seems to pickup the stage IC??
     151                    use_cache=True,
    152152                    verbose=True)
    153153
Note: See TracChangeset for help on using the changeset viewer.