Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Jul 13, 2023
1 parent fee7234 commit 5c27d6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test_fms/mpp/test_global_arrays.F90
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ program test_global_arrays
use mpp_domains_mod, only: mpp_global_min, mpp_get_data_domain,mpp_get_compute_domain
use mpp_domains_mod, only: mpp_domains_exit, mpp_update_domains
use mpp_domains_mod, only: mpp_get_domain_shift, mpp_global_sum
use mpp_domains_mod, only: CYCLIC_GLOBAL_DOMAIN, NORTH, EAST, CENTER, CORNER, BITWISE_EXACT_SUM
use mpp_mod, only: MPP_CLOCK_SYNC, MPP_CLOCK_DETAILED, mpp_clock_id, mpp_clock_begin, mpp_clock_end
use fms_mod, only: check_nml_error
use fms_mod, only: check_nml_error, input_nml_file

implicit none

Expand Down Expand Up @@ -647,4 +648,4 @@ subroutine compare_data_scalar( a, b, action, string )

end subroutine compare_data_scalar

end program test_global_arrays
end program test_global_arrays

0 comments on commit 5c27d6d

Please sign in to comment.