forked from wangyf/AH-RJMCMC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput_Lubeck_Paris700_prior_sampling
executable file
·57 lines (57 loc) · 2.07 KB
/
input_Lubeck_Paris700_prior_sampling
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# --------
# Input file
# --------
# Data_file
Data_file archeomagnetic_data/Lubeck_Paris700.txt
#
# Column format for datafile, in the order age, delta age, intensity, delta intensity, stratification
# in Python ordering - where column 0 is the first, column 1 is the second etc.
# Note: stratification = -1 means no stratification column is loaded (and so the data is assumed unstratified)
File_format 2 3 4 5 6
# RJMCMC parameters
Burn_in 50000
Nsamples 1050000
# Discretistion size of the model
model_discretisation 200
# Chain-forming parameters: show, thinning
Chain_parameters 10000 100
# Age distribution: U = uniform, N = normal
Age_distribution U
# Running mode: 1 - normal, 0 - set all likelihoods to 1 to recover the prior distributions.
running_mode 0
# Age Min and Max for model parametrisation
Age_bounds 900 2100
# Parameters that describe the various model perturbations:
# sigma_move, sigma_change, sigma_birth
Sigmas 200 60 30
# Fraction of ages to change in a proposal (i.e. 20 means that 1/20 of them will change)
Age_frac 30.0
#
# --------
# Prior information
# --------
# Intensities: I_min, I_max in micro Tesla
Intensity_prior 30 100
# Number of change points: K_min, K_max
Num_change_points 1 50
#
# --------
# Outputs
# --------
# Directory for all outputs:
Outputs_directory Outputs_Lubeck_Paris700_prior_sampling
# Credible interval or any non-positive number for none.
Credible 95
# Number of bins for posterior marginals:
Nbins 200
# Name and write frequency of model file. The line below causes the code to write every 100th model to "models.dat". Enter a frequency of -1 for no output.
output_model models.dat 100
# Joint distribution output: if frequency is -1 then nothing is output; otherwise this defines the frequency
output_joint_distribution_freq 1
# -------------------------------------------------------
# Additional (optional) information
# -------------------------------------------------------
# These are not used in the RJMCMC inversion but only in the plotting routines to compare against.
#
# Plotting range of intensity
Plotting_intensity_range 35 75