Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • kadlu kadlu
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • public_projects
  • kadlukadlu
  • Merge requests
  • !44

Closed
Created Mar 17, 2020 by Oliver Kirsebom@kirsebomOwner
  • Report abuse
Report abuse

WIP : Sound propagation tools

  • Overview 0
  • Commits 68
  • Pipelines 55
  • Changes 32

Changes to existing modules from release v1.0.0:

  • Ocean::__init__: the centre point of the geographic bounding box is computed and used as the origin for the x-y coordinate systems of all the interpolators. (The old implementation did not enforce a common origin for the interpolators, which is obviously problematic.) Obs: the origin is set after having initialized the interpolators, whereas it would be preferable to pass it as an input argument to the constructor; however, I could not figure out how to do this.
        # enforce common origin for interpolators
        for _,i in self.interps.items(): i.origin = self.origin
  • Ocean: added class attributes origin and boundaries

  • Ocean::bathy_deriv_xy: fixed a couple of bugs related to naming of input arguments

  • Added new plot methods to plot_util.py

  • Improved handling of interpolation on irregular grids (automatic determination of bin size for the regular grid onto which the data is mapped)

New modules in the sound folder:

  • parabolic_equation.py
  • sound_speed.py
  • geophony.py

New tutorials:

  • Tranmission loss tutorial
  • Geophony tutorial
Edited Apr 08, 2020 by Oliver Kirsebom
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: sound_prop_new