Changeset 2964


Ignore:
Timestamp:
May 24, 2006, 6:01:49 PM (18 years ago)
Author:
sexton
Message:

update to sww2timeseries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/util.py

    r2952 r2964  
    870870                units = 'm'
    871871            if which_quantity == 'stage':
    872                 plot(model_time, stages, '-')
     872                if elevations[0] < -10:
     873                    plot(model_time, stages, '-')
     874                else:
     875                    plot(model_time, stages, '-', model_time, elevations, '-')
    873876                units = 'm'
    874877            if which_quantity == 'momentum':
Note: See TracChangeset for help on using the changeset viewer.