# History file 'n2-net.h' to demonstrate network ray tracing in simple
# smooth 3-D model
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Input files required
  chk.pl: "data/n2/" "n2-mod.dat"
  chk.pl: "data/n2/" "n2-net.dat"
  chk.pl: "data/n2/" "n2-src.dat"
  chk.pl: "data/n2/" "n2-rec.dat"
  chk.pl: "data/n2/" "n2-sec.dat"
  chk.pl: "net/"     "net.fs3"

# Model
  MODEL='n2-mod.dat'

# Grid dimensions                 In the paper
  N1=50     N2=50     N3=25     # N1=100    N2=100    N3=50
  D1=0.8    D2=0.8    D3=0.8    # D1=0.4    D2=0.4    D3=0.4
  O1=-19.6  O2=-19.6  O3=-19.6  # O1=-19.8  O2=-19.8  O3=-19.8

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

# Numerical parameters
  NFSMAX=0

# Programs to run
  grid:
  net:
  SECDAT='n2-sec.dat' SECTS='net6ab.out'
 #sec:
# Program 'sec.for' generates the data to plot Figures 6a,b of the
# paper on network ray tracing.
# It is commented because there is no plotting in this version
# of the history file.  Plotting by program 'pictures.for' should be
# supplemented in future.

