# =====================================================================
# Well for Flumy simulation
# Coordinates, depth and thickness are expressed in meters
# =====================================================================
# Well Location
X_WELL=450
Y_WELL=850
# 
# 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=1
DEPTH_COLUMN=2
DISCRETE_ATTRIBUTE=1
STANDARD_FACIES=0
~Ascii
Silt    2.00   2
Sand    6.00   4
Gravel    7.00   1
Wetland    14.75  7.75
Sand    20.00  5.25
Shale    25.00  5.00
