[2696] | 1 | !> @file pmc_handle_communicator_mod.f90 |
---|
[2000] | 2 | !------------------------------------------------------------------------------! |
---|
[2696] | 3 | ! This file is part of the PALM model system. |
---|
[1762] | 4 | ! |
---|
[2000] | 5 | ! PALM is free software: you can redistribute it and/or modify it under the |
---|
| 6 | ! terms of the GNU General Public License as published by the Free Software |
---|
| 7 | ! Foundation, either version 3 of the License, or (at your option) any later |
---|
| 8 | ! version. |
---|
[1762] | 9 | ! |
---|
| 10 | ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY |
---|
| 11 | ! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
---|
| 12 | ! A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
---|
| 13 | ! |
---|
| 14 | ! You should have received a copy of the GNU General Public License along with |
---|
| 15 | ! PALM. If not, see <http://www.gnu.org/licenses/>. |
---|
| 16 | ! |
---|
[3655] | 17 | ! Copyright 1997-2019 Leibniz Universitaet Hannover |
---|
[2000] | 18 | !------------------------------------------------------------------------------! |
---|
[1762] | 19 | ! |
---|
| 20 | ! Current revisions: |
---|
| 21 | ! ------------------ |
---|
[1851] | 22 | ! |
---|
[2516] | 23 | ! |
---|
[1792] | 24 | ! Former revisions: |
---|
| 25 | ! ----------------- |
---|
| 26 | ! $Id: pmc_handle_communicator_mod.f90 3819 2019-03-27 11:01:36Z suehring $ |
---|
[3819] | 27 | ! Adjustable anterpolation buffer introduced on all nest boundaries, it is controlled |
---|
| 28 | ! by the new nesting_parameters parameter anterpolation_buffer_width. |
---|
| 29 | ! |
---|
| 30 | ! 3655 2019-01-07 16:51:22Z knoop |
---|
[2932] | 31 | ! nestpar renamed to nesting_parameters |
---|
| 32 | ! |
---|
| 33 | ! 2841 2018-02-27 15:02:57Z knoop |
---|
[2841] | 34 | ! Bugfix: wrong placement of include 'mpif.h' corrected |
---|
| 35 | ! |
---|
| 36 | ! 2801 2018-02-14 16:01:55Z thiele |
---|
[2801] | 37 | ! Introduce particle transfer in nested models. |
---|
| 38 | ! |
---|
| 39 | ! 2718 2018-01-02 08:49:38Z maronga |
---|
[2716] | 40 | ! Corrected "Former revisions" section |
---|
| 41 | ! |
---|
| 42 | ! 2696 2017-12-14 17:12:51Z kanani |
---|
| 43 | ! Change in file header (GPL part) |
---|
[2696] | 44 | ! Bugfix, give Intent(inout) attributes in routine reading nestpar-namelist (MS) |
---|
| 45 | ! |
---|
| 46 | ! 2599 2017-11-01 13:18:45Z hellstea |
---|
[2599] | 47 | ! Separate peer communicator peer_comm introduced for MPI_INTERCOMM_CREATE. |
---|
| 48 | ! Some cleanup and commenting improvements. |
---|
| 49 | ! |
---|
| 50 | ! 2516 2017-10-04 11:03:04Z suehring |
---|
[2516] | 51 | ! Remove tabs |
---|
| 52 | ! |
---|
| 53 | ! 2514 2017-10-04 09:52:37Z suehring |
---|
[2280] | 54 | ! Bugfix, set filepointer to the beginning of the file after namelist read, |
---|
| 55 | ! in order to assure that further namelists are also found. |
---|
| 56 | ! |
---|
| 57 | ! 2279 2017-06-12 15:23:44Z suehring |
---|
[2271] | 58 | ! Error message text changed |
---|
| 59 | ! |
---|
| 60 | ! 2101 2017-01-05 16:42:31Z suehring |
---|
[1792] | 61 | ! |
---|
[2014] | 62 | ! 2013 2016-09-21 13:07:56Z suehring |
---|
| 63 | ! Bugfix in format descriptor |
---|
| 64 | ! |
---|
[2001] | 65 | ! 2000 2016-08-20 18:09:15Z knoop |
---|
| 66 | ! Forced header and separation lines into 80 columns |
---|
| 67 | ! |
---|
[1939] | 68 | ! 1938 2016-06-13 15:26:05Z hellstea |
---|
| 69 | ! Minor clean-up. |
---|
| 70 | ! |
---|
[1933] | 71 | ! 1901 2016-05-04 15:39:38Z raasch |
---|
| 72 | ! Initial version of purely vertical nesting introduced. |
---|
| 73 | ! Code clean up. The words server/client changed to parent/child. |
---|
| 74 | ! |
---|
[1901] | 75 | ! 1900 2016-05-04 15:27:53Z raasch |
---|
| 76 | ! re-formatting to match PALM style |
---|
| 77 | ! |
---|
[1883] | 78 | ! 1882 2016-04-20 15:24:46Z hellstea |
---|
| 79 | ! MPI_BCAST-calls to broadcast nesting_mode and nesting_datatransfer_mode |
---|
| 80 | ! are moved out from the DO i = 1, m_ncpl loop. |
---|
| 81 | ! |
---|
[1851] | 82 | ! 1850 2016-04-08 13:29:27Z maronga |
---|
| 83 | ! Module renamed |
---|
| 84 | ! |
---|
[1809] | 85 | ! 1808 2016-04-05 19:44:00Z raasch |
---|
| 86 | ! MPI module used by default on all machines |
---|
| 87 | ! |
---|
[1798] | 88 | ! 1797 2016-03-21 16:50:28Z raasch |
---|
| 89 | ! introduction of different datatransfer modes, |
---|
| 90 | ! export of comm_world_nesting |
---|
| 91 | ! |
---|
[1792] | 92 | ! 1791 2016-03-11 10:41:25Z raasch |
---|
[1791] | 93 | ! m_nrofcpl renamed m_ncpl, |
---|
| 94 | ! pmc_get_local_model_info renamed pmc_get_model_info, some keywords also |
---|
| 95 | ! renamed and some added, |
---|
| 96 | ! debug write-statements commented out |
---|
[1765] | 97 | ! |
---|
[1787] | 98 | ! 1786 2016-03-08 05:49:27Z raasch |
---|
| 99 | ! Bugfix: nesting_mode is broadcast now |
---|
| 100 | ! |
---|
[1780] | 101 | ! 1779 2016-03-03 08:01:28Z raasch |
---|
| 102 | ! only the total number of PEs is given in the nestpar-NAMELIST, |
---|
| 103 | ! additional comments included |
---|
| 104 | ! |
---|
[1765] | 105 | ! 1764 2016-02-28 12:45:19Z raasch |
---|
[1764] | 106 | ! pmc_layout type: comm_cpl and comm_parent removed, character "name" moved at |
---|
| 107 | ! the beginning of the variable list, |
---|
| 108 | ! domain layout is read with new NAMELIST nestpar from standard file PARIN, |
---|
| 109 | ! MPI-datatype REAL8 replaced by REAL, kind=8 replaced by wp, |
---|
| 110 | ! variable domain_layouts instead of m_couplers introduced for this NAMELIST, |
---|
| 111 | ! general format changed to PALM style |
---|
[1762] | 112 | ! |
---|
[1763] | 113 | ! 1762 2016-02-25 12:31:13Z hellstea |
---|
| 114 | ! Initial revision by K. Ketelsen |
---|
| 115 | ! |
---|
[1762] | 116 | ! Description: |
---|
| 117 | ! ------------ |
---|
[1764] | 118 | ! Handle MPI communicator in PALM model coupler |
---|
[1933] | 119 | !-------------------------------------------------------------------------------! |
---|
[2696] | 120 | MODULE PMC_handle_communicator |
---|
[1764] | 121 | #if defined( __parallel ) |
---|
| 122 | USE kinds |
---|
[1762] | 123 | |
---|
[2841] | 124 | #if !defined( __mpifh ) |
---|
[1764] | 125 | USE MPI |
---|
| 126 | #endif |
---|
[1762] | 127 | |
---|
[1933] | 128 | USE pmc_general, & |
---|
[1900] | 129 | ONLY: pmc_status_ok, pmc_status_error, pmc_max_models |
---|
[1933] | 130 | USE control_parameters, & |
---|
| 131 | ONLY: message_string |
---|
[1762] | 132 | |
---|
[1900] | 133 | IMPLICIT NONE |
---|
[1762] | 134 | |
---|
[2841] | 135 | #if defined( __mpifh ) |
---|
| 136 | INCLUDE "mpif.h" |
---|
| 137 | #endif |
---|
| 138 | |
---|
[1900] | 139 | TYPE pmc_layout |
---|
[1762] | 140 | |
---|
[1900] | 141 | CHARACTER(LEN=32) :: name |
---|
[1762] | 142 | |
---|
[1900] | 143 | INTEGER :: id !< |
---|
| 144 | INTEGER :: parent_id !< |
---|
| 145 | INTEGER :: npe_total !< |
---|
[1762] | 146 | |
---|
[1900] | 147 | REAL(wp) :: lower_left_x !< |
---|
| 148 | REAL(wp) :: lower_left_y !< |
---|
[1762] | 149 | |
---|
[1900] | 150 | END TYPE pmc_layout |
---|
[1764] | 151 | |
---|
[1900] | 152 | PUBLIC pmc_status_ok, pmc_status_error |
---|
[1764] | 153 | |
---|
[2599] | 154 | INTEGER, PARAMETER, PUBLIC :: pmc_error_npes = 1 !< illegal number of processes |
---|
[2932] | 155 | INTEGER, PARAMETER, PUBLIC :: pmc_namelist_error = 2 !< error(s) in nesting_parameters namelist |
---|
[1900] | 156 | INTEGER, PARAMETER, PUBLIC :: pmc_no_namelist_found = 3 !< no couple layout namelist found |
---|
[1764] | 157 | |
---|
[1900] | 158 | INTEGER :: m_world_comm !< global nesting communicator |
---|
[2801] | 159 | INTEGER :: m_my_cpl_id !< coupler id of this model |
---|
[1900] | 160 | INTEGER :: m_parent_id !< coupler id of parent of this model |
---|
[2932] | 161 | INTEGER :: m_ncpl !< number of couplers given in nesting_parameters namelist |
---|
[1762] | 162 | |
---|
[2801] | 163 | TYPE(pmc_layout), PUBLIC, DIMENSION(pmc_max_models) :: m_couplers !< information of all couplers |
---|
[1762] | 164 | |
---|
[1900] | 165 | INTEGER, PUBLIC :: m_model_comm !< communicator of this model |
---|
[1933] | 166 | INTEGER, PUBLIC :: m_to_parent_comm !< communicator to the parent |
---|
[1900] | 167 | INTEGER, PUBLIC :: m_world_rank !< |
---|
| 168 | INTEGER :: m_world_npes !< |
---|
| 169 | INTEGER, PUBLIC :: m_model_rank !< |
---|
| 170 | INTEGER, PUBLIC :: m_model_npes !< |
---|
[2599] | 171 | INTEGER :: m_parent_remote_size !< number of processes in the parent model |
---|
| 172 | INTEGER :: peer_comm !< peer_communicator for inter communicators |
---|
[1791] | 173 | |
---|
[1933] | 174 | INTEGER, DIMENSION(pmc_max_models), PUBLIC :: m_to_child_comm !< communicator to the child(ren) |
---|
| 175 | INTEGER, DIMENSION(:), POINTER, PUBLIC :: pmc_parent_for_child !< |
---|
[1762] | 176 | |
---|
| 177 | |
---|
[1900] | 178 | INTERFACE pmc_is_rootmodel |
---|
| 179 | MODULE PROCEDURE pmc_is_rootmodel |
---|
| 180 | END INTERFACE pmc_is_rootmodel |
---|
[1762] | 181 | |
---|
[1900] | 182 | INTERFACE pmc_get_model_info |
---|
| 183 | MODULE PROCEDURE pmc_get_model_info |
---|
| 184 | END INTERFACE pmc_get_model_info |
---|
[1762] | 185 | |
---|
[1900] | 186 | PUBLIC pmc_get_model_info, pmc_init_model, pmc_is_rootmodel |
---|
[1762] | 187 | |
---|
[1764] | 188 | CONTAINS |
---|
[1762] | 189 | |
---|
[1933] | 190 | SUBROUTINE pmc_init_model( comm, nesting_datatransfer_mode, nesting_mode, & |
---|
[3819] | 191 | anterpolation_buffer_width, pmc_status ) |
---|
[1762] | 192 | |
---|
[1933] | 193 | USE control_parameters, & |
---|
[1900] | 194 | ONLY: message_string |
---|
[1764] | 195 | |
---|
[1933] | 196 | USE pegrid, & |
---|
[1900] | 197 | ONLY: myid |
---|
[1764] | 198 | |
---|
| 199 | IMPLICIT NONE |
---|
| 200 | |
---|
[2696] | 201 | CHARACTER(LEN=8), INTENT(INOUT) :: nesting_mode !< |
---|
| 202 | CHARACTER(LEN=7), INTENT(INOUT) :: nesting_datatransfer_mode !< |
---|
[1764] | 203 | |
---|
[3819] | 204 | INTEGER, INTENT(INOUT) :: anterpolation_buffer_width !< Boundary buffer width for anterpolation |
---|
[2696] | 205 | INTEGER, INTENT(INOUT) :: comm !< |
---|
| 206 | INTEGER, INTENT(INOUT) :: pmc_status !< |
---|
[1764] | 207 | |
---|
[1933] | 208 | INTEGER :: childcount !< |
---|
[1900] | 209 | INTEGER :: i !< |
---|
| 210 | INTEGER :: ierr !< |
---|
| 211 | INTEGER :: istat !< |
---|
| 212 | INTEGER :: m_my_cpl_rank !< |
---|
| 213 | INTEGER :: tag !< |
---|
[1764] | 214 | |
---|
[1933] | 215 | INTEGER, DIMENSION(pmc_max_models) :: activeparent ! I am active parent for this child ID |
---|
[1900] | 216 | INTEGER, DIMENSION(pmc_max_models+1) :: start_pe |
---|
[1762] | 217 | |
---|
[1900] | 218 | pmc_status = pmc_status_ok |
---|
| 219 | comm = -1 |
---|
| 220 | m_world_comm = MPI_COMM_WORLD |
---|
| 221 | m_my_cpl_id = -1 |
---|
[1933] | 222 | childcount = 0 |
---|
| 223 | activeparent = -1 |
---|
[1900] | 224 | start_pe(:) = 0 |
---|
| 225 | |
---|
| 226 | CALL MPI_COMM_RANK( MPI_COMM_WORLD, m_world_rank, istat ) |
---|
| 227 | CALL MPI_COMM_SIZE( MPI_COMM_WORLD, m_world_npes, istat ) |
---|
[1764] | 228 | ! |
---|
[2599] | 229 | !-- Only process 0 of root model reads |
---|
[1900] | 230 | IF ( m_world_rank == 0 ) THEN |
---|
[1762] | 231 | |
---|
[1933] | 232 | CALL read_coupling_layout( nesting_datatransfer_mode, nesting_mode, & |
---|
[3819] | 233 | anterpolation_buffer_width, pmc_status ) |
---|
[1762] | 234 | |
---|
[1933] | 235 | IF ( pmc_status /= pmc_no_namelist_found .AND. & |
---|
| 236 | pmc_status /= pmc_namelist_error ) & |
---|
[1900] | 237 | THEN |
---|
[1764] | 238 | ! |
---|
[2801] | 239 | !-- Calculate start PE of every model |
---|
[1900] | 240 | start_pe(1) = 0 |
---|
| 241 | DO i = 2, m_ncpl+1 |
---|
| 242 | start_pe(i) = start_pe(i-1) + m_couplers(i-1)%npe_total |
---|
| 243 | ENDDO |
---|
[1762] | 244 | |
---|
[1764] | 245 | ! |
---|
[2599] | 246 | !-- The sum of numbers of processes requested by all the domains |
---|
| 247 | !-- must be equal to the total number of processes of the run |
---|
[1900] | 248 | IF ( start_pe(m_ncpl+1) /= m_world_npes ) THEN |
---|
[2013] | 249 | WRITE ( message_string, '(2A,I6,2A,I6,A)' ) & |
---|
[1933] | 250 | 'nesting-setup requires different number of ', & |
---|
| 251 | 'MPI procs (', start_pe(m_ncpl+1), ') than ', & |
---|
| 252 | 'provided (', m_world_npes,')' |
---|
[1900] | 253 | CALL message( 'pmc_init_model', 'PA0229', 3, 2, 0, 6, 0 ) |
---|
| 254 | ENDIF |
---|
[1762] | 255 | |
---|
[1900] | 256 | ENDIF |
---|
[1762] | 257 | |
---|
[1900] | 258 | ENDIF |
---|
[1764] | 259 | ! |
---|
[2599] | 260 | !-- Broadcast the read status. This synchronises all other processes with |
---|
| 261 | !-- process 0 of the root model. Without synchronisation, they would not |
---|
| 262 | !-- behave in the correct way (e.g. they would not return in case of a |
---|
| 263 | !-- missing NAMELIST). |
---|
[1900] | 264 | CALL MPI_BCAST( pmc_status, 1, MPI_INTEGER, 0, MPI_COMM_WORLD, istat ) |
---|
[1762] | 265 | |
---|
[1900] | 266 | IF ( pmc_status == pmc_no_namelist_found ) THEN |
---|
[1764] | 267 | ! |
---|
[1900] | 268 | !-- Not a nested run; return the MPI_WORLD communicator |
---|
| 269 | comm = MPI_COMM_WORLD |
---|
| 270 | RETURN |
---|
[1762] | 271 | |
---|
[1900] | 272 | ELSEIF ( pmc_status == pmc_namelist_error ) THEN |
---|
[1764] | 273 | ! |
---|
[1900] | 274 | !-- Only the root model gives the error message. Others are aborted by the |
---|
| 275 | !-- message-routine with MPI_ABORT. Must be done this way since myid and |
---|
| 276 | !-- comm2d have not yet been assigned at this point. |
---|
| 277 | IF ( m_world_rank == 0 ) THEN |
---|
[2932] | 278 | message_string = 'errors in \$nesting_parameters' |
---|
[1900] | 279 | CALL message( 'pmc_init_model', 'PA0223', 3, 2, 0, 6, 0 ) |
---|
| 280 | ENDIF |
---|
[1762] | 281 | |
---|
[1900] | 282 | ENDIF |
---|
[1762] | 283 | |
---|
[2599] | 284 | CALL MPI_BCAST( m_ncpl, 1, MPI_INTEGER, 0, MPI_COMM_WORLD, istat ) |
---|
| 285 | CALL MPI_BCAST( start_pe, m_ncpl+1, MPI_INTEGER, 0, MPI_COMM_WORLD, istat ) |
---|
[1764] | 286 | ! |
---|
[1900] | 287 | !-- Broadcast coupling layout |
---|
| 288 | DO i = 1, m_ncpl |
---|
[1933] | 289 | CALL MPI_BCAST( m_couplers(i)%name, LEN( m_couplers(i)%name ), & |
---|
[1900] | 290 | MPI_CHARACTER, 0, MPI_COMM_WORLD, istat ) |
---|
[1933] | 291 | CALL MPI_BCAST( m_couplers(i)%id, 1, MPI_INTEGER, 0, & |
---|
[1900] | 292 | MPI_COMM_WORLD, istat ) |
---|
[1933] | 293 | CALL MPI_BCAST( m_couplers(i)%Parent_id, 1, MPI_INTEGER, 0, & |
---|
[1900] | 294 | MPI_COMM_WORLD, istat ) |
---|
[1933] | 295 | CALL MPI_BCAST( m_couplers(i)%npe_total, 1, MPI_INTEGER, 0, & |
---|
[1900] | 296 | MPI_COMM_WORLD, istat ) |
---|
[1933] | 297 | CALL MPI_BCAST( m_couplers(i)%lower_left_x, 1, MPI_REAL, 0, & |
---|
[1900] | 298 | MPI_COMM_WORLD, istat ) |
---|
[1933] | 299 | CALL MPI_BCAST( m_couplers(i)%lower_left_y, 1, MPI_REAL, 0, & |
---|
[1900] | 300 | MPI_COMM_WORLD, istat ) |
---|
| 301 | ENDDO |
---|
[1933] | 302 | CALL MPI_BCAST( nesting_mode, LEN( nesting_mode ), MPI_CHARACTER, 0, & |
---|
[1900] | 303 | MPI_COMM_WORLD, istat ) |
---|
[1933] | 304 | CALL MPI_BCAST( nesting_datatransfer_mode, LEN(nesting_datatransfer_mode), & |
---|
[1900] | 305 | MPI_CHARACTER, 0, MPI_COMM_WORLD, istat ) |
---|
[1764] | 306 | ! |
---|
[1900] | 307 | !-- Assign global MPI processes to individual models by setting the couple id |
---|
| 308 | DO i = 1, m_ncpl |
---|
[1933] | 309 | IF ( m_world_rank >= start_pe(i) .AND. m_world_rank < start_pe(i+1) ) & |
---|
[1900] | 310 | THEN |
---|
| 311 | m_my_cpl_id = i |
---|
| 312 | EXIT |
---|
| 313 | ENDIF |
---|
| 314 | ENDDO |
---|
| 315 | m_my_cpl_rank = m_world_rank - start_pe(i) |
---|
[1764] | 316 | ! |
---|
[1900] | 317 | !-- MPI_COMM_WORLD is the communicator for ALL models (MPI-1 approach). |
---|
| 318 | !-- The communictors for the individual models as created by MPI_COMM_SPLIT. |
---|
| 319 | !-- The color of the model is represented by the coupler id |
---|
[1933] | 320 | CALL MPI_COMM_SPLIT( MPI_COMM_WORLD, m_my_cpl_id, m_my_cpl_rank, comm, & |
---|
[1900] | 321 | istat ) |
---|
[1764] | 322 | ! |
---|
[2599] | 323 | !-- Get size and rank of the model running on this process |
---|
[1900] | 324 | CALL MPI_COMM_RANK( comm, m_model_rank, istat ) |
---|
| 325 | CALL MPI_COMM_SIZE( comm, m_model_npes, istat ) |
---|
[1764] | 326 | ! |
---|
[2599] | 327 | !-- Broadcast (from process 0) the parent id and id of every model |
---|
[1900] | 328 | DO i = 1, m_ncpl |
---|
[1933] | 329 | CALL MPI_BCAST( m_couplers(i)%parent_id, 1, MPI_INTEGER, 0, & |
---|
[1900] | 330 | MPI_COMM_WORLD, istat ) |
---|
[1933] | 331 | CALL MPI_BCAST( m_couplers(i)%id, 1, MPI_INTEGER, 0, & |
---|
[1900] | 332 | MPI_COMM_WORLD, istat ) |
---|
| 333 | ENDDO |
---|
[1764] | 334 | ! |
---|
[1900] | 335 | !-- Save the current model communicator for pmc internal use |
---|
| 336 | m_model_comm = comm |
---|
[1762] | 337 | |
---|
[1764] | 338 | ! |
---|
[2599] | 339 | !-- Create intercommunicator between the parent and children. |
---|
[1900] | 340 | !-- MPI_INTERCOMM_CREATE creates an intercommunicator between 2 groups of |
---|
| 341 | !-- different colors. |
---|
[2599] | 342 | !-- The grouping was done above with MPI_COMM_SPLIT. |
---|
| 343 | !-- A duplicate of MPI_COMM_WORLD is created and used as peer communicator |
---|
| 344 | !-- (peer_comm) for MPI_INTERCOMM_CREATE. |
---|
| 345 | CALL MPI_COMM_DUP( MPI_COMM_WORLD, peer_comm, ierr ) |
---|
[1900] | 346 | DO i = 2, m_ncpl |
---|
| 347 | IF ( m_couplers(i)%parent_id == m_my_cpl_id ) THEN |
---|
[1764] | 348 | ! |
---|
[2599] | 349 | !-- Identify all children models of the current model and create |
---|
| 350 | !-- inter-communicators to connect between the current model and its |
---|
| 351 | !-- children models. |
---|
[1900] | 352 | tag = 500 + i |
---|
[2599] | 353 | CALL MPI_INTERCOMM_CREATE( comm, 0, peer_comm, start_pe(i), & |
---|
[1933] | 354 | tag, m_to_child_comm(i), istat) |
---|
| 355 | childcount = childcount + 1 |
---|
| 356 | activeparent(i) = 1 |
---|
[1900] | 357 | ELSEIF ( i == m_my_cpl_id) THEN |
---|
[1764] | 358 | ! |
---|
[2599] | 359 | !-- Create an inter-communicator to connect between the current |
---|
| 360 | !-- model and its parent model. |
---|
[1900] | 361 | tag = 500 + i |
---|
[2599] | 362 | CALL MPI_INTERCOMM_CREATE( comm, 0, peer_comm, & |
---|
[1933] | 363 | start_pe(m_couplers(i)%parent_id), & |
---|
| 364 | tag, m_to_parent_comm, istat ) |
---|
[1900] | 365 | ENDIF |
---|
| 366 | ENDDO |
---|
[1764] | 367 | ! |
---|
[2599] | 368 | !-- If I am a parent, count the number of children I have. |
---|
[1933] | 369 | !-- Although this loop is symmetric on all processes, the "activeparent" flag |
---|
[2599] | 370 | !-- is true (==1) on the respective individual process only. |
---|
[1933] | 371 | ALLOCATE( pmc_parent_for_child(childcount+1) ) |
---|
[1762] | 372 | |
---|
[1933] | 373 | childcount = 0 |
---|
[1900] | 374 | DO i = 2, m_ncpl |
---|
[1933] | 375 | IF ( activeparent(i) == 1 ) THEN |
---|
| 376 | childcount = childcount + 1 |
---|
| 377 | pmc_parent_for_child(childcount) = i |
---|
[1900] | 378 | ENDIF |
---|
| 379 | ENDDO |
---|
[1764] | 380 | ! |
---|
[1933] | 381 | !-- Get the size of the parent model |
---|
[1900] | 382 | IF ( m_my_cpl_id > 1 ) THEN |
---|
[1933] | 383 | CALL MPI_COMM_REMOTE_SIZE( m_to_parent_comm, m_parent_remote_size, & |
---|
[2599] | 384 | istat ) |
---|
[1900] | 385 | ELSE |
---|
[1764] | 386 | ! |
---|
[1933] | 387 | !-- The root model does not have a parent |
---|
| 388 | m_parent_remote_size = -1 |
---|
[1900] | 389 | ENDIF |
---|
[1764] | 390 | ! |
---|
[2599] | 391 | !-- Set myid to non-zero value except for the root domain. This is a setting |
---|
[1900] | 392 | !-- for the message routine which is called at the end of pmci_init. That |
---|
| 393 | !-- routine outputs messages for myid = 0, only. However, myid has not been |
---|
[2599] | 394 | !-- assigened so far, so that all processes of the root model would output a |
---|
| 395 | !-- message. To avoid this, set myid to some other value except for process 0 |
---|
| 396 | !-- of the root domain. |
---|
[1900] | 397 | IF ( m_world_rank /= 0 ) myid = 1 |
---|
[1762] | 398 | |
---|
[1900] | 399 | END SUBROUTINE PMC_init_model |
---|
[1762] | 400 | |
---|
| 401 | |
---|
[1900] | 402 | |
---|
[1933] | 403 | SUBROUTINE pmc_get_model_info( comm_world_nesting, cpl_id, cpl_name, & |
---|
| 404 | cpl_parent_id, lower_left_x, lower_left_y, & |
---|
[1900] | 405 | ncpl, npe_total, request_for_cpl_id ) |
---|
[1764] | 406 | ! |
---|
[1791] | 407 | !-- Provide module private variables of the pmc for PALM |
---|
[1762] | 408 | |
---|
[1900] | 409 | USE kinds |
---|
[1762] | 410 | |
---|
[1900] | 411 | IMPLICIT NONE |
---|
[1762] | 412 | |
---|
[1933] | 413 | CHARACTER(LEN=*), INTENT(OUT), OPTIONAL :: cpl_name !< |
---|
[1762] | 414 | |
---|
[1933] | 415 | INTEGER, INTENT(IN), OPTIONAL :: request_for_cpl_id !< |
---|
[1762] | 416 | |
---|
[1900] | 417 | INTEGER, INTENT(OUT), OPTIONAL :: comm_world_nesting !< |
---|
| 418 | INTEGER, INTENT(OUT), OPTIONAL :: cpl_id !< |
---|
| 419 | INTEGER, INTENT(OUT), OPTIONAL :: cpl_parent_id !< |
---|
| 420 | INTEGER, INTENT(OUT), OPTIONAL :: ncpl !< |
---|
| 421 | INTEGER, INTENT(OUT), OPTIONAL :: npe_total !< |
---|
[1762] | 422 | |
---|
[2599] | 423 | INTEGER :: requested_cpl_id !< |
---|
[1764] | 424 | |
---|
[2599] | 425 | REAL(wp), INTENT(OUT), OPTIONAL :: lower_left_x !< |
---|
| 426 | REAL(wp), INTENT(OUT), OPTIONAL :: lower_left_y !< |
---|
[1764] | 427 | |
---|
[1791] | 428 | ! |
---|
[1900] | 429 | !-- Set the requested coupler id |
---|
| 430 | IF ( PRESENT( request_for_cpl_id ) ) THEN |
---|
| 431 | requested_cpl_id = request_for_cpl_id |
---|
[1791] | 432 | ! |
---|
[1900] | 433 | !-- Check for allowed range of values |
---|
| 434 | IF ( requested_cpl_id < 1 .OR. requested_cpl_id > m_ncpl ) RETURN |
---|
| 435 | ELSE |
---|
| 436 | requested_cpl_id = m_my_cpl_id |
---|
| 437 | ENDIF |
---|
[1791] | 438 | ! |
---|
[1900] | 439 | !-- Return the requested information |
---|
| 440 | IF ( PRESENT( comm_world_nesting ) ) THEN |
---|
| 441 | comm_world_nesting = m_world_comm |
---|
| 442 | ENDIF |
---|
| 443 | IF ( PRESENT( cpl_id ) ) THEN |
---|
| 444 | cpl_id = requested_cpl_id |
---|
| 445 | ENDIF |
---|
| 446 | IF ( PRESENT( cpl_parent_id ) ) THEN |
---|
| 447 | cpl_parent_id = m_couplers(requested_cpl_id)%parent_id |
---|
| 448 | ENDIF |
---|
| 449 | IF ( PRESENT( cpl_name ) ) THEN |
---|
| 450 | cpl_name = m_couplers(requested_cpl_id)%name |
---|
| 451 | ENDIF |
---|
| 452 | IF ( PRESENT( ncpl ) ) THEN |
---|
| 453 | ncpl = m_ncpl |
---|
| 454 | ENDIF |
---|
| 455 | IF ( PRESENT( npe_total ) ) THEN |
---|
| 456 | npe_total = m_couplers(requested_cpl_id)%npe_total |
---|
| 457 | ENDIF |
---|
| 458 | IF ( PRESENT( lower_left_x ) ) THEN |
---|
| 459 | lower_left_x = m_couplers(requested_cpl_id)%lower_left_x |
---|
| 460 | ENDIF |
---|
| 461 | IF ( PRESENT( lower_left_y ) ) THEN |
---|
| 462 | lower_left_y = m_couplers(requested_cpl_id)%lower_left_y |
---|
| 463 | ENDIF |
---|
[1791] | 464 | |
---|
[1900] | 465 | END SUBROUTINE pmc_get_model_info |
---|
[1791] | 466 | |
---|
| 467 | |
---|
| 468 | |
---|
[1900] | 469 | LOGICAL function pmc_is_rootmodel( ) |
---|
[1764] | 470 | |
---|
[1900] | 471 | IMPLICIT NONE |
---|
[1764] | 472 | |
---|
[1900] | 473 | pmc_is_rootmodel = ( m_my_cpl_id == 1 ) |
---|
[1764] | 474 | |
---|
[1900] | 475 | END FUNCTION pmc_is_rootmodel |
---|
[1764] | 476 | |
---|
| 477 | |
---|
| 478 | |
---|
[1933] | 479 | SUBROUTINE read_coupling_layout( nesting_datatransfer_mode, nesting_mode, & |
---|
[3819] | 480 | anterpolation_buffer_width, pmc_status ) |
---|
[1762] | 481 | |
---|
[1764] | 482 | IMPLICIT NONE |
---|
[1762] | 483 | |
---|
[1933] | 484 | CHARACTER(LEN=8), INTENT(INOUT) :: nesting_mode |
---|
[1797] | 485 | CHARACTER(LEN=7), INTENT(INOUT) :: nesting_datatransfer_mode |
---|
[3819] | 486 | |
---|
| 487 | INTEGER, INTENT(INOUT) :: anterpolation_buffer_width !< Boundary buffer width for anterpolation |
---|
[1933] | 488 | INTEGER(iwp), INTENT(INOUT) :: pmc_status |
---|
| 489 | INTEGER(iwp) :: bad_llcorner |
---|
| 490 | INTEGER(iwp) :: i |
---|
| 491 | INTEGER(iwp) :: istat |
---|
[1764] | 492 | |
---|
[1900] | 493 | TYPE(pmc_layout), DIMENSION(pmc_max_models) :: domain_layouts |
---|
[1764] | 494 | |
---|
[2932] | 495 | NAMELIST /nesting_parameters/ domain_layouts, nesting_datatransfer_mode, & |
---|
[3819] | 496 | nesting_mode, anterpolation_buffer_width |
---|
[2932] | 497 | |
---|
[1764] | 498 | ! |
---|
| 499 | !-- Initialize some coupling variables |
---|
[1900] | 500 | domain_layouts(1:pmc_max_models)%id = -1 |
---|
[1791] | 501 | m_ncpl = 0 |
---|
[1762] | 502 | |
---|
[1764] | 503 | pmc_status = pmc_status_ok |
---|
| 504 | ! |
---|
| 505 | !-- Open the NAMELIST-file and read the nesting layout |
---|
| 506 | CALL check_open( 11 ) |
---|
[2932] | 507 | READ ( 11, nesting_parameters, IOSTAT=istat ) |
---|
[2279] | 508 | ! |
---|
[2599] | 509 | !-- Set filepointer to the beginning of the file. Otherwise process 0 will later |
---|
[2279] | 510 | !-- be unable to read the inipar-NAMELIST |
---|
| 511 | REWIND ( 11 ) |
---|
[1764] | 512 | |
---|
| 513 | IF ( istat < 0 ) THEN |
---|
| 514 | ! |
---|
[2932] | 515 | !-- No nesting_parameters-NAMELIST found |
---|
[1764] | 516 | pmc_status = pmc_no_namelist_found |
---|
[1762] | 517 | RETURN |
---|
[1764] | 518 | ELSEIF ( istat > 0 ) THEN |
---|
| 519 | ! |
---|
[2932] | 520 | !-- Errors in reading nesting_parameters-NAMELIST |
---|
[1764] | 521 | pmc_status = pmc_namelist_error |
---|
| 522 | RETURN |
---|
| 523 | ENDIF |
---|
| 524 | ! |
---|
| 525 | !-- Output location message |
---|
| 526 | CALL location_message( 'initialize communicators for nesting', .FALSE. ) |
---|
| 527 | ! |
---|
[2599] | 528 | !-- Assign the layout to the corresponding internally used variable m_couplers |
---|
[1764] | 529 | m_couplers = domain_layouts |
---|
| 530 | ! |
---|
[2932] | 531 | !-- Get the number of nested models given in the nesting_parameters-NAMELIST |
---|
[1900] | 532 | DO i = 1, pmc_max_models |
---|
[1764] | 533 | ! |
---|
[1791] | 534 | !-- When id=-1 is found for the first time, the list of domains is finished |
---|
[2599] | 535 | IF ( m_couplers(i)%id == -1 .OR. i == pmc_max_models ) THEN |
---|
[1791] | 536 | IF ( m_couplers(i)%id == -1 ) THEN |
---|
| 537 | m_ncpl = i - 1 |
---|
| 538 | EXIT |
---|
| 539 | ELSE |
---|
[1900] | 540 | m_ncpl = pmc_max_models |
---|
[1791] | 541 | ENDIF |
---|
[1764] | 542 | ENDIF |
---|
| 543 | ENDDO |
---|
[1933] | 544 | ! |
---|
| 545 | !-- Make sure that all domains have equal lower left corner in case of vertical |
---|
| 546 | !-- nesting |
---|
| 547 | IF ( nesting_mode == 'vertical' ) THEN |
---|
| 548 | bad_llcorner = 0 |
---|
| 549 | DO i = 1, m_ncpl |
---|
| 550 | IF ( domain_layouts(i)%lower_left_x /= 0.0_wp .OR. & |
---|
| 551 | domain_layouts(i)%lower_left_y /= 0.0_wp ) THEN |
---|
| 552 | bad_llcorner = bad_llcorner + 1 |
---|
| 553 | domain_layouts(i)%lower_left_x = 0.0_wp |
---|
| 554 | domain_layouts(i)%lower_left_y = 0.0_wp |
---|
| 555 | ENDIF |
---|
| 556 | ENDDO |
---|
| 557 | IF ( bad_llcorner /= 0) THEN |
---|
[2271] | 558 | WRITE ( message_string, *) 'at least one dimension of lower ', & |
---|
[2514] | 559 | 'left corner of one domain is not 0. ', & |
---|
[2271] | 560 | 'All lower left corners were set to (0, 0)' |
---|
[1933] | 561 | CALL message( 'read_coupling_layout', 'PA0427', 0, 0, 0, 6, 0 ) |
---|
| 562 | ENDIF |
---|
| 563 | ENDIF |
---|
| 564 | |
---|
[1764] | 565 | END SUBROUTINE read_coupling_layout |
---|
| 566 | |
---|
| 567 | #endif |
---|
| 568 | END MODULE pmc_handle_communicator |
---|