Ignore:
Timestamp:
Apr 27, 2007, 1:29:59 PM (18 years ago)
Author:
sexton
Message:

updates for export scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/sydney_2006/run_sydney_slide.py

    r4276 r4423  
    2828from anuga.geospatial_data.geospatial_data import *
    2929from anuga.abstract_2d_finite_volumes.util import start_screen_catcher, copy_code_files
     30from anuga_parallel.parallel_api import distribute, numprocs, myid, barrier
    3031
    3132# Application specific imports
     
    3839
    3940# creates copy of code in output dir
    40 copy_code_files(project_slide.outputtimedir,__file__,dirname(project_slide.__file__)+sep+ project_slide.__name__+'.py' )
     41#copy_code_files(project_slide.outputtimedir,__file__,dirname(project_slide.__file__)+sep+ project_slide.__name__+'.py' )
    4142myid = 0
    4243numprocs = 1
    43 start_screen_catcher(project_slide.outputtimedir, myid, numprocs)
     44#start_screen_catcher(project_slide.outputtimedir, myid, numprocs)
     45#barrier()
    4446
    4547print 'USER:    ', project_slide.user
     
    5658nsw_dem_name = project_slide.nsw_dem_name
    5759meshname = project_slide.meshname+'.msh'
    58 
     60'''
    5961# creates DEM from asc data
    6062convert_dem_from_ascii2netcdf(on_offshore25_dem_name, use_cache=True, verbose=True)
     
    105107G.export_points_file(project_slide.combined_dem_name + '.pts')
    106108#G.export_points_file(project_slide.combined_dem_name + '.xya')
    107 
     109'''
    108110#----------------------------------------------------------------------------
    109111# Create the triangular mesh based on overall clipping polygon with a tagged
Note: See TracChangeset for help on using the changeset viewer.