# =====================================================================
# Well For Flumy simulation
# Coordinates, depth and thickness are expressed in meters
# =====================================================================
# Well Location
X_WELL=1450
Y_WELL=450
# 
# Bottom elevation
Z_BOTTOM=0
# Top elevation
Z_TOP=25
# 
# Deposits From top to bottom
# Facies_id Facies Depth Thickness Time
#   Warning : Depth from top of deposit basis
ATTRIBUTE_COLUMN=2
DEPTH_COLUMN=3
DISCRETE_ATTRIBUTE=1
STANDARD_FACIES=0
~Ascii
  7   Silt    2.00   2
  3   Sand    6.00   4
  1   Gravel    7.00   1
  8   Shale    14.75  7.75
  3   Sand    20.00  5.25
  8   Shale    25.00  5.00
