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 11719 for NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/src/OCE/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2019-10-18T12:52:29+02:00 (5 years ago)
Author:
francesca
Message:

add extra halo support- ticket #2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/src/OCE/nemogcm.F90

    r11692 r11719  
    8585   USE lib_mpp        ! distributed memory computing 
    8686   USE mppini         ! shared/distributed memory setting (mpp_init routine) 
    87    USE lbcnfd  , ONLY : isendto, nsndto, nfsloop, nfeloop   ! Setup of north fold exchanges  
     87   USE lbcnfd  , ONLY : isendto, nsndto   ! Setup of north fold exchanges  
    8888   USE lib_fortran    ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined) 
    8989#if defined key_iomput 
     
    9393   USE agrif_all_update   ! Master Agrif update 
    9494#endif 
     95   USE halo_mng 
    9596 
    9697   IMPLICIT NONE 
     
    270271      ! 
    271272      cxios_context = 'nemo' 
     273      nn_hls = 1 
    272274      ! 
    273275      !                             !-------------------------------------------------! 
     
    395397      CALL mpp_init 
    396398 
     399      CALL halo_mng_init() 
    397400      ! Now we know the dimensions of the grid and numout has been set: we can allocate arrays 
    398401      CALL nemo_alloc() 
Note: See TracChangeset for help on using the changeset viewer.