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

    r11692 r11719  
    5858   USE timing         ! Timing 
    5959   USE lib_fortran    ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined) 
    60    USE lbcnfd  , ONLY : isendto, nsndto, nfsloop, nfeloop   ! Setup of north fold exchanges 
     60   USE lbcnfd  , ONLY : isendto, nsndto  ! Setup of north fold exchanges 
     61   USE halo_mng 
    6162 
    6263   IMPLICIT NONE 
     
    169170      ! 
    170171      cxios_context = 'nemo' 
     172      nn_hls = 1 
    171173      ! 
    172174      !                             !-------------------------------------------------! 
     
    282284      CALL mpp_init 
    283285 
     286      CALL halo_mng_init() 
    284287      ! Now we know the dimensions of the grid and numout has been set: we can allocate arrays 
    285288      CALL nemo_alloc() 
Note: See TracChangeset for help on using the changeset viewer.