-
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
Error at 'postprocess_event_kernels' stage #185
Comments
Hi @raulleoncz, sorry for a slow reply here. I think I understand where this is coming from now, the kernels output by SPECFEM are in the format That additional As for how you can get past this in the interim, this is a bit hacky and not guaranteed to work, but you might be able to move these kernel files to the correct location on your own. Here are some pseudo commands that you can run: cd ~/seisflows/Tiber/scratch/solver/001/OUTPUT_FILES
mv *_kernel.bin ~/seisflows/Tiber/scratch/eval_grad/kernels/001
cd ~/seisflows/Tiber/scratch/eval_grad/kernels/001
rename _acoustic '' *
cd ~/seisflows
seisflows resume I am not 100% sure this will work as the parameter names are also different. Let me test out an acoustic example on my own and get back to you! I'll also try to work on the SU preprocessing at the same time. |
Hi @raulleoncz, I will close this issue and continue work on this in #202, please continue discussion in that issue. Thanks! |
Hello @bch0w, this is a new issue related to the problem #182.
I ran the simulation step by step and I found out that I got the problem at the step 3 of the workflow. The problem is the same as in #182. I checked the file 'adj_solver.log' and I getting this:
In case of 'OUTPUT_FILES/output_solver.txt', there was not a file with that name. I also see if I have the same number of traces and there was the 10 receivers that I was expecting:
I add you the error I got from 'combine_vp.log' just in case:
Hope you can help me.
Thank you.
The text was updated successfully, but these errors were encountered: