Changeset 4533 for anuga_work/production/broome_2006/project_urs.py
- Timestamp:
- Jun 5, 2007, 1:39:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/broome_2006/project_urs.py
r4477 r4533 18 18 host = get_host_name() 19 19 #needed when running using mpirun, mpirun doesn't inherit umask from .bashrc 20 umask(002)20 #umask(002) 21 21 22 22 … … 41 41 finaltime=25000 42 42 setup='final' 43 extra='onslow' 43 44 44 45 if setup =='trial': … … 58 59 yieldstep=60 59 60 60 dir_comment='_'+setup+'_'+str(tide)+'_'+str( user)61 dir_comment='_'+setup+'_'+str(tide)+'_'+str(extra)+'_'+str(user) 61 62 62 63 # onshore data from 30m DTED level 2 … … 105 106 106 107 #boundaries locations 107 boundaries_name = 'broome_3854_17042007' 108 #boundaries_name = 'broome_3854_17042007' #dampier 109 #boundaries_name = 'broome_3103_18052007' #exmouth 110 boundaries_name = 'broome_3859_16052007' #onslow 108 111 109 boundaries_in_dir = anuga_dir+'boundaries'+sep+'urs'+sep+'1_10000'+sep 112 #boundaries_in_dir = anuga_dir+'boundaries'+sep+'urs'+sep+'1_10000'+sep 113 #boundaries_in_dir = anuga_dir+'boundaries'+sep+'urs'+sep+'dampier'+sep+'1_10000'+sep 114 #boundaries_in_dir = anuga_dir+'boundaries'+sep+'urs'+sep+'exmouth'+sep+'1_10000'+sep 115 boundaries_in_dir = anuga_dir+'boundaries'+sep+'urs'+sep+'onslow_hedland_broome'+sep+'1_10000'+sep 110 116 boundaries_in_dir_name = boundaries_in_dir + boundaries_name 111 117 boundaries_dir = anuga_dir+'boundaries'+sep
Note: See TracChangeset
for help on using the changeset viewer.