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/SAS/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/SAS/nemogcm.F90

    r12489 r12586  
    3737   USE lib_mpp        ! distributed memory computing 
    3838   USE mppini         ! shared/distributed memory setting (mpp_init routine) 
    39    USE lbcnfd  , ONLY : isendto, nsndto, nfsloop, nfeloop  ! Setup of north fold exchanges 
     39   USE lbcnfd  , ONLY : isendto, nsndto ! Setup of north fold exchanges 
    4040   USE lib_fortran    ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined) 
    4141#if defined key_iomput 
     
    4545   USE agrif_ice_update ! ice update 
    4646#endif 
     47   USE halo_mng 
    4748 
    4849   IMPLICIT NONE 
     
    207208      ELSE                  ;   cxios_context = 'nemo' 
    208209      ENDIF 
     210      nn_hls = 1 
    209211      ! 
    210212      !                             !-------------------------------------------------! 
     
    345347      CALL mpp_init 
    346348 
     349      CALL halo_mng_init() 
    347350      ! Now we know the dimensions of the grid and numout has been set: we can allocate arrays 
    348351      CALL nemo_alloc() 
Note: See TracChangeset for help on using the changeset viewer.