Introduction
Introduction Statistics Contact Development Disclaimer Help
trunfullstack.jl - granular-basin - tectonic deformation experiments with Granu…
git clone git://src.adamsgaard.dk/granular-basin
Log
Files
Refs
README
---
trunfullstack.jl (284B)
---
1 import Dates
2 stack_t_start = Dates.now()
3
4 include("init_basin.jl")
5 include("compact_basin.jl")
6 include("layer_basin.jl")
7 include("deform_basin.jl")
8
9 stack_t_now = Dates.now()
10 stack_dur = Dates.canonicalize(stack_t_now-stack_t_start)
11 print("Total full stack time elapsed: ",stack_dur)
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.