Changeset 7209


Ignore:
Timestamp:
Jun 17, 2009, 5:41:00 PM (16 years ago)
Author:
myall
Message:
 
Location:
anuga_work/production
Files:
20 added
3 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/Broome_2009/build_urs_boundary.py

    r7159 r7209  
    157157                ordering_filename=order_filename,
    158158                weights=mux_weights,
     159                zone=project.zone,
    159160                verbose=True)
    160161
  • anuga_work/production/Broome_2009/project.py

    r7204 r7209  
    3131friction=0.01           # manning's friction coefficient
    3232starttime=0             # start time for simulation
    33 finaltime=1000         # final time for simulation
     33finaltime=80000         # final time for simulation
    3434
    3535setup = 'final'         # This can be one of three values
  • anuga_work/production/pt_hedland_2009/project.py

    r7204 r7209  
    3232friction=0.01           # manning's friction coefficient
    3333starttime=0             # start time for simulation
    34 finaltime=1000         # final time for simulation
     34finaltime=80000         # final time for simulation
    3535
    3636setup = 'final'         # This can be one of three values
Note: See TracChangeset for help on using the changeset viewer.