Changeset 7010 for anuga_work/production/australia_ph2/strahan
- Timestamp:
- May 11, 2009, 3:43:15 PM (16 years ago)
- Location:
- anuga_work/production/australia_ph2/strahan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/strahan/project.py
r6864 r7010 41 41 starttime=0 # start time for simulation 42 42 finaltime=60000 # final time for simulation 43 setup = 'final ' # This can be one of three values43 setup = 'final_30' # This can be one of three values 44 44 # trial - coarsest mesh, fast 45 45 # basic - coarse mesh -
anuga_work/production/australia_ph2/strahan/setup_model.py
r6619 r7010 114 114 project.time_thinning = 4 115 115 project.yieldstep = 60 116 elif project.setup == 'final_30': 117 print 'final_30' 118 project.scale_factor = 1 119 project.time_thinning = 4 120 project.yieldstep = 30 116 121 else: 117 122 print ("Sorry, you must set the 'setup' variable to one of:"
Note: See TracChangeset
for help on using the changeset viewer.