Ignore:
Timestamp:
Apr 28, 2008, 8:00:14 AM (17 years ago)
Author:
sexton
Message:

(1) update of production processes document (2) test for generating points for URS output (3) update of graduate proposal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/MISG_2008/sensitivity_study.py

    r5066 r5245  
    136136    tri_id2 = domain.get_triangle_containing_point([-c/m-20,y_extent*0.5])
    137137    tri_id3 = domain.get_triangle_containing_point([-c/m+50,y_extent*0.5])
    138      
     138
     139    print 'hello', -c/m, -c/m-10, -c/m-20, -c/m+50
     140   
    139141    stage_centroid     = domain.quantities['stage'].centroid_values
    140142    xmom_centroid      = domain.quantities['xmomentum'].centroid_values
     
    146148    elev3 = elevation_centroid[tri_id3]
    147149
     150    print 'hello again', elev0, elev1, elev2, elev3
    148151    import time
    149152    t0 = time.time()
Note: See TracChangeset for help on using the changeset viewer.