-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathUSERADDITION.sedsCLOSED.txt
26 lines (26 loc) · 1.09 KB
/
USERADDITION.sedsCLOSED.txt
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
#
# *** SEDIMENTS *****************************************************
#
# max depth cut-off for neritic (non deep sea) sediment grid points
# NOTE: sediments shallower that this, not defined as reefal cells, are assumed as 'mud'
sg_par_sed_Dmax_neritic=0.0
# sediment diagenesis option
# NOTE: "ridgwell2001lookup" is the the simplest/fastest option
# "archer1991explicit" is the explicit model alternative
sg_par_sed_diagen_CaCO3opt="ridgwell2001lookup"
# bioturbation
# NOTE: turn off bioturbation to equilibriate the system faster
sg_ctrl_sed_bioturb=.FALSE.
# generic paleo detrital flux (g cm-2 kyr-1)
# NOTE: set to zero when applying a dust field (unless an additional detrital flux is required)
sg_par_sed_fdet=0.180
#
# *** WEATHERING ****************************************************
#
# set a 'CLOSED' system
# NOTE: set to .FALSE. and set weathering to balance burial for a fully open cycle
bg_ctrl_force_sed_closedsystem=.TRUE.
# automatically seed all weathering fluxes as non-zero
rg_ctrl_force_sed_closedsystem=.TRUE.
#
# *******************************************************************