commit a5bbc0d30e992c8864085237f0768abac9c776e5
parent 5f10bef154084c7ad302fe9e7a144dc64a3235f2
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 9 Jul 2020 20:46:04 +0200
Update diffusivity to truffer2000 value
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flux_estimate/Makefile b/flux_estimate/Makefile
@@ -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: