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",