Ignore:
Timestamp:
Mar 21, 2007, 2:17:41 PM (18 years ago)
Author:
nick
Message:

update to dampier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/dampier_2006/run_dampier.py

    r4282 r4308  
    166166#                    filename = project.combined_dir_name + '.pts',
    167167# MUST USE TXT FILES FOR CACHING TO WORK!
    168                     filename = project.combined_smaller_dir_name + '.txt',
     168                    filename = project.combined_smallest_dir_name + '.txt',
    169169                    use_cache = True,
    170170                    verbose = True,
     
    203203print 'Reading Boundary file',project.boundaries_dir_name4 + '.sww'
    204204#Bf = File_boundary(boundaries_dir_name + '.sww',
    205 Bf = File_boundary(project.boundaries_dir_name4 + '.sww',
    206                   domain, time_thinning=4, use_cache=True, verbose=True)
     205Bf = File_boundary(project.boundaries_dir_name3 + '.sww',
     206                  domain, time_thinning=24, use_cache=True, verbose=True)
    207207
    208208print 'finished reading boundary file'
     
    226226t0 = time.time()
    227227
    228 for t in domain.evolve(yieldstep = 60, finaltime = 9000):
     228for t in domain.evolve(yieldstep = 60, finaltime = 3400):
    229229    domain.write_time()
    230230    domain.write_boundary_statistics(tags = 'ocean')
     
    233233#    domain.write_time()
    234234#    domain.write_boundary_statistics(tags = 'ocean')
    235      
     235'''     
    236236for t in domain.evolve(yieldstep = 60, finaltime = 28800
    237237                       ,skip_initial_step = True):
     
    243243    domain.write_time()
    244244    domain.write_boundary_statistics(tags = 'ocean')   
    245 
     245'''
    246246x, y = domain.get_maximum_inundation_location()
    247247q = domain.get_maximum_inundation_elevation()
Note: See TracChangeset for help on using the changeset viewer.