Changeset 1920 for production/karratha_2005/export_results.py
- Timestamp:
- Oct 14, 2005, 11:33:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
production/karratha_2005/export_results.py
r1877 r1920 5 5 6 6 #name = project.outputname + '_0.0tide_notsunami' 7 name = project.outputname + '_0.0tide' 7 #name = project.outputname + '_0.0tide' 8 8 9 sww2dem(name, basename_out = name+'_crop', 10 quantity = 'depth', 11 cellsize = 10, 12 easting_min = 465646, 13 easting_max = 480286, 14 northing_min = 7712865, 15 northing_max = 7724233, 9 name = project.outputname 10 11 sww2dem(name, basename_out = name + '_momentum', 12 #quantity = 'stage-elevation', #Depth 13 quantity = '(xmomentum**2 + ymomentum**2)**0.5', #Absolute momentum 14 cellsize = 50, 15 #cellsize = 10, 16 #easting_min = 465646, 17 #easting_max = 480286, 18 #northing_min = 7712865, 19 #northing_max = 7724233, 16 20 reduction = max, 17 21 verbose = True,
Note: See TracChangeset
for help on using the changeset viewer.