Ignore:
Timestamp:
Jul 25, 2008, 4:17:26 PM (17 years ago)
Author:
kristy
Message:

Addition of Polyline information with sts files

File:
1 edited

Legend:

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

    r5478 r5575  
    1717#time_dir = '20080707_164738_run_trial_0.6_exmouth_5120_kvanputt'
    1818#time_dir = '20080707_165101_run_trial_0.6_exmouth_5140_kvanputt'
    19 time_dir = '20080707_165619_run_trial_0.6_exmouth_5160_kvanputt'
     19#time_dir = '20080707_165619_run_trial_0.6_exmouth_5160_kvanputt'
     20#time_dir = '20080708_101451_run_trial_0.6_exmouth_4743_jsexton'
     21#time_dir = '20080708_101731_run_trial_0.6_exmouth_4777_jsexton'
     22#time_dir = '20080710_095410_run_trial_0.6_exmouth_4695_jsexton'
     23time_dir = '20080717_092900_run_final_0_exmouth_newExtent_kvanputt'
    2024
    2125
    2226cellsize = 25
    2327#cellsize = 150
    24 #timestep = 0
     28timestep = 0
    2529directory = project.output_dir
    2630name = directory+sep+'test'+sep+time_dir+sep+project.scenario_name
     
    3539print 'output dir:', name
    3640
    37 #var = [0,4]
     41var = [0,4]
    3842#var = [2,3] # depth and Speed
    39 var = [2,3,4] # elevation, depth and Speed
     43#var = [2,3,4] # elevation, depth and Speed
    4044
    4145
     
    8286        sww2dem(name, basename_out = outname,
    8387                    quantity = quantityname,
    84                     #timestep = timestep,
     88                    timestep = timestep,
    8589                    cellsize = cellsize,     
    8690                    #easting_min = project_grad.e_min_area,
Note: See TracChangeset for help on using the changeset viewer.