Ignore:
Timestamp:
May 6, 2009, 12:10:16 PM (16 years ago)
Author:
kristy
Message:
 
Location:
anuga_work/production/busselton/busselton_rerun
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/busselton/busselton_rerun/Arc_asc2raster_GDA94z50.py

    r6678 r6984  
    3232time_dir6 = '20090330_120458_run_final_0_27283_Bt_kvanputt'
    3333
    34 time_dirs = [time_dir5] #, time_dir4, time_dir5]
     34time_dirs = [time_dir6] #1, time_dir2, time_dir3, time_dir4, time_dir5]
    3535   
    3636for time_dir in time_dirs:
     
    5757
    5858    generate_filename = []
    59     input_ascii = glob.glob(folder + '*n_depth_max.asc')
     59    input_ascii = glob.glob(folder + '*depth_max.asc')
    6060
    6161    for infile in input_ascii:
  • anuga_work/production/busselton/busselton_rerun/Arc_txt2feature_class.py

    r6678 r6984  
    2626time_dir6 = '20090330_120458_run_final_0_27283_Bt_kvanputt'
    2727
    28 time_dirs = [time_dir1, time_dir2] #, time_dir5] #4, time_dir5, time_dir6]
     28time_dirs = [time_dir6] #1, time_dir2] #, time_dir5] #4, time_dir5, time_dir6]
    2929
    3030for time_dir in time_dirs:
  • anuga_work/production/busselton/busselton_rerun/Arc_txt2feature_class_res.py

    r6678 r6984  
    2727time_dir6 = '20090330_120458_run_final_0_27283_Bt_kvanputt'
    2828
    29 time_dirs = [time_dir1]
     29time_dirs = [time_dir2, time_dir3, time_dir4, time_dir5, time_dir6]
    3030
    3131def replace_in_file(filename, instr, repstr):
  • anuga_work/production/busselton/busselton_rerun/export_results_max.py

    r6678 r6984  
    3030time_dir6 = '20090330_120458_run_final_0_27283_Bt_kvanputt'
    3131
    32 time_dirs = [time_dir1,time_dir2, time_dir3, time_dir4, time_dir5]
     32time_dirs = [time_dir6] #1,time_dir2, time_dir3, time_dir4, time_dir5]
    3333 
    3434
  • anuga_work/production/busselton/busselton_rerun/get_runup.py

    r6678 r6984  
    2424time_dir6 = '20090330_120458_run_final_0_27283_Bt_kvanputt'
    2525
    26 time_dirs = [time_dir3, time_dir4, time_dir5]
     26time_dirs = [time_dir6] #3, time_dir4, time_dir5]
    2727
    2828interior_region = []
  • anuga_work/production/busselton/busselton_rerun/project.py

    r6716 r6984  
    2626# Model specific parameters.
    2727# One or all can be changed each time the run_model script is executed
    28 tide = 0              # difference between MSL and HAT in metres
     28tide = 0.6              # difference between MSL and HAT in metres
    2929zone = 50               # specify zone of model
    30 event_number = 27283    # the event number or the mux file name
     30event_number = 27255    # the event number or the mux file name
    3131alpha = 0.1             # smoothing parameter for mesh
    3232friction=0.01           # manning's friction coefficient
     
    6060# Format for ascii grids, as produced in ArcGIS + a projection file
    6161ascii_grid_filenames = ['busselton_v2',   # Topo
    62                         'grid_250m_clip'] # Busselton Topo
     62                        'grid_250m_clip',
     63                        'grid_250m_clip2'] # Busselton Topo
    6364
    6465# Format for point is x,y,elevation (with header)
     
    8182# Used in build_elevation.py
    8283# Format for points easting,northing (no header)
    83 bounding_polygon_filename = 'bounding_polygon.csv'
     84bounding_polygon_filename = 'bounding_polygon_new.csv'
    8485bounding_polygon_maxarea = 100000
    8586
     
    9798# LAND - used to set the initial stage/water to be offcoast only
    9899# Used in run_model.py.  Format for points easting,northing (no header)
    99 land_initial_conditions_filename = [['initial_condition_extend.csv', 0],
     100land_initial_conditions_filename = [['initial_condition_new.csv', 0],
    100101                                    ['initial_condition_marina.csv', 0]]
    101102
     
    121122# Landward bounding points
    122123# Format easting,northing (no header)
    123 landward_boundary_filename = 'landward_boundary_extend.csv'
     124landward_boundary_filename = 'landward_boundary_new.csv'
    124125
    125126# MUX input filename.
  • anuga_work/production/busselton/busselton_rerun/run_building_inundation.py

    r6678 r6984  
    3333time_dir6 = '20090330_120458_run_final_0_27283_Bt_kvanputt'
    3434
    35 time_dirs = [time_dir3, time_dir4, time_dir5]
     35time_dirs = [time_dir6] #, time_dir3, time_dir4, time_dir5, time_dir6]
    3636
    3737buildings = project.building_exposure
     
    3939for time_dir in time_dirs:
    4040   
    41     time_dir_name = time_dir[-25:][:-18]
     41    time_dir_name = time_dir[-20:][:-12]
     42    print time_dir_name
    4243       
    4344    building_marker = '_m_'+ time_dir_name
Note: See TracChangeset for help on using the changeset viewer.