View on GitHub

CIG-LLNL Computational Seismology Workshop

SPECFEM3D_GLOBE Tutorial

Table of Contents

  1. Overview
  2. Introduction
  3. Part I: Setting up SPECFEM3D_GLOBE
  4. Part II: Continental-scale Simulations
  5. Part III: Visualization
    1. Visualize Seismograms
    2. Visualize Model Mesh
    3. Visualize Surface Movie
  6. Part IV: Adjoint Simulations (Bonus)
  7. Further Work
  8. Resources

Part III: Visualization

In this third part of the tutorial, we will look at methods for visualizing the output simulation data. We will look at the following categories:

Visualize Model Mesh

In order to visualize the model mesh, we need to modify the Par_file such that the mesh data are being saved. Therefore, open up DATA/Par_file and set the following parameter to .true.:

  ...

  # save mesh files to check the mesh
  SAVE_MESH_FILES                 = .true.

  ...

Once we have updated this parameter, we need to go through the following three steps in order to visualize the model mesh:

  1. Rerun the mesh routine
  2. Combine the output mesh data
  3. Visualize using Paraview
      sbatch submit_mesher

And use squeue to monitor the job. Once the job finishes, we can check the OUTPUT_FILES/output_mesher.txt file to make sure that the mesher ran successfully, and then we can move on to the next step.

Regional mesh

Visualization of the model mesh with the vp component.


In this section, we have looked at how to visualize the model mesh with different components (e.g. vp, vs).

In the next section, we will look at how to create a surface movie for the simulation data.

Previous sectionNext section