Changeset 6430
- Timestamp:
- Feb 27, 2009, 1:51:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/new_version/project.py
r6422 r6430 26 26 # Model specific parameters. 27 27 # One or all can be changed each time the run_model script is executed 28 tide = 0 # difference between MSL and HAT28 tide = 0.8 # difference between MSL and HAT 29 29 zone = 47 # specify zone of model 30 30 model = 'large' # different size model 'small' or 'large' … … 218 218 219 219 # The absolute pathname of the mesh, generated in run_model.py 220 meshes = join(meshes_folder, scenario_name) + '.msh'220 meshes = join(meshes_folder, scenario_name) + model +'.msh' 221 221 222 222 # The pathname for the urs order points, used within build_urs_boundary.py
Note: See TracChangeset
for help on using the changeset viewer.