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 10288 for NEMO/branches/2018/dev_r9866_HPC_03_globcom/src/ICE/icethd_ent.F90 – NEMO

Ignore:
Timestamp:
2018-11-07T18:25:49+01:00 (5 years ago)
Author:
francesca
Message:

reduce global communications, see #2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r9866_HPC_03_globcom/src/ICE/icethd_ent.F90

    • Property svn:keywords set to Id
    r9604 r10288  
    3333   !!---------------------------------------------------------------------- 
    3434   !! NEMO/ICE 4.0 , NEMO Consortium (2018) 
    35    !! $Id: icethd_ent.F90 8420 2017-08-08 12:18:46Z clem $ 
    36    !! Software governed by the CeCILL licence     (./LICENSE) 
     35   !! $Id$ 
     36   !! Software governed by the CeCILL license (see ./LICENSE) 
    3737   !!---------------------------------------------------------------------- 
    3838CONTAINS 
     
    103103      zeh_cum1(1:npti,0:nlay_i) = 0._wp  
    104104      ! new cumulative q*h => linear interpolation 
    105       DO jk0 = 1, nlay_i+1 
     105      DO jk0 = 1, nlay_i+2 
    106106         DO jk1 = 1, nlay_i-1 
    107107            DO ji = 1, npti 
Note: See TracChangeset for help on using the changeset viewer.