forked from plivermore/AH-RJMCMC1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
input_Paris700
executable file
·64 lines (64 loc) · 2.54 KB
/
input_Paris700
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
58
59
60
61
62
63
64
# --------
# Input file
# --------
# Data_file
Data_file archeomagnetic_data/Paris700.txt
#
# Column indices for data file, in the order: ID, age, delta age, intensity, delta intensity, data type, age distribution, stratification
# where column 0 is the first, column 1 is the second etc.
#
# Data type: If data type is not specified as column data, set this parameter to -1. All data will be assigned a type "O" (other).
#
# Age distribution of data: If age distribution is globally specified (and is not specified by column data):
# -1 is uniform (with centre point given by the read age, and half-width given by the read delta age)
# -2 is normal distribution (with mean given by the read age, and standard deviation given by delta age)
#
# Stratification: the column containing stratification information (in the column data: 0 is unstratified, non zero indicates stratification).
# To ignore stratification, set the stratification parameter to -1
#
File_format 0 2 3 4 5 -1 -1 -1
# RJMCMC parameters
Burn_in 50000
Nsamples 2050000
# Discretistion size of the model
model_discretisation 1000
# Chain-forming parameters: show, thinning
Chain_parameters 10000 100
# Running mode: 1 - normal, 0 - set all likelihoods to 1 to recover the prior distributions.
running_mode 1
# Age Min and Max for model parametrisation
Age_bounds -1260 2100
# Parameters that describe the various model perturbations:
# sigma_move, sigma_change, sigma_birth, sigma_age
Sigmas 200 15 8 5
# Fraction of ages to change in a proposal (i.e. 20 means that 1/20 of them will change)
Age_frac 20.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_Paris700
# 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 10
# 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.
#
# Plotting range of intensity
Plotting_intensity_range 30 120