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/limistate.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/limistate.F90

    r834 r869  
    523523         DO jk = 1, nlay_s 
    524524            CALL lbc_lnk(t_s(:,:,jk,jl), 'T', 1. ) 
     525            CALL lbc_lnk(e_s(:,:,jk,jl), 'T', 1. ) 
    525526         END DO 
    526527         DO jk = 1, nlay_i 
Note: See TracChangeset for help on using the changeset viewer.