Changeset 6599


Ignore:
Timestamp:
Mar 24, 2009, 2:22:29 PM (15 years ago)
Author:
ole
Message:

Made build_boundary work with mean sea level in Batemans bay scripts

Location:
anuga_work/production
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/new_south_wales/batemans_bay/build_urs_boundary.py

    r6386 r6599  
    139139                ordering_filename=project.urs_order,
    140140                weights=mux_weights,
    141                 mean_stage=project.tide,
    142141                verbose=True)
    143142    else:                           # a single mux stem file, assume 1.0 weight
     
    157156                ordering_filename=order_filename,
    158157                weights=mux_weights,
    159                 mean_stage=project.tide,
    160158                verbose=True)
    161159
  • anuga_work/production/patong/new_version/build_elevation.py

    r6591 r6599  
    6161
    6262    G_grid = Geospatial_data(file_name=absolute_filename+'.pts',
    63                                                 verbose=True)
     63                             verbose=True)
    6464    print 'Clip geospatial object'
    6565    geospatial_data[filename] = G_grid.clip(project.bounding_polygon)
Note: See TracChangeset for help on using the changeset viewer.