tminor changes - granular-basin - tectonic deformation experiments with Granular.jl
 (HTM) git clone git://src.adamsgaard.dk/granular-basin
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit d572b97cf5cf12f47a93f0d6f55919737816e6fd
 (DIR) parent 9842e3123ae9bfd8da06f8b7d56829c96291e80d
 (HTM) Author: esbenpalmstrom <esbenpalmstroem@gmail.com>
       Date:   Thu,  2 Dec 2021 12:45:54 +0100
       
       minor changes
       
       Diffstat:
         M deform_basin.jl                     |       7 +++----
       
       1 file changed, 3 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/deform_basin.jl b/deform_basin.jl
       t@@ -6,11 +6,10 @@ t_start = Dates.now()
        
        # User defined settings
        
       -id = "simulation40000"   # folder name of simulation
       +id = "simulation500"   # folder name of simulation
        
        hw_ratio = 0.2          # height/width ratio of indenter
       -grain_radius = 0.05     # grain radius of grains in indenter
       -def_time = 5.0          # time spent deforming
       +def_time = 2.0          # time spent deforming
        
        shortening = true               # true if walls should be introduced. false if only a diapir
        
       t@@ -48,7 +47,7 @@ temp_indent = Granular.createSimulation("id=temp_indent")
        left_edge = round(sim.ocean.origo[1],digits=2)
        length = round(sim.ocean.L[1],digits=2)
        
       -width = length/5
       +width = length/3
        hw_ratio = 0.2
        init_vertex_pos = [(length+left_edge)/2,-0.2]
        grain_radius = SimSettings["r_min"]