Changeset 4367


Ignore:
Timestamp:
Apr 11, 2007, 5:18:35 PM (17 years ago)
Author:
nick
Message:

update broome

Location:
anuga_work/production/broome_2006
Files:
2 edited

Legend:

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

    r4366 r4367  
    5050#final topo name
    5151combined_name ='broome_combined_elevation'
     52combined_name ='broome_combined_elevation1'
    5253combined_small_name = 'broome_combined_elevation_small'
    5354
     
    7879#final topo files
    7980combined_dir_name = topographies_dir + combined_name
     81combined_dir_name1 = topographies_dir + combined_name1
    8082combined_small_name_dir = topographies_dir + combined_small_name
    8183
  • anuga_work/production/broome_2006/run_broome.py

    r4153 r4367  
    2525from anuga.shallow_water import Domain
    2626from anuga.shallow_water import Dirichlet_boundary, File_boundary, Reflective_boundary
     27from anuga.shallow_water import Field_boundary
    2728from Numeric import allclose
    2829from anuga.pmesh.mesh_interface import create_mesh_from_regions
     
    4041#------------------------------------------------------------------------------
    4142
     43if myid == 0:
     44    copy_code_files(project.output_run_time_dir,__file__,
     45                 dirname(project.__file__)+sep+ project.__name__+'.py' )
     46barrier()
     47
    4248start_screen_catcher(project.output_run_time_dir, myid, numprocs)
    4349
     
    5056
    5157# creates copy of code in output dir
    52 if myid == 0:
    53     copy_code_files(project.output_run_time_dir,__file__,
    54                  dirname(project.__file__)+sep+ project.__name__+'.py' )
    55 barrier()
     58
    5659
    5760print 'USER: ', project.user
     
    134137
    135138    domain.set_quantity('elevation',
    136                     filename = project.combined_dir_name+'.txt',
     139                    filename = project.combined_dir_name1+'.txt',
    137140#                    filename = project.combined_smaller_name_dir+'.xya',
    138141                    use_cache = True,
Note: See TracChangeset for help on using the changeset viewer.