# History file 'fv.h' to perform network ray tracing in Fresnel volumes # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Input files required: chk.pl: "net/" "net.fs3" chk.pl: "data/vgr/" "vgr-mod.dat" chk.pl: "data/vgr/" "fv-src.dat" chk.pl: "data/vgr/" "fv-rec.dat" chk.pl: "data/vgr/" "fv-net1.dat" chk.pl: "data/vgr/" "fv-net2.dat" chk.pl: "data/vgr/" "fv-net3.dat" chk.pl: "data/vgr/" "fv-net4.dat" # Model: MODEL='vgr-mod.dat' # Initial grid dimensions: N1=25 N2=20 N3=25 D1=0.040 D2=0.040 D3=0.040 O1=0.020 O2=0.120 O3=0.020 # Maximum grid density (4 iterations, i.e. NLiMAX=Ni*2**4): NL1MAX=200 NL2MAX=160 NL3MAX=200 # This density would require MRAM=200*160*200*5, which corresponds to # 128MB RAM, for a single run of 'net.for' without iterations. # Moreover, MRAM=4000000, which needs 16MB RAM, is sufficient for a grid # twice denser in each direction, which would otherwise require 1GB RAM. # Numerical parameters for the NET program NFSMAX=0 # For all iterations VEL='fv-vel.out' # First iteration grid: NET='fv-net1.dat' net: NET='fv-net2.dat' net: netind: 'fv-net.h' 'fv-net1.dat' 'fv-net2.dat' 'fv-net3.dat' / # For subsequent iterations IND='fv-ind.out' # Next iteration: grid: NET='fv-net3.dat' net: NET='fv-net4.dat' net: netind: 'fv-net.h' 'fv-net3.dat' 'fv-net4.dat' 'fv-net3.dat' / # Next iteration: grid: NET='fv-net3.dat' net: NET='fv-net4.dat' net: netind: 'fv-net.h' 'fv-net3.dat' 'fv-net4.dat' 'fv-net3.dat' / # Last iteration: grid: NET='fv-net3.dat' net: