From fcc108de28b4f986149fa1d837742066eb8b6484 Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Tue, 16 Jun 2026 20:28:27 -0700 Subject: [PATCH] remove duplication in test_files --- Tests/test_files/CouetteFlow_x/CouetteFlow_x.i | 1 - Tests/test_files/MovingTerrain_nosub/MovingTerrain_nosub.i | 3 --- Tests/test_files/MovingTerrain_sub/MovingTerrain_sub.i | 3 --- Tests/test_files/PoiseuilleFlow_y/PoiseuilleFlow_y.i | 2 -- 4 files changed, 9 deletions(-) diff --git a/Tests/test_files/CouetteFlow_x/CouetteFlow_x.i b/Tests/test_files/CouetteFlow_x/CouetteFlow_x.i index dd7ea8aeeb..be4d887214 100644 --- a/Tests/test_files/CouetteFlow_x/CouetteFlow_x.i +++ b/Tests/test_files/CouetteFlow_x/CouetteFlow_x.i @@ -8,7 +8,6 @@ amrex.fpe_trap_invalid = 1 fabarray.mfiter_tile_size = 1024 1024 1024 # PROBLEM SIZE & GEOMETRY -geometry.is_periodic = 1 1 0 geometry.prob_extent = 32 4 16 amr.n_cell = 32 4 16 diff --git a/Tests/test_files/MovingTerrain_nosub/MovingTerrain_nosub.i b/Tests/test_files/MovingTerrain_nosub/MovingTerrain_nosub.i index 602699bcfc..de2c5d4e70 100644 --- a/Tests/test_files/MovingTerrain_nosub/MovingTerrain_nosub.i +++ b/Tests/test_files/MovingTerrain_nosub/MovingTerrain_nosub.i @@ -32,9 +32,6 @@ erf.sum_interval = -1 # timesteps between computing mass erf.v = 1 # verbosity in ERF.cpp amr.v = 1 # verbosity in Amr.cpp -# REFINEMENT / REGRIDDING -amr.max_level = 0 # maximum level number allowed - # CHECKPOINT FILES erf.check_file = chk # root name of checkpoint file erf.check_int = -1 # number of timesteps between checkpoints diff --git a/Tests/test_files/MovingTerrain_sub/MovingTerrain_sub.i b/Tests/test_files/MovingTerrain_sub/MovingTerrain_sub.i index e37f3e9bf3..5b08ec8656 100644 --- a/Tests/test_files/MovingTerrain_sub/MovingTerrain_sub.i +++ b/Tests/test_files/MovingTerrain_sub/MovingTerrain_sub.i @@ -34,9 +34,6 @@ erf.sum_interval = -1 # timesteps between computing mass erf.v = 0 # verbosity in ERF.cpp amr.v = 1 # verbosity in Amr.cpp -# REFINEMENT / REGRIDDING -amr.max_level = 0 # maximum level number allowed - # CHECKPOINT FILES erf.check_file = chk # root name of checkpoint file erf.check_int = -1 # number of timesteps between checkpoints diff --git a/Tests/test_files/PoiseuilleFlow_y/PoiseuilleFlow_y.i b/Tests/test_files/PoiseuilleFlow_y/PoiseuilleFlow_y.i index e95280f281..4b909117b6 100644 --- a/Tests/test_files/PoiseuilleFlow_y/PoiseuilleFlow_y.i +++ b/Tests/test_files/PoiseuilleFlow_y/PoiseuilleFlow_y.i @@ -43,8 +43,6 @@ erf.plot_vars_1 = density x_velocity y_velocity z_velocity # SOLVER CHOICE erf.use_gravity = false -erf.init_type = Uniform - erf.les_type = "None" erf.molec_diff_type = "Constant"