Ignore:
Timestamp:
Aug 8, 2008, 3:43:54 PM (15 years ago)
Author:
bridgette
Message:

comments for benchmark problem 4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/landslide_4/project.py

    r5572 r5633  
    3535sww_name = 'slide'
    3636
    37 alpha = 0.1
    38 friction=0.01
    39 starttime=0
    40 finaltime=500
    41 remainder_res = 1.
    42 export_cellsize=25
     37friction=0.01 #basal friction
     38starttime=0
     39finaltime=500 #duration of evolution
     40remainder_res = 1. #area of mesh triangle in m*2
     41export_cellsize=25 #length along side of mesh triangle
    4342
    4443dir_comment='_'+'finaltime'+str(finaltime)+'_'+str(user)
Note: See TracChangeset for help on using the changeset viewer.