Ignore:
Timestamp:
Jun 17, 2008, 9:03:30 AM (15 years ago)
Author:
kristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/exmouth_2006/run_exmouth.py

    r4631 r5408  
    6666#    kwargs['bathy_file']=project.combined_small_dir_name + '.txt'
    6767    kwargs['boundary_file']=project.boundaries_in_dir_name + '.sww'
    68     '''
     68 
    6969    print 'output_dir',kwargs['output_dir']
    7070    if myid == 0:
     
    108108                             use_cache=False,
    109109                             verbose=True)
    110         copy(project.meshes_dir_name+'.msh',project.output_dir+project.scenario_name+'.msh')
    111110    barrier()
    112111
     
    170169    domain.beta_h = 0 #sets the surface of the triangle to follow the bathy
    171170    #domain.H0=0.01 #controls the flux limiter (limiter2007)
    172     #domain.tight_slope_limiters = 1 #minimises creep
     171    domain.tight_slope_limiters = 0 #minimises creep
    173172
    174173    #-------------------------------------------------------------------------
     
    227226    kwargs['completed']=str(time.time()-t0)
    228227   
    229     '''
     228   
    230229    if myid == 0:
    231230        store_parameters(**kwargs)
Note: See TracChangeset for help on using the changeset viewer.