Skip to content

Commit

Permalink
add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtucker committed Jan 26, 2020
1 parent a4dbcb1 commit b1f2465
Show file tree
Hide file tree
Showing 14 changed files with 334 additions and 1 deletion.
25 changes: 25 additions & 0 deletions examples/dissolution_fast.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# GrainHill input file:
#
# dissolution_fast: runs a simulation with steady fault slip and
# dissolution (only), with a relatively high dissolution efficiency.
# Reproduces the run in Figure 7d in Tucker et al. (2020).
#
model_type: 'facet'
number_of_node_rows: 111
number_of_node_columns: 81
cell_width: 0.5
grav_accel: 9.8
report_interval: 5.0
run_duration: 130000.0
output_interval: 1.0e99
dissolution_rate: 4.4e-4
disturbance_rate: 0.0
weathering_rate: 0.0
uplift_interval: 866.0
plot_interval: 26000.0
save_plots: True
plot_filename: 'dissolve_dr44_'
plot_filetype: '.png'
friction_coef: 1.0
fault_x: -0.01

2 changes: 1 addition & 1 deletion examples/dissolution_slow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# dissolution_slow: runs a simulation with steady fault slip and
# dissolution (only), with a relatively low dissolution efficiency.
# Similar to Figure 7a in Tucker et al. (2020).
# Reproduces the run in Figure 7a in Tucker et al. (2020).
#
model_type: 'facet'
number_of_node_rows: 111
Expand Down
25 changes: 25 additions & 0 deletions examples/facet_high_w_high_d.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# GrainHill input file:
#
# facet_high_w_high_d: runs a simulation with steady fault slip, and relatively
# high rates of weathering and disturbance. Reproduces the run in upper right
# corner of Figure 9 in Tucker et al. (2020).
#
model_type: 'facet'
number_of_node_rows: 111
number_of_node_columns: 81
cell_width: 0.5
grav_accel: 9.8
report_interval: 5.0
run_duration: 130000.0
output_interval: 1.0e99
dissolution_rate: 0.0
disturbance_rate: 0.1
weathering_rate: 0.1
uplift_interval: 866.0
plot_interval: 26000.0
save_plots: True
plot_filename: 'facet_high_w_high_d'
plot_filetype: '.png'
friction_coef: 1.0
fault_x: -0.01

25 changes: 25 additions & 0 deletions examples/facet_high_w_low_d.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# GrainHill input file:
#
# facet_high_w_low_d: runs a simulation with steady fault slip, a relatively
# high weathering rate, and a relatively low disturbance rate. Reproduces the
# run in upper left corner of Figure 9 in Tucker et al. (2020).
#
model_type: 'facet'
number_of_node_rows: 111
number_of_node_columns: 81
cell_width: 0.5
grav_accel: 9.8
report_interval: 5.0
run_duration: 130000.0
output_interval: 1.0e99
dissolution_rate: 0.0
disturbance_rate: 0.0001
weathering_rate: 0.1
uplift_interval: 866.0
plot_interval: 26000.0
save_plots: True
plot_filename: 'facet_high_w_low_d'
plot_filetype: '.png'
friction_coef: 1.0
fault_x: -0.01

25 changes: 25 additions & 0 deletions examples/facet_low_w_high_d.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# GrainHill input file:
#
# facet_low_w_high_d: runs a simulation with steady fault slip, a relatively
# low weathering rate, and a relatively high disturbance rate. Reproduces the
# run in lower right corner of Figure 9 in Tucker et al. (2020).
#
model_type: 'facet'
number_of_node_rows: 111
number_of_node_columns: 81
cell_width: 0.5
grav_accel: 9.8
report_interval: 5.0
run_duration: 130000.0
output_interval: 1.0e99
dissolution_rate: 0.0
disturbance_rate: 0.1
weathering_rate: 0.0001
uplift_interval: 866.0
plot_interval: 26000.0
save_plots: True
plot_filename: 'facet_low_w_high_d'
plot_filetype: '.png'
friction_coef: 1.0
fault_x: -0.01

