Hi Marc,
I was wondering if it is possible in geospy/dinver to define a soil profile (different layers with different velocities) and then get its dispersion? I am working on a borehole data and have calculated the velocities based on it. however, want to get the first idea of its dispersion before running the goopy procedure based on the receivers
Re: Getting dispersion from a soil profile?
Re: Getting dispersion from a soil profile?
Hi Marc,
I noticed that I can use gpdc to get the dispersion curve out of my own 1D soil profile. This is the txt file that i use (I attached it here); basically, i want two layers over half space (3 layers overall) with these data:
# depth vs vp density
2 200 400 2500
3 400 800 2500
0 2000 1000 2500
when i use the command "gpdc < test.model | figue -c" , this is the result:
What do the Y and X axis show? it should be the phase velocity vs frequency but it is nonsense to me. The y axis does not represent the phase velocity!
I noticed that I can use gpdc to get the dispersion curve out of my own 1D soil profile. This is the txt file that i use (I attached it here); basically, i want two layers over half space (3 layers overall) with these data:
# depth vs vp density
2 200 400 2500
3 400 800 2500
0 2000 1000 2500
when i use the command "gpdc < test.model | figue -c" , this is the result:
What do the Y and X axis show? it should be the phase velocity vs frequency but it is nonsense to me. The y axis does not represent the phase velocity!
- Attachments
-
- test.txt
- (51 Bytes) Downloaded 779 times
Last edited by Pourya on Fri Nov 04, 2022 4:23 pm, edited 1 time in total.
Re: Getting dispersion from a soil profile?
Hi,
The dispersion curve calculated by gpdc is in slowness versus frequency. figue takes these values without any transformation. If you want to plot velocity versus frequency, you can change the axis scales (item "Properties" in context menu, right click). Usually, I use log scale for X and inverse log for Y.
Best regards,
Marc
The dispersion curve calculated by gpdc is in slowness versus frequency. figue takes these values without any transformation. If you want to plot velocity versus frequency, you can change the axis scales (item "Properties" in context menu, right click). Usually, I use log scale for X and inverse log for Y.
Best regards,
Marc
Re: Getting dispersion from a soil profile?
Thank You Marc