Changeset 4509 for anuga_work/production/exmouth_2006/project.py
- Timestamp:
- May 29, 2007, 10:31:20 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/exmouth_2006/project.py
r4477 r4509 11 11 from anuga.utilities.system_tools import get_user_name, get_host_name 12 12 13 codename = 'project.py'13 #codename = 'project.py' 14 14 15 15 home = getenv('INUNDATIONHOME') + sep +'data'+sep #Sandpit's parent dir … … 17 17 host = get_host_name() 18 18 #needed when running using mpirun, mpirun doesn't inherit umask from .bashrc 19 umask(002)19 #umask(002) 20 20 21 21 #Making assumptions about the location of scenario data … … 38 38 starttime=3600 39 39 finaltime=25000 40 setup=' trial'40 setup='store' 41 41 42 42 if setup =='trial': … … 55 55 time_thinning=1 56 56 yieldstep=60 57 if setup =='store': 58 print'store' 59 res_factor=10 60 time_thinning=48 61 yieldstep=240 62 57 63 58 64 dir_comment='_'+setup+'_'+str(tide)+'_'+str(user)
Note: See TracChangeset
for help on using the changeset viewer.