Re: Getting dispersion from a soil profile?

This forum is dedicated to discuss all problems and suggestions related to the use of geopsy database and its plugins (array processing, H/V,...).
Post Reply
Pourya
Posts: 13
Joined: Wed Jul 08, 2020 3:30 pm

Getting dispersion from a soil profile?

Post by Pourya »

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
Pourya
Posts: 13
Joined: Wed Jul 08, 2020 3:30 pm

Re: Getting dispersion from a soil profile?

Post by Pourya »

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:
result.PNG
(53.37 KiB) Not downloaded yet
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.
admin
Site Admin
Posts: 841
Joined: Mon Aug 13, 2007 11:48 am
Location: ISTerre
Contact:

Re: Getting dispersion from a soil profile?

Post by admin »

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
Pourya
Posts: 13
Joined: Wed Jul 08, 2020 3:30 pm

Re: Getting dispersion from a soil profile?

Post by Pourya »

Thank You Marc
Post Reply