Changeset 4885 for anuga_work/production/shark_bay_2007/project.py
- Timestamp:
- Dec 12, 2007, 3:53:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/shark_bay_2007/project.py
r4884 r4885 13 13 from anuga.utilities.system_tools import get_user_name, get_host_name 14 14 15 codename = 'project.py' # FIXME can be obtained automatically as __file__15 #codename = 'project.py' # FIXME can be obtained automatically as __file__ 16 16 17 17 home = join(getenv('INUNDATIONHOME'), 'data') # Location of Data 18 18 user = get_user_name() 19 19 host = get_host_name() 20 20 21 #needed when running using mpirun, mpirun doesn't inherit umask from .bashrc 21 22 umask(002) … … 37 38 # For frequency response study 38 39 amplitude = 0.5 39 period = 300040 period = 1800 40 41 41 42 #momentum_scale=50 # Experiment … … 44 45 #Maybe will try to make project a class to allow these parameters to be passed in. 45 46 alpha = 0.1 46 friction =0.0147 finaltime =4000048 starttime =8000 # Action starts around 900047 friction = 0.01 48 finaltime = 40000 49 starttime = 8000 # Action starts around 9000 49 50 setup='final' 50 51 #setup='trial'
Note: See TracChangeset
for help on using the changeset viewer.