# Model with a LENticular inclusion, Zero-offset rays
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Input files required
 #chk.pl: "data/len/" "len-mod.dat"
 #chk.pl: "data/len/" "len-rec.dat"
 #chk.pl: "data/len/" "lenz-rpa.dat"
 #chk.pl: "data/len/" "len-crt.dat"
 #chk.pl: "crt/"      "codep.dat"
 #chk.pl: "crt/"      "writ.dat"

# Model and receivers
  MODEL='len-mod.dat'
  REC='len-rec.dat'

# Initial conditions for rays (for details see 'init.for')
  INIDIM=2             # initial surface
  INIPAR=0             # ray parameters = Cartesian coordinates
  INIT='lenz-rpa.dat'  # zero-offset rays (exploding reflector)
  RPAR='lenz-rpa.dat'  # data for two-point ray tracing in the same file

# Data filenames for CRT (for details see 'crt.for')
  DCRT='len-crt.dat'
  CODE='codep.dat'      # just refracted P wave
  WRIT='writ.dat'       # only two-point rays stored in files
  CRTLOG='lenz-log.out'

# Ray tracing of the refracted wave
  crt: 'lenz-crt.h' /

# Supplementing receivers with the third coordinate
  INTF='len-rec.dat' INTFOUT='len-rec.tmp' KSRFC=2 KOLUMN=3
  intf: 'lenz-crt.h' /

# Rewriting the travel times at the receivers into a formatted file
  REC='len-rec.tmp' SRC= PTS='lenz-rec.out' NQ=4 KALL=0 KREC=1 KTT=0
  crtpts: 'lenz-crt.h' /

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

# Temporary files (may be deleted)
# '*.tmp'
# 'r0*.out'
# 's0*.out'

# List of output files with travel times
# 'lenz-rec.out' File with computed travel times in the model
#                with LENticular inclusion
