All examples for RAYINVR
#	Load velocity model from file v.example.Zelt.model.in
#	resample and shift the Moho (interface 8)
##############################################################

*call	rayinvr	norun	ps	accrete
vin	v.example.Zelt.model.in

resamp	8		# finer sampling of the Moho between 30 - 70 km
30
35
40
42.5
45
47.5
50
52.5
55
57.5
60
65
70

edit-i	8			# shift the Moho left of km 45
0	-2	0       0
45	0	0       0

novinv				# REMOVE NEGATIVE GRADIENTS
summary				# print model summary

##############################################################