Changeset 6955


Ignore:
Timestamp:
May 5, 2009, 10:50:45 AM (16 years ago)
Author:
Leharne
Message:
 
Location:
anuga_work/production/australia_ph2/gold_coast
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/australia_ph2/gold_coast/build_elevation.py

    r6393 r6955  
    5555        convert_dem_from_ascii2netcdf(absolute_filename,
    5656                                      basename_out=absolute_filename,
    57                                       use_cache=True,
     57                                      use_cache=False,
    5858                                      verbose=True)
    59         dem2pts(absolute_filename, use_cache=True, verbose=True)
     59        dem2pts(absolute_filename, use_cache=False, verbose=True)
    6060
    6161        geospatial_data[filename] = Geospatial_data(file_name=absolute_filename+'.pts',
  • anuga_work/production/australia_ph2/gold_coast/project.py

    r6864 r6955  
    3232    event_number = int(sys.argv[1])
    3333else:   
    34     event_number = 50883    # the event number or the mux file name
    35 
    36 event_number_list = [50883, 51318, 51453] # To piggy back multiple events
     34    event_number = 31854    # the event number or the mux file name
     35
     36event_number_list = [31854, 64479, 50883] # To piggy back multiple events
    3737
    3838# events: 27346 (java 2.1e-6), 58334 (puysegur 8.8e-7), 64322 (sandwich 8.2e-6),
     
    5454
    5555
    56 internal_polygon = True
     56internal_polygon = False
    5757
    5858#-------------------------------------------------------------------------------
     
    9797# Used in build_elevation.py
    9898# Format for points: easting,northing (no header)
    99 bounding_polygon_filename = 'bounding_polygon_simple.csv'
     99bounding_polygon_filename = 'bounding_polygon_simple_v2.csv'
    100100bounding_polygon_maxarea = 125000
    101101
Note: See TracChangeset for help on using the changeset viewer.