Changeset 3046
- Timestamp:
- Jun 2, 2006, 9:28:43 AM (19 years ago)
- Location:
- production/wollongong_2006
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
production/wollongong_2006/project.py
r3043 r3046 14 14 15 15 # Parameters 16 base_resolution = 10 #516 base_resolution = 5 17 17 initial_sealevel = 0.0 18 18 -
production/wollongong_2006/run_flagstaff.py
r3043 r3046 95 95 96 96 domain.set_quantity('stage', project.initial_sealevel) 97 domain.set_quantity('friction', 0.0 )97 domain.set_quantity('friction', 0.03) 98 98 domain.set_quantity('elevation', 99 99 filename=project.demname + '.pts', … … 109 109 R = Reflective_boundary(domain) 110 110 W = Time_boundary(domain = domain, 111 f=lambda t: [project.initial_sealevel + ( 10<t<480)*6, 0, 0])111 f=lambda t: [project.initial_sealevel + (60<t<480)*6, 0, 0]) 112 112 113 113 domain.set_boundary({'exterior': D,
Note: See TracChangeset
for help on using the changeset viewer.