Skip to content

Commit

Permalink
Bomex inputs fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi committed Aug 1, 2024
1 parent bebe0b3 commit 00e74d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Exec/RegTests/Bomex/input_Kessler
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ erf.plot_vars_1 = density rhotheta x_velocity y_velocity z_velocity pressure
erf.alpha_T = 0.0
erf.alpha_C = 0.0
erf.use_gravity = true


erf.use_coriolis = true
erf.coriolis_3d = false
erf.latitude = 14.982176712702886 # f = 0.376e-4 1/s

erf.dycore_horiz_adv_type = Upwind_3rd
erf.dycore_vert_adv_type = Upwind_3rd
erf.dryscal_horiz_adv_type = Upwind_3rd
Expand Down
4 changes: 4 additions & 0 deletions Exec/RegTests/Bomex/input_SAM
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ erf.alpha_T = 0.0
erf.alpha_C = 0.0
erf.use_gravity = true

erf.use_coriolis = true
erf.coriolis_3d = false
erf.latitude = 14.982176712702886 # f = 0.376e-4 1/s

erf.dycore_horiz_adv_type = Upwind_3rd
erf.dycore_vert_adv_type = Upwind_3rd
erf.dryscal_horiz_adv_type = Upwind_3rd
Expand Down

0 comments on commit 00e74d5

Please sign in to comment.