Changeset 3046


Ignore:
Timestamp:
Jun 2, 2006, 9:28:43 AM (18 years ago)
Author:
ole
Message:

changed parameters

Location:
production/wollongong_2006
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • production/wollongong_2006/project.py

    r3043 r3046  
    1414
    1515# Parameters
    16 base_resolution = 10  #5
     16base_resolution = 5
    1717initial_sealevel = 0.0
    1818   
  • production/wollongong_2006/run_flagstaff.py

    r3043 r3046  
    9595
    9696domain.set_quantity('stage', project.initial_sealevel)
    97 domain.set_quantity('friction', 0.0)
     97domain.set_quantity('friction', 0.03)
    9898domain.set_quantity('elevation',
    9999                    filename=project.demname + '.pts',
     
    109109R = Reflective_boundary(domain)
    110110W = 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])
    112112
    113113domain.set_boundary({'exterior': D,
Note: See TracChangeset for help on using the changeset viewer.