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 869 for trunk/NEMO/LIM_SRC_3/limthd_ent.F90 – NEMO

Ignore:
Timestamp:
2008-03-26T10:21:54+01:00 (16 years ago)
Author:
rblod
Message:

Parallelisation of LIM3. This commit seems to ensure the reproducibility mono/mpp. See ticket #77.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_3/limthd_ent.F90

    r834 r869  
    2525   USE limvar 
    2626   USE par_ice 
     27   USE lib_mpp  
    2728 
    2829   IMPLICIT NONE 
     
    308309        maxnbot0           =  MAX ( maxnbot0 , nbot0(ji) ) 
    309310      ENDDO  
     311      IF( lk_mpp ) CALL mpp_max( maxnbot0, kcom=ncomm_ice ) 
    310312 
    311313      DO jk = 1, maxnbot0 
Note: See TracChangeset for help on using the changeset viewer.