Changeset 8616 for trunk/anuga_core/validation_tests/Tests/Benchmarks
- Timestamp:
- Nov 13, 2012, 9:11:35 PM (12 years ago)
- Location:
- trunk/anuga_core/validation_tests/Tests/Benchmarks/Okushiri
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/validation_tests/Tests/Benchmarks/Okushiri/create_okushiri.py
r8529 r8616 28 28 29 29 30 base_resolution = 1 # Use this to coarsen or refine entire mesh.30 base_resolution = 0.25 # Use this to coarsen or refine entire mesh. 31 31 32 32 # Basic geometry and bounding polygon … … 165 165 166 166 if elevation_in_mesh is True: 167 from anuga.fit_interpolate.fit import fit_to_mesh_file 167 168 fit_to_mesh_file(project.mesh_filename, project.bathymetry_filename, 168 project.mesh_filename )169 project.mesh_filename, verbose = True) 169 170 170 171 171 172 #------------------------------------------------------------- 172 173 if __name__ == "__main__": 173 create_mesh( )174 create_mesh(elevation_in_mesh=True) 174 175 175 176 -
trunk/anuga_core/validation_tests/Tests/Benchmarks/Okushiri/run_okushiri.py
r8529 r8616 101 101 #------------------------------------------------------------- 102 102 if __name__ == "__main__": 103 main( )103 main(elevation_in_mesh=True)
Note: See TracChangeset
for help on using the changeset viewer.