Changeset 5984


Ignore:
Timestamp:
Nov 19, 2008, 5:05:39 PM (15 years ago)
Author:
ole
Message:

Fiddle

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/test_data_manager.py

    r5967 r5984  
    61546154        weights=ones(1, Float)
    61556155        #ensure that files are indeed mux2 files
    6156         times, latitudes, longitudes, elevation, stage, starttime =read_mux2_py([files[0]],weights)
     6156        times, latitudes, longitudes, elevation, stage, starttime = read_mux2_py([files[0]],weights)
    61576157        ua_times, ua_latitudes, ua_longitudes, ua_elevation, xvelocity,starttime_ua=read_mux2_py([files[1]],weights)
    61586158        msg='ha and ua have different gauge meta data'
  • anuga_work/development/ted_rigby/model_run.py

    r5978 r5984  
    330330
    331331
    332     print '         ++++ Recomputing friction at t= ', t
     332    print '         ++++ Recomputing friction at t= ', domain.get_time()
    333333       
    334334
Note: See TracChangeset for help on using the changeset viewer.