# History file 'len-grd.h' to generate PostScript files with the sections
# across the model with a LENticular inclusion, displaying the velocities
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Input files required
 #chk.pl: "data/len/" "len-mod.dat"

# Grid dimensions, initial position, and plotting parameters
  MODEL='len-mod.dat'
  VEL='len-vel.out'
  N1=601    N2=1    N3=301
  D1=0.1    D2=0.1  D3=0.1
  O1=0      O2=0    O3=-25
  VMIN=0
  VCIRC=-6  VREF=3
  HSIZE=15.025
# Running programs to plot the velocities
  grid:  'len-grd.h' /                             # Gridding velocities
  GRD='len-vel.out' PS='len-vel1.ps'
  grdps: 'len-grd.h' /                             # Plotting velocities

# Shifting the grid
  O2=5
  grid:  'len-grd.h' /                             # Gridding velocities
  GRD='len-vel.out' PS='len-vel2.ps'
  grdps: 'len-grd.h' /                             # Plotting velocities

# Shifting the grid
  O2=10
  grid:  'len-grd.h' /                             # Gridding velocities
  GRD='len-vel.out' PS='len-vel3.ps'
  grdps: 'len-grd.h' /                             # Plotting velocities

# ======================================================================

# List of output PostScript figures
# len-vel1.ps \  Individual sections across the model with LENticular
# len-vel2.ps  > inclusion, displaying the P-wave velocities
# len-vel3.ps /
