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 14118 for NEMO/trunk/src/OCE/ICB/icbutl.F90 – NEMO

Ignore:
Timestamp:
2020-12-07T11:31:48+01:00 (4 years ago)
Author:
techene
Message:

#2385 bug fixes for qco

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/ICB/icbutl.F90

    r14030 r14118  
    5757   PUBLIC   icb_utl_heat          ! routine called in icbdia module 
    5858 
     59   !! * Substitutions 
     60#  include "domzgr_substitute.h90" 
    5961   !!---------------------------------------------------------------------- 
    6062   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
     
    127129            CALL lbc_lnk_icb( 'icbutl', ztmp, 'V', -1._wp, 1, 1 ) 
    128130            voce_e(:,:,jk) = ztmp(:,:) 
     131            ! 
     132            e3t_e(1:jpi,1:jpj,jk) = e3t(:,:,jk,Kmm) 
    129133         END DO 
    130          toce_e(1:jpi,1:jpj,1:jpk) = ts(:,:,:,1,Kmm) 
    131          e3t_e (1:jpi,1:jpj,1:jpk) = e3t(:,:,:,Kmm) 
     134         toce_e(1:jpi,1:jpj,:) = ts(:,:,:,1,Kmm) 
    132135      END IF 
    133136      ! 
Note: See TracChangeset for help on using the changeset viewer.