New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 15023 for NEMO/trunk/src/OCE/LBC/mppini.F90 – NEMO

Ignore:
Timestamp:
2021-06-18T16:35:25+02:00 (3 years ago)
Author:
gsamson
Message:

merge ticket2680_C1D_PAPA branch back into the trunk; see ticket #2680 for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/LBC/mppini.F90

    r14976 r15023  
    6262      !!---------------------------------------------------------------------- 
    6363      ! 
    64       nn_hls = 1 
    65       jpiglo = Ni0glo + 2 * nn_hls 
    66       jpjglo = Nj0glo + 2 * nn_hls 
    67       jpimax = jpiglo 
    68       jpjmax = jpjglo 
    69       jpi    = jpiglo 
    70       jpj    = jpjglo 
    71       jpk    = MAX( 2, jpkglo ) 
    72       jpij   = jpi*jpj 
    73       jpni   = 1 
    74       jpnj   = 1 
    75       jpnij  = jpni*jpnj 
    76       nimpp  = 1 
    77       njmpp  = 1 
    78       nidom  = FLIO_DOM_NONE 
     64      nn_comm = 1 
     65      nn_hls  = 1 
     66      jpiglo  = Ni0glo + 2 * nn_hls 
     67      jpjglo  = Nj0glo + 2 * nn_hls 
     68      jpimax  = jpiglo 
     69      jpjmax  = jpjglo 
     70      jpi     = jpiglo 
     71      jpj     = jpjglo 
     72      jpk     = MAX( 2, jpkglo ) 
     73      jpij    = jpi*jpj 
     74      jpni    = 1 
     75      jpnj    = 1 
     76      jpnij   = jpni*jpnj 
     77      nimpp   = 1 
     78      njmpp   = 1 
     79      nidom   = FLIO_DOM_NONE 
     80      ! 
     81      mpiSnei(:,:) = -1 
     82      mpiRnei(:,:) = -1 
     83      l_SelfPerio(1:2) = l_Iperio                  !  west,  east periodicity by itself 
     84      l_SelfPerio(3:4) = l_Jperio                  ! south, north periodicity by itself 
     85      l_SelfPerio(5:8) = l_Iperio .AND. l_Jperio   ! corners bi-periodicity by itself 
     86      l_IdoNFold = l_NFold                         ! is this process doing North fold? 
    7987      ! 
    8088      CALL init_doloop                       ! set start/end indices or do-loop depending on the halo width value (nn_hls) 
     
    532540      END DO 
    533541      ! 
    534       CALL init_excl_landpt      ! exclude exchanges which contain only land points 
     542      IF( jpnij > 1) CALL init_excl_landpt      ! exclude exchanges which contain only land points 
    535543      ! 
    536544      ! Save processor layout changes in ascii file 
Note: See TracChangeset for help on using the changeset viewer.