Ignore:
Timestamp:
Nov 13, 2012, 9:11:35 PM (12 years ago)
Author:
steve
Message:

Small changes to inlet operators

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  
    2828
    2929
    30 base_resolution = 1 # Use this to coarsen or refine entire mesh.
     30base_resolution = 0.25 # Use this to coarsen or refine entire mesh.
    3131
    3232# Basic geometry and bounding polygon
     
    165165   
    166166    if elevation_in_mesh is True:
     167        from anuga.fit_interpolate.fit import fit_to_mesh_file
    167168        fit_to_mesh_file(project.mesh_filename, project.bathymetry_filename,
    168                          project.mesh_filename)
     169                         project.mesh_filename, verbose = True)
    169170
    170171
    171172#-------------------------------------------------------------
    172173if __name__ == "__main__":
    173     create_mesh()
     174    create_mesh(elevation_in_mesh=True)
    174175
    175176
  • trunk/anuga_core/validation_tests/Tests/Benchmarks/Okushiri/run_okushiri.py

    r8529 r8616  
    101101#-------------------------------------------------------------
    102102if __name__ == "__main__":
    103     main()
     103    main(elevation_in_mesh=True)
Note: See TracChangeset for help on using the changeset viewer.