Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3D velocity model in NonLinLoc for a spherical coordinate system #51

Open
DawnChen0717 opened this issue Jul 31, 2024 · 1 comment
Open

Comments

@DawnChen0717
Copy link

Dear Anthony,

How can I use a 3D grid for a spherical coordinate system? The manual only mentions how to implement in a Cartesian coordinate system.

Many thanks,
Dawn

@alomax
Copy link
Collaborator

alomax commented Aug 1, 2024

Hello Dawn,

For spherical coordinates use TRANS GLOBAL. Then the x and y, and dx and dy specifications for *GRID and LOCGRID are in degrees. See https://github.com/alomax/NonLinLoc/blob/dev/nlloc_global_sample/run/neic_global.in for some examples control file entries.

To use 3D travel-times, it is best to calculate the 3D travel-times outsize of NLL and transform to the NLL GRID format with the TRANS GLOBAL conventions above to store the travel-times. The grid file names must also follow the NLL conventions:

my_area_3Dttime.P.<NET_STA_CODE>.time.buf
my_area_3Dttime.P.<NET_STA_CODE>.time.hdr

I am sure you need more details, but I start with just the above to be sure I am answering you question correctly.

Best regards,
Anthony

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants