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 15193 for NEMO/branches/2021/dev_r14318_RK3_stage1/src/OCE/stpmlf.F90 – NEMO

Ignore:
Timestamp:
2021-08-13T15:18:24+02:00 (3 years ago)
Author:
techene
Message:

#2715 comments and cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14318_RK3_stage1/src/OCE/stpmlf.F90

    r14800 r15193  
    9393      !!              -8- Outputs and diagnostics 
    9494      !!---------------------------------------------------------------------- 
    95       INTEGER ::   ji, jj, jk, jtile   ! dummy loop indice 
     95      INTEGER ::   ji, jj, jk, jn, jtile   ! dummy loop indice 
    9696      REAL(wp), ALLOCATABLE, DIMENSION(:,:,:)       ::   zgdept 
    9797      REAL(wp), TARGET     , DIMENSION(jpi,jpj,jpk) ::   zau, zav, zaw   ! advective velocity 
     
    295295         IF( ln_tile    )   CALL dom_tile( ntsi, ntsj, ntei, ntej, ktile = jtile ) 
    296296 
    297          DO_3D( 0, 0, 0, 0, 1, jpk ) 
    298             ts(ji,jj,jk,:,Nrhs) = 0._wp                                   ! set tracer trends to zero 
    299          END_3D 
     297         DO jn = 1, jpts 
     298            DO_3D( 0, 0, 0, 0, 1, jpkm1 ) 
     299               ts(ji,jj,jk,jn,Nrhs) = 0._wp                               ! set tracer trends to zero 
     300            END_3D 
     301         END DO 
    300302 
    301303         IF(  lk_asminc .AND. ln_asmiau .AND. & 
Note: See TracChangeset for help on using the changeset viewer.