Profile
Profile data (depth, value).
Parameters
- data : List[List[float]]
- List of depth and corresponding parameter value.
See also
Examples
gamma_profile= Profile([
[0, 15],
[-3, 18],
[-5, 20],
])
prj.MohrCoulomb(
name='MC gamma_profile',
gamma_dry = gamma_profile,
)