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 14189 for NEMO/trunk/src/OCE/TRA/trabbl.F90 – NEMO

Ignore:
Timestamp:
2020-12-16T12:14:34+01:00 (4 years ago)
Author:
hadcv
Message:

#2365: Remove comments from initial merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/TRA/trabbl.F90

    r14072 r14189  
    141141         IF( ntile == 0 .OR. ntile == nijtile ) THEN                       ! Do only on the last tile 
    142142            ! lateral boundary conditions ; just need for outputs 
    143             ! NOTE: [tiling-comms-merge] The diagnostic results change along the north fold if this is removed 
    144143            CALL lbc_lnk_multi( 'trabbl', utr_bbl, 'U', 1.0_wp , vtr_bbl, 'V', 1.0_wp ) 
    145144            CALL iom_put( "uoce_bbl", utr_bbl )  ! bbl i-transport 
     
    249248      DO jn = 1, kjpt                                            ! tracer loop 
    250249         !                                                       ! =========== 
    251          ! NOTE: [tiling-comms-merge] Bug fix- correct order of indices 
    252250         DO_2D( isj, 0, isi, 0 )            ! CAUTION start from i=1 to update i=2 when cyclic east-west 
    253251            IF( utr_bbl(ji,jj) /= 0.e0 ) THEN            ! non-zero i-direction bbl advection 
Note: See TracChangeset for help on using the changeset viewer.