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 8314 for branches/2017/dev_r8126_ROBUST08_no_ghost/NEMOGCM/NEMO/OFF_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2017-07-11T13:02:28+02:00 (7 years ago)
Author:
acc
Message:

Branch 2017/dev_r8126_ROBUST08_no_ghost. Merge in changes from branches/2017/dev_r8126_ROBUST10_MPPINI to combine mppini and mppini_2 functionalities into a single routine. SETTE-like test performed with ORCA2LIMPISCES using an 8x8 partition with 60 processors to confirm consistency of results when using land suppression. The dev_r8126_ROBUST10_MPPINI branch will not be needed in the 2017 merge if dev_r8126_ROBUST08_no_ghost is included.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8126_ROBUST08_no_ghost/NEMOGCM/NEMO/OFF_SRC/nemogcm.F90

    r7761 r8314  
    6666 
    6767   !!---------------------------------------------------------------------- 
    68    !! NEMO/OFF 3.3 , NEMO Consortium (2010) 
     68   !! NEMO/OPA 3.7 , NEMO Consortium (2016) 
    6969   !! $Id$ 
    7070   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     
    286286 
    287287      !                                      ! Domain decomposition 
    288       IF( jpni*jpnj == jpnij ) THEN   ;   CALL mpp_init      ! standard cutting out 
    289       ELSE                            ;   CALL mpp_init2     ! eliminate land processors 
    290       ENDIF 
     288      CALL mpp_init 
    291289      ! 
    292290      IF( nn_timing == 1 )  CALL timing_init 
Note: See TracChangeset for help on using the changeset viewer.