tUpdate diffusivity to truffer2000 value - cngf-pf-exp1 - experiments for first paper with continuum granular model
(HTM) git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit a5bbc0d30e992c8864085237f0768abac9c776e5
(DIR) parent 5f10bef154084c7ad302fe9e7a144dc64a3235f2
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 9 Jul 2020 20:46:04 +0200
Update diffusivity to truffer2000 value
Diffstat:
M flux_estimate/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/flux_estimate/Makefile b/flux_estimate/Makefile
t@@ -84,7 +84,7 @@ amplitude_dependence:
truffer_comparison:
for A in 10e3 20e3 40e3 80e3 160e3 320e3 640e3 1200e3; do \
printf '%s\t' "$$A"; \
- $(MAXDEPTH) -D 3e-7 -a $$A -q $(FREQ_YEARLY); \
+ $(MAXDEPTH) -D 1e-5 -a $$A -q $(FREQ_YEARLY); \
done
clean: