Ignore:
Timestamp:
May 11, 2009, 3:43:15 PM (16 years ago)
Author:
kristy
Message:

Change for final_30

Location:
anuga_work/production/australia_ph2/strahan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/australia_ph2/strahan/project.py

    r6864 r7010  
    4141starttime=0             # start time for simulation
    4242finaltime=60000 # final time for simulation
    43 setup = 'final'         # This can be one of three values
     43setup = 'final_30'         # This can be one of three values
    4444                        #    trial - coarsest mesh, fast
    4545                        #    basic - coarse mesh
  • anuga_work/production/australia_ph2/strahan/setup_model.py

    r6619 r7010  
    114114    project.time_thinning = 4
    115115    project.yieldstep = 60
     116elif project.setup == 'final_30':
     117    print 'final_30'
     118    project.scale_factor = 1
     119    project.time_thinning = 4
     120    project.yieldstep = 30
    116121else:
    117122    print ("Sorry, you must set the 'setup' variable to one of:"
Note: See TracChangeset for help on using the changeset viewer.