Giter VIP home page Giter VIP logo

ihop's Introduction

%%

Package ''ihop'' is a ray-trace code, for calculating acoustics. The package should interact with the MITgcm kernel on various levels (initialisation, time-stepping, post-processing).

Development is up to date with MITgcm checkpoint68s

It starts with taking hydrography at a single time-step along a track and calculates arrival times. Lastly, it outputs the travel time and ray angle as diagnostics.

ADD useIHOP to PARAMS.h in the code modifications to use this package

Package is dependent on the following packages:

  • cal for storing times of sound transmissions
  • cost for aggregation of acoustic cost function contributions

Tips

For input, you will be asked to generate range points along a 2D plane between a source and receiver. The number of range points can vary from 2 to N. The position of a receiver must be contained within the ranges specified, e.g. ihop_rr < ihop_ranges(N) - <step size>. In general, the step size is 10% the maximum ocean depth defined in your .bty file. It's recommended to place an ihop_ranges point at the recevier lat, lon position.

TO-DO

  • PYTHON: add simple input file generation
  • FORTRAN77: add simple verification problem
  • PYTHON: add synthetic observation data file generation

ihop's People

Contributors

ivanaescobar avatar

Watchers

 avatar

ihop's Issues

Cost function in MPI runs

ihop cost function accumulation doesn't work with MPI.

This is due to the allocation of dynamic types Arr and ray2D within ihop's core routine BellhopCore. I need to shift memory allocation so it can be seen by all MPI processes.

  • Move Arr and Barr allocation outside of BellhopCore
  • split EvaluateSSP calls from init and task to separate subroutines
  • Remove SSP extraction from readEnviIhop and place directly in ihop_init

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.