Changeset 4083


Ignore:
Timestamp:
Dec 14, 2006, 4:42:14 PM (18 years ago)
Author:
nick
Message:

small change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/perth_2006/build_perth.py

    r4081 r4083  
    2929#from anuga.shallow_water import Reflective_boundary
    3030from anuga.shallow_water.data_manager import convert_dem_from_ascii2netcdf, dem2pts
    31 from anuga.pmesh.mesh_interface import create_mesh_from_regions
     31#from anuga.pmesh.mesh_interface import create_mesh_from_regions
    3232from anuga.geospatial_data.geospatial_data import *
    3333from anuga.abstract_2d_finite_volumes.util import start_screen_catcher, copy_code_files
     
    121121
    122122'''
    123 
    124 G_all=Geospatial_data(file_name = project.combined_dir_name + '.xya')
     123print'project.combined_dir_name + 1.xya',project.combined_dir_name + '1.xya'
     124G_all=Geospatial_data(file_name = project.combined_dir_name + '1.xya')
    125125print'split'
    126 G_all_1, G_all_2 = G_all.split(.20)
     126G_all_1, G_all_2 = G_all.split(.10)
    127127print'export 1'
    128 G_all_1.export_points_file(project.combined_dir_name+'_small' + '.xya')
     128G_all_1.export_points_file(project.combined_dir_name+'_small1' + '.xya')
    129129print'export 2'
    130 G_all_2.export_points_file(project.combined_dir_name+'_other' + '.xya')
     130G_all_2.export_points_file(project.combined_dir_name+'_other1' + '.xya')
    131131
    132132'''
Note: See TracChangeset for help on using the changeset viewer.