Skip to content

Commit

Permalink
remove this variable, not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallic2 committed Sep 21, 2023
1 parent 9d6bba6 commit cd5aee7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_fms/topography/test_topography.F90
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ subroutine test_topog_mean()
!---------------------------------------- test topog mean 2d ---------------------------------------------!

get_mean_answer = get_topog_mean(lon2d, lat2d, zmean2d)
this = 0.5_lkind

if (get_mean_answer .neqv. .true.) call mpp_error(FATAL, "topog field not read correctly")
call check_answers(zmean2d(1,1), 0.5_lkind, "Error in test_topog_mean 2d")
Expand Down

0 comments on commit cd5aee7

Please sign in to comment.