-
Notifications
You must be signed in to change notification settings - Fork 32
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
Use nonlinloc with 1d model #49
Comments
Hi Juan, Yes, the basic running of NLL uses a 1D model. See https://github.com/alomax/NonLinLoc/blob/dev/nlloc_sample/run/nlloc_sample.in in the sample/tutorial https://github.com/alomax/NonLinLoc/tree/dev/nlloc_sample for control file specifications and running with a 1D model. Best regards, |
To run Nlloc and locate the events is it necessary to first run the program Time2EQ? Juan |
Hello Juan, No, not at all. Time2EQ is a (not so easy to use!) separate tool for generating synthetic picks. Anthony |
I created my own control file to run a sample with my own .obs file. The programs returns a message that says X amount of events where read and it finishes without warnings or errors however there are 0 located events. Would it be possible for you to take a look at my file and see if there is something wrong with it? Juan |
Hello Juan, A common reason for no events locating is that the If this does not help, you are welcome to send your control file, but I may also need the observations and any other files that running NLLoc requires. If you do not want to post this information, you can send to alomaxfree.fr Best regards, Anthony |
Hi, After changing to Juan |
Hi Juan, I took a quick look. The main problem was that the I made a few other changes to the control parameters, see my comments Many of these changes are optional. Most events have hypocenter at the top or bottom of the Anthony |
How did you determine the values to properly center the grid? Juan |
As I do in general, I center the projection near the middle of the seismicity: And then make the LOCGRID Anthony |
Hi Juan, Best regards, |
Hi Juan, |
Here are the input file, obs and hyp files. |
Here is what I get with a few changes to the input test_runfile.in.zip : The stations are off to one side of the seismicity and the model is thick, constant velocity layers - it looks like the hypocenters are not constrained in depth so are getting stuck to the top or bottom of the search volume. Most of the event PDF's look like this one: Plotting your locations it looks like the hypocenters are getting stuck on or near layer boundaries: Also try the latest SeismicityViewer here: http://alomax.free.fr/seismicity/beta/ Anthony |
Do you think there is perhaps something that can be done to fix the near layer boundaries issue? or is it impossible due to the location of the stations? perhaps a 0d model? The local seismic network uses a traditional method for automatic detection (STA/LTA), each automatic detection is then confirmed and each pick is fixed by an analyst and the locations are done with SEISAN (same model i am using). RESNOM LOCATIONS (https://resnom.cicese.mx/sitio/): PyOcto (https://github.com/yetinam/pyocto) pre-location with ML picks (Earthquake Transformer): I wonder if it would be possible to manage better locations or the small amount of stations makes it impossible. |
With stations only to one side (gap < 180deg), you would need a very, very good P and S model, and S readings. But even then, there could be an origin-time / distance / depth trade-off problem. Perhaps fixing the depth would at least give epicenters with useful relative positions. This is done with a very small depth range in LOCGRID, something like:
Best regards, |
Hi,
Is it possible to use nonlinloc with a 1d velocity model instead of a 3d model? If so, are there any parameters in the input control file that need to be changed to work with 1d instead of 3d models?
Juan
The text was updated successfully, but these errors were encountered: