Changeset 4464
- Timestamp:
- May 21, 2007, 10:58:38 AM (18 years ago)
- Location:
- anuga_work/production/broome_2006
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/broome_2006/project_urs.py
r4431 r4464 32 32 33 33 #tide = -5.3 34 #tide = 035 tide = 4.934 tide = 0 35 #tide = 4.9 36 36 37 37 #Maybe will try to make project a class to allow these parameters to be passed in. -
anuga_work/production/broome_2006/run_broome_urs.py
r4431 r4464 229 229 #kwargs 'completed' must be added to write the final parameters to file 230 230 kwargs['completed']=str(time.time()-t0) 231 store_parameters(**kwargs) 231 if myid == 0: 232 store_parameters(**kwargs) 233 barrier() 232 234 233 235
Note: See TracChangeset
for help on using the changeset viewer.