Changeset 7261
- Timestamp:
- Jun 24, 2009, 3:16:09 PM (15 years ago)
- Location:
- anuga_work/production
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/exmouth_2009/project.py
r7254 r7261 35 35 finaltime=1000 # final time for simulation 36 36 37 setup = ' trial' # This can be one of three values37 setup = 'final' # This can be one of three values 38 38 # trial - coarsest mesh, fast 39 39 # basic - coarse mesh … … 143 143 #------------------------------------------------------------------------------- 144 144 145 # ASCII export grid for Bruny146 ##xminBruny = 523900 147 ##xmaxBruny = 533200 148 ##yminBruny = 5204300 149 ##ymaxBruny = 5213100145 # ASCII export grid for Exmouth 146 xminExmouth = 511616 147 xmaxExmouth = 516764 148 yminExmouth = 7568731 149 ymaxExmouth = 7577540 150 150 151 151 -
anuga_work/production/onslow_2009_june/Arc_asc2raster_GDA94z50.py
r7238 r7261 40 40 ## ocean = scenario_dir + "map_work\\\port_hedland.gdb\\outlines\\initial_conditions_ocean" 41 41 42 print 'Process: Create File GDB'43 gp.CreateFileGDB_management(folder, "raster")42 ## print 'Process: Create File GDB' 43 ## gp.CreateFileGDB_management(folder, "raster") 44 44 45 45 gp.Workspace = raster_gbd … … 48 48 49 49 #replication dictionary 50 replicate = (('onslow', ' '),('_', ''),('max','_M'),50 replicate = (('onslow', 'o'),('_', ''),('max','_M'), 51 51 ('CBD', 'CDB'),('All',''), 52 52 ('depth','_depth'),('speed', '_speed'), … … 54 54 55 55 generate_filename = [] 56 input_ascii = glob.glob(folder + '* elevation.asc')56 input_ascii = glob.glob(folder + '*w_O*.asc') 57 57 58 58 for infile in input_ascii: -
anuga_work/production/onslow_2009_june/export_results.py
r7209 r7261 22 22 directory = project.output_folder 23 23 24 time_dir1 = '20090616_154908_run_final_0.0_27283_mhingee'24 ##time_dir1 = '20090616_154908_run_final_0.0_27283_mhingee' 25 25 time_dir2 = '20090617_110255_run_final_0.0_27283_mhingee' 26 26 ##time_dir3 = '' … … 32 32 33 33 34 cellsize = 25035 ##cellsize = 5 34 ##cellsize = 250 35 cellsize = 20 36 36 37 37 #timestep = None # None means no timestep! … … 42 42 ###### 43 43 44 #area = ['Bunbury', 'Busselton'] # strings must match keys in var_equations below45 area = ['All'] # 'All' means no special areas - the whole thing44 area = ['Onslow'] # strings must match keys in var_equations below 45 ##area = ['All'] # 'All' means no special areas - the whole thing 46 46 47 47 ###### … … 56 56 57 57 # one or more key strings from var_equations above 58 var = ['elevation' ]58 var = ['elevation','stage'] 59 59 60 60 ###### -
anuga_work/production/onslow_2009_june/project.py
r7209 r7261 139 139 #------------------------------------------------------------------------------- 140 140 141 # ASCII export grid for Bruny142 ##xminBruny = 523900 143 ##xmaxBruny = 533200 144 ##yminBruny = 5204300 145 ##ymaxBruny = 5213100 141 # ASCII export grid for Onslow 142 xminOnslow = 301199 143 xmaxOnslow = 311353 144 yminOnslow = 7600921 145 ymaxOnslow = 7609833 146 146 147 147 -
anuga_work/production/pt_hedland_2009/Arc_asc2raster_GDA94z50.py
r7209 r7261 40 40 ## ocean = scenario_dir + "map_work\\\port_hedland.gdb\\outlines\\initial_conditions_ocean" 41 41 42 print 'Process: Create File GDB'43 gp.CreateFileGDB_management(folder, "raster")42 ## print 'Process: Create File GDB' 43 ## gp.CreateFileGDB_management(folder, "raster") 44 44 45 45 gp.Workspace = raster_gbd … … 54 54 55 55 generate_filename = [] 56 input_ascii = glob.glob(folder + '* elevation.asc')56 input_ascii = glob.glob(folder + '*Town*.asc') 57 57 58 58 for infile in input_ascii: -
anuga_work/production/pt_hedland_2009/export_results.py
r7209 r7261 32 32 33 33 34 cellsize = 25035 ##cellsize = 5 34 ##cellsize = 250 35 cellsize = 20 36 36 37 37 #timestep = None # None means no timestep! … … 42 42 ###### 43 43 44 #area = ['Bunbury', 'Busselton'] # strings must match keys in var_equations below45 area = ['All'] # 'All' means no special areas - the whole thing44 area = ['Town'] # strings must match keys in var_equations below 45 ##area = ['All'] # 'All' means no special areas - the whole thing 46 46 47 47 ###### … … 56 56 57 57 # one or more key strings from var_equations above 58 var = ['elevation' ]58 var = ['elevation','stage'] 59 59 60 60 ###### -
anuga_work/production/pt_hedland_2009/project.py
r7209 r7261 126 126 #------------------------------------------------------------------------------- 127 127 128 # ASCII export grid for Bruny129 ##xminBruny = 523900 130 ##xmaxBruny = 533200 131 ##yminBruny = 5204300 132 ##ymaxBruny = 5213100 128 # ASCII export grid for Pt Hedland 129 xminTown = 659643 130 xmaxTown = 676236 131 yminTown = 7744216 132 ymaxTown = 7757347 133 133 134 134
Note: See TracChangeset
for help on using the changeset viewer.