Changeset 1877


Ignore:
Timestamp:
Oct 10, 2005, 9:06:46 AM (18 years ago)
Author:
ole
Message:

Karratha update

Location:
production/karratha_2005
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • production/karratha_2005/export_results.py

    r1857 r1877  
    11import project, os
    22
    3 from pyvolution.data_manager import sww2asc, sww2ers
     3from pyvolution.data_manager import sww2dem
    44
    55
    6 name = project.outputname + '_0.75tide'
     6#name = project.outputname + '_0.0tide_notsunami'
     7name = project.outputname + '_0.0tide'
    78
    8 #print 'Reading from ', name + '.sww'
     9sww2dem(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,       
     16        reduction = max,
     17        verbose = True,
     18        format = 'ers')
    919
    10 #sww2asc(name, quantity = 'depth', cellsize = 10,
    11 #        reduction = max, verbose = True)
    12 
    13 sww2ers(name, quantity = 'depth', cellsize = 50,
    14         reduction = max, verbose = True)
  • production/karratha_2005/project.py

    r1868 r1877  
    9191
    9292#Interior regions
    93 refinery_south = degminsec2decimal_degrees(-20,38,0)
     93refinery_south = degminsec2decimal_degrees(-20,37,50)
    9494refinery_north = degminsec2decimal_degrees(-20,36,0)
    9595refinery_west = degminsec2decimal_degrees(116,44,0)
  • production/karratha_2005/run_karratha.py

    r1868 r1877  
    6262       'origin': project.mesh_origin,
    6363       'mean_stage': tide,
    64        'zscale': 1,
     64       'zscale': 2,                 #Enhance tsunami
    6565       'fail_on_NaN': False,
    6666       'inverted_bathymetry': True},
Note: See TracChangeset for help on using the changeset viewer.