Changeset 6346
- Timestamp:
- Feb 16, 2009, 2:29:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/broome/project.py
r6339 r6346 117 117 # Output filename for elevation 118 118 # this is a combination of all the data generated in build_elevation.py 119 combined_elevation_basename = scenario_name + '_combined_elevation '119 combined_elevation_basename = scenario_name + '_combined_elevation_new' 120 120 121 121 #------------------------------------------------------------------------------ … … 138 138 139 139 # The absolute pathname of the mesh, generated in run_model.py 140 meshes = join(meshes_folder, scenario_name) + ' .msh'140 meshes = join(meshes_folder, scenario_name) + 'new.msh' 141 141 142 142 # The absolute pathname for the urs order points, used within build_boundary.py
Note: See TracChangeset
for help on using the changeset viewer.