Changeset 5526


Ignore:
Timestamp:
Jul 18, 2008, 9:53:04 AM (16 years ago)
Author:
kristy
Message:

updated data input

File:
1 edited

Legend:

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

    r5501 r5526  
    3333scenario = 'busselton_tsunami_scenario'
    3434
    35 tide = 0.6
     35tide = 0
    3636
    3737alpha = 0.1
     
    4040finaltime=50000 # changed for rev_number trial
    4141export_cellsize=25
    42 setup='trial'
     42setup='final'
    4343source='exmouth'
    4444
     
    6060    yieldstep=60
    6161
     62rev_num = 'newExtent'
    6263#rev_num = '5449'
    6364#rev_num = '4695' # 2nd Sept 2007
     
    7071#rev_num = '5120' # 5th March 2007
    7172#rev_num = '5140' # 7th March 2007
    72 rev_num = '5160' # 11th March 2007
     73#rev_num = '5160' # 11th March 2007
    7374#rev_num = '5185' # 1st April 2007
    7475#rev_num = '5273' # 2nd May 2007
     
    8384
    8485# AHO + DPI data
    85 coast_name = 'Contour_0' # provided by hamish, represent better coastline than the 100km as compared to charts
    86 coast_name1 = 'beach_survey_final'
    87 offshore_name = 'Bathymetry_final'
     86coast_name = 'Busselton_Contour0' # provided by hamish, represent better coastline than the 100km as compared to charts
     87coast_name1 = 'Busselton_BeachSurvey'
     88offshore_name = 'Busselton_NavyFinal'
    8889offshore_name1 = 'Busselton_Chart'
    8990offshore_name2 = 'Busselton_Digitised'
     91offshore_name3 = 'Busselton_250m' # for areas that were heading to zero - 2005 Bathymetry grid
     92
    9093
    9194#final topo name
     
    107110offshore_in_dir_name1 = topographies_in_dir + offshore_name1 #bathymetry Charts
    108111offshore_in_dir_name2 = topographies_in_dir + offshore_name2 #Digitised Fairsheet
     112offshore_in_dir_name3 = topographies_in_dir + offshore_name3 #250m
    109113
    110114#output to anuga from build file
     
    117121offshore_dir_name1 = topographies_dir + offshore_name1
    118122offshore_dir_name2 = topographies_dir + offshore_name2
     123offshore_dir_name3 = topographies_dir + offshore_name3
    119124
    120125#final topo files
     
    125130meshes_dir_name = meshes_dir + scenario_name
    126131
    127 polygons_dir = anuga_dir+'polygons'+sep
     132polygons_dir = anuga_dir+'polygons'+sep+'New_Extents'+sep
    128133tide_dir = anuga_dir+'tide_data'+sep
    129134
     
    146151#output locations
    147152output_dir = anuga_dir+'outputs'+sep
    148 output_build_time_dir = output_dir +'test'+sep + build_time + dir_comment + sep
     153#output_build_time_dir = output_dir +'test'+sep + build_time + dir_comment + sep
     154output_build_time_dir = output_dir +build_time + dir_comment + sep
    149155#output_run_time_dir = output_dir +run_time+dir_comment+sep
    150156output_run_time_dir = output_dir +'test'+sep + run_time + dir_comment +sep # take test out
     
    170176
    171177# bounding polygon for study area
    172 poly_all = read_polygon(polygons_dir+'poly_all.csv')
     178poly_all = read_polygon(polygons_dir+'poly_all_extend.csv')
    173179res_poly_all = 100000*res_factor
    174180
     
    203209
    204210
    205 boundary_tags={'back': [0, 1, 2, 3, 4, 9],
    206                'side': [5], 'ocean': [6, 7, 8]}
     211boundary_tags={'back': [3, 4, 5, 6, 7],
     212               'side': [2, 8], 'ocean': [0, 1, 9]}
    207213
    208214trigs_min = number_mesh_triangles(interior_regions, poly_all, res_poly_all)
Note: See TracChangeset for help on using the changeset viewer.