Changeset 7261


Ignore:
Timestamp:
Jun 24, 2009, 3:16:09 PM (15 years ago)
Author:
myall
Message:
 
Location:
anuga_work/production
Files:
7 edited

Legend:

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

    r7254 r7261  
    3535finaltime=1000         # final time for simulation
    3636
    37 setup = 'trial'         # This can be one of three values
     37setup = 'final'         # This can be one of three values
    3838                        #    trial - coarsest mesh, fast
    3939                        #    basic - coarse mesh
     
    143143#-------------------------------------------------------------------------------
    144144
    145 # ASCII export grid for Bruny
    146 ##xminBruny = 523900
    147 ##xmaxBruny = 533200
    148 ##yminBruny = 5204300
    149 ##ymaxBruny = 5213100
     145# ASCII export grid for Exmouth
     146xminExmouth = 511616
     147xmaxExmouth = 516764
     148yminExmouth = 7568731
     149ymaxExmouth = 7577540
    150150
    151151
  • anuga_work/production/onslow_2009_june/Arc_asc2raster_GDA94z50.py

    r7238 r7261  
    4040##    ocean = scenario_dir + "map_work\\\port_hedland.gdb\\outlines\\initial_conditions_ocean"
    4141
    42     print 'Process: Create File GDB'
    43     gp.CreateFileGDB_management(folder, "raster")
     42##    print 'Process: Create File GDB'
     43##    gp.CreateFileGDB_management(folder, "raster")
    4444
    4545    gp.Workspace = raster_gbd
     
    4848   
    4949    #replication dictionary
    50     replicate = (('onslow', ''),('_', ''),('max','_M'),
     50    replicate = (('onslow', 'o'),('_', ''),('max','_M'),
    5151                 ('CBD', 'CDB'),('All',''),
    5252                 ('depth','_depth'),('speed', '_speed'),
     
    5454
    5555    generate_filename = []
    56     input_ascii = glob.glob(folder + '*elevation.asc')
     56    input_ascii = glob.glob(folder + '*w_O*.asc')
    5757
    5858    for infile in input_ascii:
  • anuga_work/production/onslow_2009_june/export_results.py

    r7209 r7261  
    2222directory = project.output_folder
    2323
    24 time_dir1 = '20090616_154908_run_final_0.0_27283_mhingee'
     24##time_dir1 = '20090616_154908_run_final_0.0_27283_mhingee'
    2525time_dir2 = '20090617_110255_run_final_0.0_27283_mhingee'
    2626##time_dir3 = ''
     
    3232 
    3333
    34 cellsize = 250
    35 ##cellsize = 5
     34##cellsize = 250
     35cellsize = 20
    3636
    3737#timestep = None    # None means no timestep!
     
    4242######
    4343
    44 #area = ['Bunbury', 'Busselton']  # strings must match keys in var_equations below
    45 area = ['All']      # 'All' means no special areas - the whole thing
     44area = ['Onslow']  # strings must match keys in var_equations below
     45##area = ['All']      # 'All' means no special areas - the whole thing
    4646
    4747######
     
    5656
    5757# one or more key strings from var_equations above
    58 var = ['elevation']
     58var = ['elevation','stage']
    5959
    6060######
  • anuga_work/production/onslow_2009_june/project.py

    r7209 r7261  
    139139#-------------------------------------------------------------------------------
    140140
    141 # ASCII export grid for Bruny
    142 ##xminBruny = 523900
    143 ##xmaxBruny = 533200
    144 ##yminBruny = 5204300
    145 ##ymaxBruny = 5213100
     141# ASCII export grid for Onslow
     142xminOnslow = 301199
     143xmaxOnslow = 311353
     144yminOnslow = 7600921
     145ymaxOnslow = 7609833
    146146
    147147
  • anuga_work/production/pt_hedland_2009/Arc_asc2raster_GDA94z50.py

    r7209 r7261  
    4040##    ocean = scenario_dir + "map_work\\\port_hedland.gdb\\outlines\\initial_conditions_ocean"
    4141
    42     print 'Process: Create File GDB'
    43     gp.CreateFileGDB_management(folder, "raster")
     42##    print 'Process: Create File GDB'
     43##    gp.CreateFileGDB_management(folder, "raster")
    4444
    4545    gp.Workspace = raster_gbd
     
    5454
    5555    generate_filename = []
    56     input_ascii = glob.glob(folder + '*elevation.asc')
     56    input_ascii = glob.glob(folder + '*Town*.asc')
    5757
    5858    for infile in input_ascii:
  • anuga_work/production/pt_hedland_2009/export_results.py

    r7209 r7261  
    3232 
    3333
    34 cellsize = 250
    35 ##cellsize = 5
     34##cellsize = 250
     35cellsize = 20
    3636
    3737#timestep = None    # None means no timestep!
     
    4242######
    4343
    44 #area = ['Bunbury', 'Busselton']  # strings must match keys in var_equations below
    45 area = ['All']      # 'All' means no special areas - the whole thing
     44area = ['Town']  # strings must match keys in var_equations below
     45##area = ['All']      # 'All' means no special areas - the whole thing
    4646
    4747######
     
    5656
    5757# one or more key strings from var_equations above
    58 var = ['elevation']
     58var = ['elevation','stage']
    5959
    6060######
  • anuga_work/production/pt_hedland_2009/project.py

    r7209 r7261  
    126126#-------------------------------------------------------------------------------
    127127
    128 # ASCII export grid for Bruny
    129 ##xminBruny = 523900
    130 ##xmaxBruny = 533200
    131 ##yminBruny = 5204300
    132 ##ymaxBruny = 5213100
     128# ASCII export grid for Pt Hedland
     129xminTown = 659643
     130xmaxTown = 676236
     131yminTown = 7744216
     132ymaxTown = 7757347
    133133
    134134
Note: See TracChangeset for help on using the changeset viewer.