Skip to content

Commit

Permalink
Fix some xrb_mixed issues (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpkatz authored Nov 1, 2020
1 parent 7912715 commit 1e55be4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Exec/science/xrb_mixed/Prob_nd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ subroutine amrex_probinit(init, name, namlen, problo, probhi) bind(c)
! velocity perturbation stuff
offset = (probhi(1) - problo(1)) / (num_vortices + 1)

allocate(xloc_vortices(num_vortices))

do i = 1, num_vortices
xloc_vortices(i) = dble(i) * offset
enddo
Expand Down
6 changes: 3 additions & 3 deletions Exec/science/xrb_mixed/_prob_params
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ velpert_amplitude real 1.0e2_rt y

velpert_height_loc real 6.5e3_rt y

num_vortices integer 1 y
num_vortices integer 16 y

max_num_vortices integer 10 n
max_num_vortices integer 16 n

xloc_vortices real 0.0_rt n 10
xloc_vortices real 0.0_rt n 16
2 changes: 0 additions & 2 deletions Exec/science/xrb_mixed/probin
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
velpert_amplitude = 1.d5
num_vortices = 16

interp_BC = F

/

&sponge
Expand Down

0 comments on commit 1e55be4

Please sign in to comment.