Configuration module¶
plateflex.cpwt.conf_cpwt¶
Global variable that controls the spatio-spectral localization of the Morlet wavelet. Default value in parentheses.
Internal wavenumber of Morlet wavelet
k0
: floatInternal Morlet wavenumber (5.336 or higher)
plateflex.flex.conf_flex¶
Global variables that define model parameters for the flexural model. Default values in parentheses.
Earth parameters - fixed
E
floatYoung’s modulus (100 GPa)
nu
floatPoisson’s ratio (0.25)
g
floatGravitational acceleration (9.81 m/s^2)
G
float)Gravitational constant (6.67e-11*1.e5 mGal)
Earth parameters - variable
zc
floatCrustal thickness (35.e3 m)
rhom
: floatUppermost mantle density (3200. kg/m^3)
rhoc
floatCrustal density (2700. kg/m^3)
rhoa
floatAir density (0. kg/m^3)
rhow
floatWater density (1030. kg/m^3)
rhof
floatFluid density at topo/fluid interface (==rhoa or ==rhow, depending on water depth)
wd
floatWater depth (0.e3 m) - Automatically determined from
TopoGrid
object
plateflex.conf¶
Global variables that control sampling of the posterior
from MCMC chains using pymc3
. Default values in parentheses.
Bayes sampling
draws
intNumber of draws (i.e., samples) in single MCMC chain (500)
tunes
intNumber of tuning (i.e., burn-in) samples (500)
cores
intNumber of cores (i.e., parallel MCMC chains) (4)