24 changes: 24 additions & 0 deletions examples/facet_low_w_low_d.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# GrainHill input file:
#
# facet_low_w_low_d: runs a simulation with steady fault slip, and relatively
# low rates of weathering and disturbance. Reproduces the run in lower left
# corner of Figure 9 in Tucker et al. (2020).
#
model_type: 'facet'
number_of_node_rows: 111
number_of_node_columns: 81
cell_width: 0.5
grav_accel: 9.8
report_interval: 5.0
run_duration: 130000.0
output_interval: 1.0e99
dissolution_rate: 0.0
disturbance_rate: 0.0001
weathering_rate: 0.0001
uplift_interval: 866.0
plot_interval: 26000.0
save_plots: True
plot_filename: 'facet_low_w_low_d'
plot_filetype: '.png'
friction_coef: 1.0
fault_x: -0.01
27 changes: 27 additions & 0 deletions examples/facet_with_wedge_blrise_high_w_high_d.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# GrainHill input file:
#
# facet_with_wedge_blrise_high_w_high_d: runs a simulation with steady fault
# slip, and relatively high rates of weathering and disturbance. Fault is
# positioned at x=23, allowing the formation of a colluvial wedge. Baselevel
# rise is imposed at left model boundary. Reproduces the run in upper right
# corner of Figure 13 in Tucker et al. (2020).
#
model_type: 'facet'
number_of_node_rows: 111
number_of_node_columns: 81
cell_width: 0.5
grav_accel: 9.8
report_interval: 5.0
run_duration: 130000.0
output_interval: 1.0e99
dissolution_rate: 0.0
disturbance_rate: 0.1
weathering_rate: 0.1
uplift_interval: 866.0
baselevel_rise_interval: 4000.0
plot_interval: 26000.0
save_plots: True
plot_filename: 'facet_with_wedge_blrise_high_w_high_d'
plot_filetype: '.png'
friction_coef: 1.0
fault_x: 23.0
27 changes: 27 additions & 0 deletions examples/facet_with_wedge_blrise_high_w_low_d.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# GrainHill input file:
#
# facet_with_wedge_blrise_high_w_low_d: runs a simulation with steady fault
# slip, a relatively high weathering rate, and a relatively low disturbance
# rate. Fault is positioned at x=23, allowing the formation of a colluvial
# wedge. Baselevel rise is imposed at left model boundary. Reproduces the run
# in upper left corner of Figure 13 in Tucker et al. (2020).
#
model_type: 'facet'
number_of_node_rows: 111
number_of_node_columns: 81
cell_width: 0.5
grav_accel: 9.8
report_interval: 5.0
run_duration: 130000.0
output_interval: 1.0e99
dissolution_rate: 0.0
disturbance_rate: 0.0001
weathering_rate: 0.1
uplift_interval: 866.0
baselevel_rise_interval: 4000.0
plot_interval: 26000.0
save_plots: True
plot_filename: 'facet_with_wedge_blrise_high_w_low_d'
plot_filetype: '.png'
friction_coef: 1.0
fault_x: 23.0
27 changes: 27 additions & 0 deletions examples/facet_with_wedge_blrise_low_w_high_d.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# GrainHill input file:
#
# facet_with_wedge_blrise_low_w_high_d: runs a simulation with steady fault
# slip, a relatively low weathering rate, and a relatively high disturbance
# rate. Fault is positioned at x=23, allowing the formation of a colluvial
# wedge. Baselevel rise is imposed at left model boundary. Reproduces the run
# in lower right corner of Figure 13 in Tucker et al. (2020).
#
model_type: 'facet'
number_of_node_rows: 111
number_of_node_columns: 81
cell_width: 0.5
grav_accel: 9.8
report_interval: 5.0
run_duration: 130000.0
output_interval: 1.0e99
dissolution_rate: 0.0
disturbance_rate: 0.1
weathering_rate: 0.0001
uplift_interval: 866.0
baselevel_rise_interval: 4000.0
plot_interval: 26000.0
save_plots: True
plot_filename: 'facet_with_wedge_blrise_low_w_high_d'
plot_filetype: '.png'
friction_coef: 1.0
fault_x: 23.0
27 changes: 27 additions & 0 deletions examples/facet_with_wedge_blrise_low_w_low_d.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# GrainHill input file:
#
# facet_with_wedge_blrise_low_w_low_d: runs a simulation with steady fault slip,
# and relatively low rates of weathering and disturbance. Fault is positioned at
# x=23, allowing the formation of a colluvial wedge. Baselevel rise is imposed
# at left model boundary. Reproduces the run in lower left corner of Figure 13
# in Tucker et al. (2020).
#
model_type: 'facet'
number_of_node_rows: 111
number_of_node_columns: 81
cell_width: 0.5
grav_accel: 9.8
report_interval: 5.0
run_duration: 130000.0
output_interval: 1.0e99
dissolution_rate: 0.0
disturbance_rate: 0.0001
weathering_rate: 0.0001
uplift_interval: 866.0
baselevel_rise_interval: 4000.0
plot_interval: 26000.0
save_plots: True
plot_filename: 'facet_with_wedge_blrise_low_w_low_d'
plot_filetype: '.png'
friction_coef: 1.0
fault_x: 23.0
25 changes: 25 additions & 0 deletions examples/facet_with_wedge_high_w_high_d.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# GrainHill input file:
#
# facet_with_wedge_high_w_high_d: runs a simulation with steady fault slip,
# and relatively high rates of weathering and disturbance. Fault is positioned
# at x=23, allowing the formation of a colluvial wedge. Reproduces the run in
# upper right corner of Figure 12 in Tucker et al. (2020).
#
model_type: 'facet'
number_of_node_rows: 111
number_of_node_columns: 81
cell_width: 0.5
grav_accel: 9.8
report_interval: 5.0
run_duration: 130000.0
output_interval: 1.0e99
dissolution_rate: 0.0
disturbance_rate: 0.1
weathering_rate: 0.1
uplift_interval: 866.0
plot_interval: 26000.0
save_plots: True
plot_filename: 'facet_with_wedge_high_w_high_d'
plot_filetype: '.png'
friction_coef: 1.0
fault_x: 23.0
26 changes: 26 additions & 0 deletions examples/facet_with_wedge_high_w_low_d.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# GrainHill input file:
#
# facet_with_wedge_high_w_low_d: runs a simulation with steady fault slip,
# a relatively high weathering rate, and a relatively low disturbance rate.
# Fault is positioned at x=23, allowing the formation of a colluvial wedge.
# Reproduces the run in upper left corner of Figure 12 in Tucker et al. (2020).
#
model_type: 'facet'
number_of_node_rows: 111
number_of_node_columns: 81
cell_width: 0.5
grav_accel: 9.8
report_interval: 5.0
run_duration: 130000.0
output_interval: 1.0e99
dissolution_rate: 0.0
disturbance_rate: 0.0001
weathering_rate: 0.1
uplift_interval: 866.0
plot_interval: 26000.0
save_plots: True
plot_filename: 'facet_with_wedge_high_w_low_d'
plot_filetype: '.png'
friction_coef: 1.0
fault_x: 23.0

