Changeset 1273
- Timestamp:
- May 2, 2005, 7:05:15 PM (20 years ago)
- Location:
- inundation/ga/storm_surge
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/realtime_visualisation_new.py
r1272 r1273 233 233 234 234 weave.inline(code1, ['vertices','quantity','col','pos','normals','colour','N', 235 'min_x','min_y','range_xy',' scale_z','v','normal','v10','v20'],235 'min_x','min_y','range_xy','range_bed','scale_z','v','normal','v10','v20'], 236 236 type_converters = converters.blitz, compiler='gcc'); 237 237 -
inundation/ga/storm_surge/steve/run_least_squares_merimbula.py
r1271 r1273 8 8 import least_squares 9 9 10 alpha = 1.010 alpha = 0.5 11 11 mesh_file = 'merimbula_10785.tsh' 12 12 point_file = 'meri0.xya'
Note: See TracChangeset
for help on using the changeset viewer.