# History file 'len-net.h' to perform shortest path calculation of
# the first arrival travel times and the corresponding rays on
# a rectangular grid in the model with a LENticular inclusion
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Input files required
 #chk.pl: "data/len/" "len-mod.dat"
 #chk.pl: "data/len/" "len-net.dat"
 #chk.pl: "data/len/" "lenn-src.dat"
 #chk.pl: "data/len/" "lenn-rec.dat"
 #chk.pl: "net/"      "net.fs3"

# Model
  MODEL='len-mod.dat'

# Grid dimensions                 In the paper
  N1=60     N2=40     N3=30     # N1=120    N2=80     N3=60
  D1=1.0    D2=1.0    D3=1.0    # D1=0.5    D2=0.5    D3=0.5
  O1=0.5    O2=-19.5  O3=-24.5  # O1=0.25   O2=-19.75 O3=-24.75

# List of input and output filenames
  NET='len-net.dat'
  ICB='len-icb.out'
  VEL='len-vel.out'

# Numerical parameters
  NFSMAX=0

# Programs to run
  grid: 'len-net.h' /
  net:  'len-net.h' /

