Ignore:
Timestamp:
Dec 12, 2007, 3:53:24 PM (16 years ago)
Author:
ole
Message:

Work on Shark Bay embayment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/shark_bay_2007/project.py

    r4884 r4885  
    1313from anuga.utilities.system_tools import get_user_name, get_host_name
    1414
    15 codename = 'project.py' # FIXME can be obtained automatically as __file__
     15#codename = 'project.py' # FIXME can be obtained automatically as __file__
    1616
    1717home = join(getenv('INUNDATIONHOME'), 'data') # Location of Data   
    1818user = get_user_name()
    1919host = get_host_name()
     20
    2021#needed when running using mpirun, mpirun doesn't inherit umask from .bashrc
    2122umask(002)
     
    3738# For frequency response study
    3839amplitude = 0.5
    39 period = 3000
     40period = 1800
    4041
    4142#momentum_scale=50 # Experiment
     
    4445#Maybe will try to make project a class to allow these parameters to be passed in.
    4546alpha = 0.1
    46 friction=0.01
    47 finaltime=40000
    48 starttime=8000 # Action starts around 9000
     47friction = 0.01
     48finaltime = 40000
     49starttime = 8000 # Action starts around 9000
    4950setup='final'
    5051#setup='trial'
Note: See TracChangeset for help on using the changeset viewer.