Changeset 6690


Ignore:
Timestamp:
Apr 1, 2009, 4:45:23 PM (16 years ago)
Author:
ole
Message:

Started Bateman's bay simulation with a view to create a Houdini visualisation.

Location:
anuga_work/production/new_south_wales/batemans_bay
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/new_south_wales/batemans_bay/project.py

    r6600 r6690  
    3434##event_number = 58284    #1 in 2000 yr
    3535##event_number = 58286    #1 in 5000 yr
    36 event_number = 58242    #1 in 10000 yr Puysegur
     36##event_number = 58242    #1 in 10000 yr Puysegur
     37event_number = 58368    #1 in 10000 yr
    3738##event_number = 51436    #1 in 10000 yr New Hebrides
    3839
     
    4041friction=0.01           # manning's friction coefficient
    4142starttime=0             # start time for simulation
    42 finaltime=60000         # final time for simulation
     43finaltime=10000         # final time for simulation
    4344
    4445setup = 'final'         # This can be one of three values
     
    5859#-------------------------------------------------------------------------------
    5960
    60 output_comment = [setup, tide, event_number]
     61output_comment = [setup, tide, event_number, 'viz']
    6162
    6263#-------------------------------------------------------------------------------
  • anuga_work/production/new_south_wales/batemans_bay/run_model.py

    r6604 r6690  
    102102                                    use_cache=False,
    103103                                    verbose=True)
     104
     105domain.geo_reference.zone = project.zone
    104106print domain.statistics()
    105107
  • anuga_work/production/new_south_wales/batemans_bay/setup_model.py

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