We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d9888 commit 25ed4fcCopy full SHA for 25ed4fc
1 file changed
src/framework/MOM_domains.F90
@@ -3,9 +3,8 @@ module MOM_domains
3
4
! This file is part of MOM6. See LICENSE.md for the license.
5
6
-
7
use MOM_array_transform, only : rotate_array
8
-use MOM_coms, only : PE_here, root_PE, num_PEs, MOM_infra_init, MOM_infra_end, Get_PElist
+use MOM_coms, only : PE_here, root_PE, num_PEs, MOM_infra_init, MOM_infra_end
9
use MOM_coms, only : broadcast, sum_across_PEs, min_across_PEs, max_across_PEs
10
use MOM_cpu_clock, only : cpu_clock_begin, cpu_clock_end
11
use MOM_error_handler, only : MOM_error, MOM_mesg, NOTE, WARNING, FATAL, is_root_pe
0 commit comments