-
Notifications
You must be signed in to change notification settings - Fork 124
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
IndexError while running an acoustic example #182
Comments
Hi @raulleoncz, thanks for raising this issue. At the moment the SU data format is underdeveloped with respect to the ASCII format option, and I suspect that may the source of your issue (see related issue: #174). I have had it on my to do list to bugfix the SU capabilities but have not had the time. Can you try setting the data format to ASCII and seeing if you run into issues? Also if you could provide your parameter.yaml file, that might help me recreate the issue and see if I can put out a fix to get you past this error. |
Thank you so much for the quick answer! Modules: Forward and Inversion: Workstation: Solver: Preprocess: Optimization: Paths: For the simulation using SU, I just changed the syn and obs format to 'su' and components to 'd', this because I was following the structure of the output files 'Ux_file_single_d' (maybe this could be my error). |
Thanks for the update @raulleoncz, glad that ASCII format works for you. Yes this is likely coming from the underdeveloped SU format option, and I think in your specific case you are correct that the filenames incorrectly searched for by SeisFlows. I hope I can carve out some time soon to work through this as it looks to be a useful feature for many. |
Update. I checked the misfit folder and it is indeed empty. The parameters that I used are practically the same, obviously I change the system to cluster and I specified mpiexec as mpirun. I hope you can help me. |
Hi @raulleoncz, missing kernels might be explained by a few different things so we might have to poke around to find the issue. I would check that your adjoint simulations are running successfully, and if they are, check that your adjoint sources are present. To look at the adjoint simulations you will have some log files named something like: If those do not show any issue, then perhaps the adjoint sources in: If that is also alright, then let me know and I can suggest some other places to look! P.S. if we need to troubleshoot some more I may ask you to start a new issue just to keep a separate record |
Hi @raulleoncz, I am closing this issue as I think we migrated the discussion to #185 and now to #202. Please re-open if I am mistaken, thanks |
Hello everyone.
I've been trying to run an acoustic inversion problem using specfem2d as my solver and 'su' as the data format but I'm encountering the same error. Below there's a ss of the error.
I've trying with different parameters thinking that maybe I was forgetting something but I got the same error. Here are some of the parameters that I'm using:
workflow: inversion
data_case: synthetic
stop_after: evaluate_initial_misfit
syn_data_format: su
materials: acoustic
obs_data_format: su
stop
misfit: traveltime
I hope you can help me to understand what I'm doing wrong. Thank you.
The text was updated successfully, but these errors were encountered: