Skip to content
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

SPECFEM3D_SAC client support depth gridsearch #237

Merged
merged 4 commits into from
Nov 9, 2023

Commits on Nov 9, 2023

  1. SPECFEM3D SAC and SGT clients support depth grid searches

    I modified the SPECFEM3D clients to support grid searches in depth. So far, the GFs path pointed to the SAC files GFs directly. Now, similarly as the FK client, the GFs path has to point to a directory where there are many subdirectory each of them storing the GFs for a given depth: PATH_GF/evdp/SAC_FILES.
    
    I modified the data directory and the tests scripts to work in agreement to the clients modifications.
    SeismoFelix committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3702a45 View commit details
    Browse the repository at this point in the history
  2. Update SPECFEM3D_SAC.py

    Add event depth to EXT_FORCE GFs path.
    SeismoFelix committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a27eb8a View commit details
    Browse the repository at this point in the history
  3. Revised SPECFEM3D_SAC.py

    rmodrak committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ca03c67 View commit details
    Browse the repository at this point in the history
  4. Specfem3D SGT modification unnecessary

    The modification proposed to SPECFEM3D_SAC client does not apply to SGT since the latter already includes the depth in the GFs names. So, the proposed modifications to the client and test scripts, and the directory with the GFs were undone.
    SeismoFelix committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ec96aea View commit details
    Browse the repository at this point in the history