Menu

#28 Why is PGV jumping largely along the surface?

v1.0_(example)
closed-fixed
nobody
None
5
2015-04-08
2015-04-05
hanjianbin
No

Dear ,I study the influence of difference of the media in the basin! The wave velocity rate in and out of the basin is 1:1.25,1:2 ,1:3 .Then I chose the PGV as the parameter. But I found them jumping largely ! Is it right? The graphic and the par are fallowing.

1 Attachments

Discussion

  • Jean-Paul Ampuero

    Dear user,
    If you send me the matlab script you wrote to plot the figure PGV*.png I can try to reproduce your problem.

     
  • hanjianbin

    hanjianbin - 2015-04-07

    I use the Origin to plot the figure .and use matlab to extraction data.

     
  • Jean-Paul Ampuero

    Please send me the matlab script you used to extract the data.

    (As a general guideline, when requesting software support, please always provide all the information needed to reproduce your problem.)

     
  • hanjianbin

    hanjianbin - 2015-04-07

    they are like following! thank you for your help!

     

    Last edit: hanjianbin 2015-04-07
  • Jean-Paul Ampuero

    Apparently you are extracting PGV from velocity snapshot outputs. This can cause an aliasing problem due to the coarse temporal sampling of the snapshots, i.e. the time between snapshots may be too long to accurately catch the velocity maxima. I recommend you to set more receivers and a high sampling rate in the &REC_LINE input block, and then extract the PGV from the seismograms.

     
  • hanjianbin

    hanjianbin - 2015-04-07

    OK ,thank you very much ! I will try my best as you say.

     
  • Jean-Paul Ampuero

    I attach an example Par.inp file and a figure made with the following matlab commands:

    d=sem2d_read_seis();
    uxm = max(d.ux);
    plot(d.x/1e3,uxm)
    xlabel('Horizontal distance (m)'); ylabel ('PGV (m/s)'); grid

     

    Last edit: Jean-Paul Ampuero 2015-04-08
  • Jean-Paul Ampuero

    • summary: WHY THE PGV is jumping largely on the different position of the ground face --> Why is PGV jumping largely along the surface?
    • status: open --> closed-fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.