Changeset 3672


Ignore:
Timestamp:
Sep 28, 2006, 11:23:46 AM (18 years ago)
Author:
sexton
Message:
 
Location:
anuga_work/production/hobart_2006
Files:
2 edited

Legend:

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

    r3671 r3672  
    66from os import sep
    77
    8 time_dir = '20060927_054931' #MSL
     8time_dir = '20060927_081957' #MSL
    99directory = project.outputdir
    1010name = directory + time_dir +sep + 'source'
     
    3737sww2dem(name, basename_out = outname,
    3838            quantity = quantityname,
    39             cellsize = 25,      # would prefer this at 25
     39            cellsize = 100,      # would prefer this at 25
    4040            # define region for viz purposes
    41             #easting_min = project.e_min_area,
    42             #easting_max = project.e_max_area,
    43             #northing_min = project.n_min_area,
    44             #northing_max = project.n_max_area,       
     41            easting_min = project.e_min_area,
     42            easting_max = project.e_max_area,
     43            northing_min = project.n_min_area,
     44            northing_max = project.n_max_area,       
    4545            reduction = max, #this is because we want max quantityname
    4646            verbose = True,
  • anuga_work/production/hobart_2006/project.py

    r3671 r3672  
    151151
    152152# region to export for inundation map
    153 e_min_area = 521000#490000
    154 e_max_area = 522000#580000
    155 n_min_area = 5190000#5160000
    156 n_max_area = 5200000#5275000
     153e_min_area = 520000#490000
     154e_max_area = 580000#580000
     155n_min_area = 5180000#5160000
     156n_max_area = 5260000#5275000
    157157
    158158# clipping 12.5m onshore data set
Note: See TracChangeset for help on using the changeset viewer.