Changeset 6543


Ignore:
Timestamp:
Mar 18, 2009, 11:43:14 AM (15 years ago)
Author:
ole
Message:

Changed patong to 20s step for use with auto validation.

Location:
anuga_work/production/patong/new_version
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/patong/new_version/project.py

    r6524 r6543  
    3131event_number = 'mux_' + model    # the event number or the mux file name
    3232alpha = 0.1             # smoothing parameter for mesh
    33 friction=0.01           # manning's friction coefficient
    34 starttime=0             # start time for simulation
    35 finaltime=15000         # final time for simulation
     33friction = 0.01         # manning's friction coefficient
     34starttime = 0           # start time for simulation
     35finaltime = 15000       # final time for simulation
    3636
    3737use_buildings = True
     
    5252#-------------------------------------------------------------------------------
    5353
    54 output_comment = [setup, tide, event_number, 'ultimate']
     54output_comment = [setup, tide, event_number, 'final']
    5555
    5656#-------------------------------------------------------------------------------
  • anuga_work/production/patong/new_version/setup_model.py

    r6418 r6543  
    113113    project.scale_factor = 1
    114114    project.time_thinning = 4
    115     project.yieldstep = 5
     115    project.yieldstep = 20
    116116else:
    117117    print ("Sorry, you must set the 'setup' variable to one of:"
Note: See TracChangeset for help on using the changeset viewer.