Ignore:
Timestamp:
Oct 14, 2005, 11:33:57 AM (18 years ago)
Author:
ole
Message:

Karratha

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/karratha_2005/export_results.py

    r1877 r1920  
    55
    66#name = project.outputname + '_0.0tide_notsunami'
    7 name = project.outputname + '_0.0tide'
     7#name = project.outputname + '_0.0tide'
    88
    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,       
     9name = project.outputname
     10
     11sww2dem(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,       
    1620        reduction = max,
    1721        verbose = True,
Note: See TracChangeset for help on using the changeset viewer.