Skip to content

Commit

Permalink
fix: type mismatch error in tracer_manager test (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Lentz authored Oct 24, 2024
1 parent 0aa5ee6 commit 7ad9053
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_fms/tracer_manager/test_tracer_manager.F90
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ subroutine test_set_tracer_profile
integer, parameter :: numlevels=10
integer, parameter :: npoints=5

integer :: tracer_index, success, i, j, k
integer :: tracer_index, i, j, k
logical :: success
real(TEST_TM_KIND_) :: top_value, bottom_value, surf_value, multiplier
real(TEST_TM_KIND_) :: tracer_out1(1,1,1), tracer_out2(npoints,npoints,numlevels)
real(TEST_TM_KIND_) :: answer1(1,1,1), answer2(npoints,npoints,numlevels)
Expand Down

0 comments on commit 7ad9053

Please sign in to comment.