Code Monkey home page Code Monkey logo

Comments (3)

mchitre avatar mchitre commented on May 16, 2024

@U-S-S thanks for the detailed report. Few questions and comments:

  1. What version of Bellhop are you using?
  2. From the files you attached, the problem does not seem to be in uwapm.models() from the files you included, but with a uwapm.compute_eigenrays(). Or are you reporting two different errors?
  3. The problem with your setup seems to be the ssp. I was able to reproduce your error and fix it. Change the bottom-most ssp entry to 405 (see below) and it seems to work fine. Bellhop doesn't seem to like you giving sound speed below the lowest point in your bathymetry.
ssp = [
  [0,1540],
  [90, 1530],
  [200, 1532],
  [300, 1533],
  [405, 1535]
]

from arlpy.

U-S-S avatar U-S-S commented on May 16, 2024

@mchitre

Many thanks for setting me on the right course - got it working!
In answer to your questions:

  1. am using the WIN 10 x64 Bellhop binary from http://oalib.hlsresearch.com/AcousticsToolbox/ which I believe is version 2018_7
  2. Sorry for the confusion only the one issue, which you are correct in indicating likely is a matter related to I/O to uwapm.models()
  3. Your correction worked by setting the last SSP profile depth = depth of the lowest depth in the bathymetry range. I was mislead to extrapolating the SSP beyond the bottom by an error I received in an earlier trial run which indicated 'Last depth in soundspeed array must be beyond water depth: ...' which suggested extrapolation to beyond the bottom.

Again many thanks!

Any thoughts of extending the arlpy capability to building Range-dependent Sound Speed Profile Inputs as per http://oalib.hlsresearch.com/Rays/HLS-2010-1.pdf? There are now numerous 4D ocean model data sources which could feed such an input.

Regards,

U-S-S

from arlpy.

mchitre avatar mchitre commented on May 16, 2024

Thanks U-S-S, I've raised a feature request for the Range-dependent Sound Speed Profile feature in arlpy.uwapm.

from arlpy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.