From a2ad49bd118eea6538f989513947c97e3851bf0a Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Fri, 15 Dec 2023 20:18:26 +0100 Subject: [PATCH] Add new make target --- experiments/Makefile | 5 ++++- experiments/templates/varied-fillings.json | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/experiments/Makefile b/experiments/Makefile index d152c03..b31d56a 100644 --- a/experiments/Makefile +++ b/experiments/Makefile @@ -9,7 +9,10 @@ clean: clean-logs: rm -f logs/* +clean-outs: + rm -rf /p/scratch/cellsinsilico/paul/nastja-out/* + generated/varied-fillings-%.json: scripts/gen/varied_fillings.py templates/varied-fillings.json python scripts/gen/varied_fillings.py $* > $@ -.PHONY: varied-fillings clean clean-logs +.PHONY: varied-fillings clean clean-logs clean-outs diff --git a/experiments/templates/varied-fillings.json b/experiments/templates/varied-fillings.json index 5e46bf6..f2ef797 100644 --- a/experiments/templates/varied-fillings.json +++ b/experiments/templates/varied-fillings.json @@ -29,7 +29,7 @@ "liquid": 1, "adhesion": { "matrix": [ - [ 0, 0, 0, 10], + [ 0, 0, 10, 10], [ 0, 0, 0, 0], [10, 0, 40, 5], [10, 0, 5, 40] @@ -39,7 +39,7 @@ "volume": { "default": { "storage": "const", - "value": 5000 + "value": 6000 }, "lambda": { "storage": "const",