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 11538 for NEMO/branches/2019 – NEMO

Changeset 11538 for NEMO/branches/2019


Ignore:
Timestamp:
2019-09-12T10:41:02+02:00 (5 years ago)
Author:
jchanut
Message:

#2199, enforce ln_nnogather=.FALSE. if no periodic conditions. Some issues have been encountered in VORTEX test case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10973_AGRIF-01_jchanut_small_jpi_jpj/src/OCE/LBC/mppini.F90

    r10615 r11538  
    669669      ! 
    670670      CALL mpp_init_ioipsl       ! Prepare NetCDF output file (if necessary) 
    671       ! 
    672       IF( ln_nnogather ) THEN 
     671      !       
     672      IF (( jperio >= 3 .AND. jperio <= 6 .AND. jpni > 1 ).AND.( ln_nnogather )) THEN 
    673673         CALL mpp_init_nfdcom     ! northfold neighbour lists 
    674674         IF (llwrtlay) THEN 
Note: See TracChangeset for help on using the changeset viewer.