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/DOM/dtatsd.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/DOM/dtatsd.F90

    r14186 r14189  
    212212         ENDIF 
    213213         ! 
    214          ! NOTE: [tiling-comms-merge] This fix was necessary to take out tra_adv lbc_lnk statements in the zps case, but did not work in the zco case 
    215214         DO_2D( nn_hls, nn_hls, nn_hls, nn_hls )                  ! vertical interpolation of T & S 
    216215            DO jk = 1, jpk                        ! determines the intepolated T-S profiles at each (i,j) points 
     
    248247         ! 
    249248         IF( ln_zps ) THEN                      ! zps-coordinate (partial steps) interpolation at the last ocean level 
    250             ! NOTE: [tiling-comms-merge] This fix was necessary to take out tra_adv lbc_lnk statements in the zps case 
    251249            DO_2D( nn_hls, nn_hls, nn_hls, nn_hls ) 
    252250               ik = mbkt(ji,jj) 
Note: See TracChangeset for help on using the changeset viewer.