25 changes: 25 additions & 0 deletions examples/facet_with_wedge_low_w_high_d.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# GrainHill input file:
#
# facet_with_wedge_low_w_high_d: runs a simulation with steady fault slip, a
# relatively low weathering rate, and a relatively high disturbance rate.
# Fault is positioned at x=23, allowing the formation of a colluvial wedge.
# Reproduces the run in lower right corner of Figure 12 in Tucker et al. (2020).
#
model_type: 'facet'
number_of_node_rows: 111
number_of_node_columns: 81
cell_width: 0.5
grav_accel: 9.8
report_interval: 5.0
run_duration: 130000.0
output_interval: 1.0e99
dissolution_rate: 0.0
disturbance_rate: 0.1
weathering_rate: 0.0001
uplift_interval: 866.0
plot_interval: 26000.0
save_plots: True
plot_filename: 'facet_with_wedge_low_w_high_d'
plot_filetype: '.png'
friction_coef: 1.0
fault_x: 23.0
25 changes: 25 additions & 0 deletions examples/facet_with_wedge_low_w_low_d.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# GrainHill input file:
#
# facet_with_wedge_low_w_low_d: runs a simulation with steady fault slip, and
# relatively low rates of weathering and disturbance. Fault is positioned at
# x=23, allowing the formation of a colluvial wedge. Reproduces the run in lower
# left corner of Figure 12 in Tucker et al. (2020).
#
model_type: 'facet'
number_of_node_rows: 111
number_of_node_columns: 81
cell_width: 0.5
grav_accel: 9.8
report_interval: 5.0
run_duration: 130000.0
output_interval: 1.0e99
dissolution_rate: 0.0
disturbance_rate: 0.0001
weathering_rate: 0.0001
uplift_interval: 866.0
plot_interval: 26000.0
save_plots: True
plot_filename: 'facet_with_wedge_low_w_low_d'
plot_filetype: '.png'
friction_coef: 1.0
fault_x: 23.0

0 comments on commit b1f2465

Please sign in to comment.