Skip to content

Commit

Permalink
update inputs to use 2nd order for moving and particle tests (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren authored Jan 4, 2024
1 parent ae07d35 commit aa250d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Exec/DevTests/MovingTerrain/inputs
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
5 changes: 5 additions & 0 deletions Exec/DevTests/ParticlesOverWoA/inputs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa250d0

Please sign in to comment.