From 94c643d68e83aa99ae2fdc257c2f30e1000d1e25 Mon Sep 17 00:00:00 2001 From: Boris Kaus Date: Thu, 23 May 2024 10:20:12 +0200 Subject: [PATCH] add directory --- scripts/TM_Subduction_example.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/TM_Subduction_example.jl b/scripts/TM_Subduction_example.jl index ec7b8d1..953677b 100644 --- a/scripts/TM_Subduction_example.jl +++ b/scripts/TM_Subduction_example.jl @@ -8,6 +8,9 @@ model = Model(Grid( x = [-2000.,2000.], nel = (256,1,64) ), + + ## Output filename + Output(out_file_name="TMSubduction_2D", out_dir="TMSubduction_2D"), BoundaryConditions( temp_bot = 1565.0, temp_top = 20.0,