Changeset 6939 for anuga_work/production/australia_ph2/cooktown
- Timestamp:
- Apr 29, 2009, 5:12:28 PM (16 years ago)
- Location:
- anuga_work/production/australia_ph2/cooktown
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/cooktown/Arc_asc2raster_GDA94z50.py
r6929 r6939 26 26 27 27 time_dir1 = '20090408_153032_run_final_0_31977_2065_Tb__mhingee' 28 time_dir2 = '20090408_214931_run_final_0_51469_2065_Tb__mhingee'29 time_dir3 = '20090409_050811_run_final_0_63735_2065_Tb__mhingee'28 ##time_dir2 = '20090408_214931_run_final_0_51469_2065_Tb__mhingee' 29 ##time_dir3 = '20090409_050811_run_final_0_63735_2065_Tb__mhingee' 30 30 31 ##time_dir 1= '20090421_135741_run_final_0_31977_2065_Tb_internal_lfountai'31 ##time_dir2 = '20090421_135741_run_final_0_31977_2065_Tb_internal_lfountai' 32 32 33 time_dirs = [time_dir1 , time_dir2, time_dir3]33 time_dirs = [time_dir1]#, time_dir2]#, time_dir3] 34 34 35 35 for time_dir in time_dirs: … … 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
Note: See TracChangeset
for help on using the changeset viewer.