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 15015 for NEMO/branches/2021/ticket2680_C1D_PAPA/src/OCE/LBC/mppini.F90 – NEMO

Ignore:
Timestamp:
2021-06-17T19:17:25+02:00 (3 years ago)
Author:
gsamson
Message:

merge trunk into branch (#2680)

Location:
NEMO/branches/2021/ticket2680_C1D_PAPA
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/ticket2680_C1D_PAPA

    • Property svn:externals
      •  

        old new  
        99 
        1010# SETTE 
        11 ^/utils/CI/sette@14244        sette 
         11^/utils/CI/sette@HEAD        sette 
         12 
  • NEMO/branches/2021/ticket2680_C1D_PAPA/src/OCE/LBC/mppini.F90

    r14984 r15015  
    9797      ! 
    9898#if defined key_agrif 
    99     IF (.NOT.agrif_root()) THEN 
    10099      call agrif_nemo_init() 
    101     ENDIF 
    102100#endif 
    103101   END SUBROUTINE mpp_init 
     
    315313 
    316314#if defined key_agrif 
    317       IF( .NOT. Agrif_Root() ) THEN       ! AGRIF children: specific setting (cf. agrif_user.F90) 
    318315         CALL agrif_nemo_init() 
    319       ENDIF 
    320316#endif 
    321317      ! 
Note: See TracChangeset for help on using the changeset viewer.