From aa250d0a65abe332251aa4902ed3b210e35427cf Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Thu, 4 Jan 2024 07:26:13 -0800 Subject: [PATCH] update inputs to use 2nd order for moving and particle tests (#1360) --- Exec/DevTests/MovingTerrain/inputs | 5 +++++ Exec/DevTests/ParticlesOverWoA/inputs | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/Exec/DevTests/MovingTerrain/inputs b/Exec/DevTests/MovingTerrain/inputs index 8b0783fb4..bb1e13a13 100644 --- a/Exec/DevTests/MovingTerrain/inputs +++ b/Exec/DevTests/MovingTerrain/inputs @@ -53,6 +53,11 @@ erf.plot_vars_1 = density x_velocity y_velocity z_velocity pressure theta pr # SOLVER CHOICE erf.use_gravity = true +erf.dycore_horiz_adv_type = Centered_2nd +erf.dycore_vert_adv_type = Centered_2nd +erf.dryscal_horiz_adv_type = Centered_2nd +erf.dryscal_vert_adv_type = Centered_2nd + erf.molec_diff_type = "None" erf.les_type = "None" diff --git a/Exec/DevTests/ParticlesOverWoA/inputs b/Exec/DevTests/ParticlesOverWoA/inputs index 3d5376494..6549b6137 100644 --- a/Exec/DevTests/ParticlesOverWoA/inputs +++ b/Exec/DevTests/ParticlesOverWoA/inputs @@ -65,6 +65,11 @@ erf.box1.in_box_hi = 8. 0.75 erf.use_terrain = true erf.terrain_smoothing = 0 +erf.dycore_horiz_adv_type = Centered_2nd +erf.dycore_vert_adv_type = Centered_2nd +erf.dryscal_horiz_adv_type = Centered_2nd +erf.dryscal_vert_adv_type = Centered_2nd + # Diffusion coefficient from Straka, K = 75 m^2/s erf.molec_diff_type = "ConstantAlpha" erf.rho0_trans = 1.0 # [kg/m^3], used to convert input diffusivities