Ignore:
Timestamp:
Jan 21, 2005, 2:40:39 PM (19 years ago)
Author:
ole
Message:

Changed quantity name 'level' to 'stage'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/pressure_force.py

    r566 r773  
    5454    ymom = domain.quantities['ymomentum'].explicit_update
    5555
    56     Level = domain.quantities['level']
     56    Stage = domain.quantities['stage']
    5757    Elevation = domain.quantities['elevation']   
    58     h = Level.vertex_values - Elevation.vertex_values
     58    h = Stage.vertex_values - Elevation.vertex_values
    5959    x = domain.get_vertex_coordinates()
    6060
     
    8888#Initial condition
    8989h = 0.05
    90 domain.set_quantity('level', Constant_height(x_slope, h))
     90domain.set_quantity('stage', Constant_height(x_slope, h))
    9191
    9292
Note: See TracChangeset for help on using the changeset viewer.