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

Ignore:
Timestamp:
2020-07-02T17:33:41+02:00 (4 years ago)
Author:
francesca
Message:

dev_r12558_HPC-08_epico_Extra_Halo: merge with trunk@13218, see #2366

File:
1 edited

Legend:

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

    r13176 r13229  
    103103            &           'the domain is lay out for distributed memory computing!' ) 
    104104         ! 
     105#if defined key_agrif 
     106    IF (.NOT.agrif_root()) THEN 
     107      call agrif_nemo_init() 
     108    ENDIF 
     109#endif 
    105110   END SUBROUTINE mpp_init 
    106111 
     
    341346            CALL ctl_stop( 'STOP', 'mpp_init: Agrif children requires jpjglo == nbcellsy + 2*( nbghostcells + 1 + nn_hls )' ) 
    342347         IF( ln_use_jattr )   CALL ctl_stop( 'STOP', 'mpp_init:Agrif children requires ln_use_jattr = .false. ' ) 
     348         CALL agrif_nemo_init() 
    343349      ENDIF 
    344350#endif 
Note: See TracChangeset for help on using the changeset viewer.