-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsettings.yaml
40 lines (28 loc) · 1.02 KB
/
settings.yaml
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
# Should the program remove any existing files in the Cores directory and start again?
clean_run: true
bacon: true
bchron: false
# What version of the run is this? This will create a new parameters file if none exists.
version: 1
# If a parameters file exists with the current version number should that file overwritten?
reset_parameters: true
# Where will the Bacon core files go?
core_path: 'Cores'
# For any records with assigned dates, what date should be used (either 'YYYY-MM-DD' or 'today')
date: 'today'
# Core top error (if unspecified)
core_top_err: 2
# Use modern hiatus break:
modern: true
# Prior thickness
thickness: data/paleon_thick.csv
# Settlement indicators
settlement: data/input/expert_assessment.csv
# Core top adjustments
coretop: data/input/coretop_adjust.csv
# Settlement era adjustments
settlement_adjust: data/input/settlement_adjust.csv
# In some work we have assignments for accumulation rates set as defauly. Others may not.
accumulation: false
# How many processing cores should be used.
parallel: 3