Changeset 6605 for anuga_work/production/australia_ph2/dampier
- Timestamp:
- Mar 24, 2009, 3:37:25 PM (16 years ago)
- Location:
- anuga_work/production/australia_ph2/dampier
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/dampier/Arc_asc2raster_GDA94z50.py
r6594 r6605 46 46 ## ocean = scenario_dir + "map_work\\\port_hedland.gdb\\outlines\\initial_conditions_ocean" 47 47 48 print 'Process: Create File GDB'49 gp.CreateFileGDB_management(folder, "raster")48 ## print 'Process: Create File GDB' 49 ## gp.CreateFileGDB_management(folder, "raster") 50 50 51 51 gp.Workspace = raster_gbd … … 60 60 61 61 generate_filename = [] 62 input_ascii = glob.glob(folder + ' dampier_All_stage.asc')62 input_ascii = glob.glob(folder + '*max.asc') 63 63 64 64 for infile in input_ascii: -
anuga_work/production/australia_ph2/dampier/project.py
r6594 r6605 37 37 # index is only used when wave = Tb 38 38 index = 1203 # index from the PTHA 39 wave = ' Tb' # Bf (sts wave) Tb (index wave)39 wave = 'Bf' # Bf (sts wave) Tb (index wave) 40 40 41 41 setup = 'final' # This can be one of three values
Note: See TracChangeset
for help on using the changeset viewer.