Ignore:
Timestamp:
02/08/12 18:07:19 (12 years ago)
Author:
cholod
Message:

Update of the trunk with the v3.4_r3300

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/NEMOGCM/NEMO/OPA_SRC/IOM/in_out_manager.F90

    r1 r7  
    135135   !!---------------------------------------------------------------------- 
    136136   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    137    !! $Id: in_out_manager.F90 3170 2011-11-22 10:49:52Z cetlod $ 
     137   !! $Id: in_out_manager.F90 3294 2012-01-28 16:44:18Z rblod $ 
    138138   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    139139   !!===================================================================== 
  • trunk/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90

    r1 r7  
    7474   !!---------------------------------------------------------------------- 
    7575   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    76    !! $Id: iom.F90 3104 2011-11-15 10:08:25Z cetlod $ 
     76   !! $Id: iom.F90 3294 2012-01-28 16:44:18Z rblod $ 
    7777   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    7878   !!---------------------------------------------------------------------- 
  • trunk/NEMOGCM/NEMO/OPA_SRC/IOM/prtctl.F90

    r1 r7  
    3333   !!---------------------------------------------------------------------- 
    3434   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    35    !! $Id: prtctl.F90 3186 2011-11-27 08:16:19Z smasson $  
     35   !! $Id: prtctl.F90 3294 2012-01-28 16:44:18Z rblod $  
    3636   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    3737   !!---------------------------------------------------------------------- 
     
    123123      IF( PRESENT(mask2)   )   zmask2  (:,:,:)      = mask2  (:,:,:) 
    124124 
    125       IF( lk_mpp ) THEN       ! processor number 
     125      IF( lk_mpp .AND. jpnij > 1 ) THEN       ! processor number 
    126126         sind = narea 
    127127         eind = narea 
    128       ELSE                    ! processors total number 
     128      ELSE                                    ! processors total number 
    129129         sind = 1 
    130130         eind = ijsplt 
     
    137137         ! Set indices for the SUM control 
    138138         IF( .NOT. lsp_area ) THEN 
    139             IF (lk_mpp )   THEN 
     139            IF (lk_mpp .AND. jpnij > 1)   THEN 
    140140               nictls = MAX( 1, nlditl(jn) - overlap ) 
    141141               nictle = nleitl(jn) + overlap * MIN( 1, nlcitl(jn) - nleitl(jn))  
     
    229229      !!---------------------------------------------------------------------- 
    230230 
    231       IF( lk_mpp ) THEN       ! processor number 
     231      IF( lk_mpp .AND. jpnij > 1 ) THEN       ! processor number 
    232232         sind = narea 
    233233         eind = narea 
    234       ELSE                    ! total number of processors 
     234      ELSE                                    ! total number of processors 
    235235         sind = 1 
    236236         eind = ijsplt 
     
    294294      ktime = 1 
    295295 
    296       IF( lk_mpp ) THEN 
     296      IF( lk_mpp .AND. jpnij > 1 ) THEN 
    297297         sind = narea 
    298298         eind = narea 
  • trunk/NEMOGCM/NEMO/OPA_SRC/IOM/restart.F90

    r1 r7  
    4040   !!---------------------------------------------------------------------- 
    4141   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    42    !! $Id: restart.F90 2977 2011-10-22 13:46:41Z cetlod $ 
     42   !! $Id: restart.F90 3294 2012-01-28 16:44:18Z rblod $ 
    4343   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    4444   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.