Ignore:
Timestamp:
Sep 21, 2006, 11:30:59 AM (18 years ago)
Author:
ole
Message:

Renamed minimum_sww_depth to minimum_storable_height

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/hobart_2006/run_hobart.py

    r3638 r3642  
    146146domain.set_datadir(project.outputtimedir)
    147147domain.set_quantities_to_be_stored(['stage', 'xmomentum', 'ymomentum'])
    148 domain.set_minimum_sww_depth(0.01)
     148domain.set_minimum_storable_height(0.01)
    149149domain.set_store_vertices_uniquely(True)  # for writting to sww
    150150
Note: See TracChangeset for help on using the changeset viewer.