Introduction
Introduction Statistics Contact Development Disclaimer Help
tMakefile: fix pressure-amplitude values (Pa to kPa) - hansen-zoet-exp - compar…
git clone git://src.adamsgaard.dk/hansen-zoet-exp
Log
Files
Refs
Submodules
---
commit 58a01747e3d8d3bf5879f1fbc776c42ded74f2b4
parent 25fa424357668508b261437e25bd5afdb10ad8c1
Author: Anders Damsgaard <[email protected]>
Date: Fri, 10 Jun 2022 10:15:39 +0200
Makefile: fix pressure-amplitude values (Pa to kPa)
Diffstat:
M Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -12,7 +12,7 @@ stressvals_ != range -l -N 40 0.01 100
stressvals_ += 8 22 50
stressvals != echo ${stressvals_} | sort -n
velvals = 3.169e-6 9.506e-6
-fluid_ampl_vals != range -N 4 1 10
+fluid_ampl_vals != range -N 4 1e3 10e3
fluid_freq_vals = 1.157e-5 # daily
grain_size = 530.7e-6
grain_friction = 0.6
t@@ -47,7 +47,7 @@ strain_distribution_N50kPa_v3.169e-6ms.txt: ${BIN} Makefile
-n $${P}e3 \
-A ${grain_nonlocal_ampl} \
-b ${grain_rate_dependence} \
- >strain_distribution_N$${P}kPa_v$${v}ms.txt; \
+ >1.1strain_distribution_N$${P}kPa_v$${v}ms.txt; \
done; done' # also close fit with lower A and higher b
# higher values of L do not make a difference in flux
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.