hunterakins / pyat

Provide Python functions for reading and writing the files required for the Acoustics Toolbox programs (KRAKEN, BELLHOP, SCOOTER). Also defines objects that represent the basic elements of an acoustic simulation.
GNU General Public License v3.0
30 stars 9 forks source link

Axis units #13

Closed mzzmrt closed 5 months ago

mzzmrt commented 6 months ago

Hi,

I have installed acoustic toolbox and pyat and they are working.

When I run bellhop cases in pyat /test directory got reasonable looking results, on the other hand plotted results show 200 units on z axis and 1.000 units on x axis although according the .env file they are 5.000 meters and 100 km. Am I missing something? I am using latest version of at by the way.

Regards,

hunterakins commented 6 months ago

The axis units aren't labeled in the plotting in the test script and the domain points aren't passed in. The axes are just the x and z grid indices.