Skip to content

Commit

Permalink
fix: real(r8) for kind
Browse files Browse the repository at this point in the history
see #615
  • Loading branch information
hkershaw-brown committed Jan 5, 2024
1 parent 99ebec5 commit 49ed190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/lorenz_96_tracer_advection/model_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ subroutine adv_1step(x, time)

real(r8) :: velocity, target_loc, frac, ratio
integer(r8) :: low, hi, up, down, i, f
real(i8), dimension(grid_size) :: x1, x2, x3, x4, x_new, dx, inter, q_diff, q_new, q
real(r8), dimension(grid_size) :: x1, x2, x3, x4, x_new, dx, inter, q_diff, q_new, q

q = x(grid_size + 1 :2*grid_size) ! QTY_TRACER_CONCENTRATION
! Doing an upstream semi-lagrangian advection for q for each grid point
Expand Down

0 comments on commit 49ed190

Please sign in to comment.