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 12586 for NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2020-03-23T13:14:40+01:00 (4 years ago)
Author:
francesca
Message:

Add extra-halo support (jperio 3,4) - ticket #2366

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/src/OCE/nemogcm.F90

    r12489 r12586  
    8686   USE lib_mpp        ! distributed memory computing 
    8787   USE mppini         ! shared/distributed memory setting (mpp_init routine) 
    88    USE lbcnfd  , ONLY : isendto, nsndto, nfsloop, nfeloop   ! Setup of north fold exchanges  
     88   USE lbcnfd  , ONLY : isendto, nsndto  ! Setup of north fold exchanges  
    8989   USE lib_fortran    ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined) 
    9090#if defined key_iomput 
     
    9494   USE agrif_all_update   ! Master Agrif update 
    9595#endif 
     96   USE halo_mng 
    9697 
    9798   IMPLICIT NONE 
     
    276277      ! 
    277278      cxios_context = 'nemo' 
     279      nn_hls = 1 
    278280      ! 
    279281      !                             !-------------------------------------------------! 
     
    402404      CALL mpp_init 
    403405 
     406      CALL halo_mng_init() 
    404407      ! Now we know the dimensions of the grid and numout has been set: we can allocate arrays 
    405408      CALL nemo_alloc() 
Note: See TracChangeset for help on using the changeset viewer.