tMakefile: decrease max pressure amplitude - hansen-zoet-exp - comparison of la… | |
git clone git://src.adamsgaard.dk/hansen-zoet-exp | |
Log | |
Files | |
Refs | |
Submodules | |
--- | |
commit aec483a93e3ba4ab351b5f28ec235a740cb62e76 | |
parent 536e7b5e01a2fba23390bf3e0707e0c5484fba45 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Mon, 13 Jun 2022 17:10:00 +0200 | |
Makefile: decrease max pressure amplitude | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
t@@ -13,7 +13,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 8 1 40 | |
+fluid_ampl_vals != range -N 8 1 30 | |
fluid_freq_vals = 1.157e-5 # daily | |
grain_size = 530.7e-6 | |
grain_friction = 0.6 |