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 13497 for NEMO/trunk/src/ICE/icedyn_rhg_evp.F90 – NEMO

Ignore:
Timestamp:
2020-09-21T14:37:46+02:00 (4 years ago)
Author:
techene
Message:

re-introduce comments that have been erased by loops transformation see #2525

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/ICE/icedyn_rhg_evp.F90

    r13472 r13497  
    370370         CALL lbc_lnk( 'icedyn_rhg_evp', zds, 'F', 1.0_wp ) 
    371371 
    372          DO_2D( 0, 1, 0, 1 ) 
     372         DO_2D( 0, 1, 0, 1 )   ! loop to jpi,jpj to avoid making a communication for zs1,zs2,zs12 ! no vector loop 
    373373 
    374374            ! shear**2 at T points (doc eq. A16) 
     
    704704      END_2D 
    705705       
    706       DO_2D( 0, 0, 0, 0 ) 
     706      DO_2D( 0, 0, 0, 0 )   ! no vector loop 
    707707          
    708708         ! tension**2 at T points 
Note: See TracChangeset for help on using the changeset viewer.