Ignore:
Timestamp:
Dec 6, 2006, 5:35:00 PM (18 years ago)
Author:
sexton
Message:

updates for nsw slide modelling and cairns demo

Location:
anuga_work/production/onslow_2006
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/onslow_2006/export_results.py

    r3650 r4063  
    5252
    5353if which_var == 4:  # Elevation
    54     outname = name + '_elevation'
     54    outname = name + '_elevation_25'
    5555    quantityname = 'elevation'  #Elevation
    5656
     
    5959sww2dem(name, basename_out = outname,
    6060            quantity = quantityname,
    61             cellsize = 20,       # Trevor would like this at 25
     61            cellsize = 25,       
    6262            # define region for viz purposes
    63             easting_min = project.e_min_area,
    64             easting_max = project.e_max_area,
    65             northing_min = project.n_min_area,
    66             northing_max = project.n_max_area,       
     63            #easting_min = project.e_min_area,
     64            #easting_max = project.e_max_area,
     65            #northing_min = project.n_min_area,
     66            #northing_max = project.n_max_area,       
    6767            reduction = max, #this is because we want max quantityname
    6868            verbose = True,
  • anuga_work/production/onslow_2006/project.py

    r3788 r4063  
    166166polygons = [polyAll, export_region]
    167167figname = 'checking.png'
    168 from anuga.utilities.polygon import plot_polygons
    169 plot_polygons(polygons, figname, verbose = False)
    170 print figname
     168#from anuga.utilities.polygon import plot_polygons
     169#plot_polygons(polygons, figname, verbose = False)
     170#print figname
    171171#Interior region - Onslow town
    172172
Note: See TracChangeset for help on using the changeset viewer.