Changeset 3680


Ignore:
Timestamp:
Oct 3, 2006, 1:38:45 PM (17 years ago)
Author:
sexton
Message:

update to export_results script for Hobart

File:
1 edited

Legend:

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

    r3675 r3680  
    66from os import sep
    77
    8 #time_dir = '20060928_073318' #alpha = 0.5
    9 time_dir = '20060928_064732' #alpha = 0.01
     8# OLE - this is the smallest sww file with the complex bounding polygon
     9time_dir = '20060928_073318' #alpha = 0.5
     10
     11#time_dir = '20060928_064732' #alpha = 0.01
    1012#time_dir = '20060928_220905' #alpha = 1.0
    1113#time_dir = '20060926_064750' #this worked for cellsize 30 and 100
     14#time_dir = '20060929_033100' #alpha = 0.01 poly anticlockwise - DIDN'T WORK
     15#time_dir = '20060929_075954' #alpha = 0.1 grid with MOST
     16#time_dir = '20060929_075009' #alpha = 0.1 points with MOST
    1217directory = project.outputdir
    1318name = directory + time_dir +sep + 'source'
     
    4045sww2dem(name, basename_out = outname,
    4146            quantity = quantityname,
    42             cellsize = 100,      # would prefer this at 25
     47            cellsize = 500,      # would prefer this at 25
    4348            # define region for viz purposes
    44             easting_min = project.e_min_area,
    45             easting_max = project.e_max_area,
    46             northing_min = project.n_min_area,
    47             northing_max = project.n_max_area,       
     49            #easting_min = project.e_min_area,
     50            #easting_max = project.e_max_area,
     51            #northing_min = project.n_min_area,
     52            #northing_max = project.n_max_area,       
    4853            reduction = max, #this is because we want max quantityname
    4954            verbose = True,
Note: See TracChangeset for help on using the changeset viewer.