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

    r12377 r12586  
    5959   USE timing         ! Timing 
    6060   USE lib_fortran    ! Fortran utilities (allows no signed zero when 'key_nosignedzero' defined) 
    61    USE lbcnfd  , ONLY : isendto, nsndto, nfsloop, nfeloop   ! Setup of north fold exchanges 
     61   USE lbcnfd  , ONLY : isendto, nsndto   ! Setup of north fold exchanges 
    6262   USE step, ONLY : Nbb, Nnn, Naa, Nrhs   ! time level indices 
     63   USE halo_mng 
    6364 
    6465   IMPLICIT NONE 
     
    182183      ! 
    183184      cxios_context = 'nemo' 
     185      nn_hls = 1 
    184186      ! 
    185187      !                             !-------------------------------------------------! 
     
    296298      CALL mpp_init 
    297299 
     300      CALL halo_mng_init() 
    298301      ! Now we know the dimensions of the grid and numout has been set: we can allocate arrays 
    299302      CALL nemo_alloc() 
Note: See TracChangeset for help on using the changeset viewer.