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 9421 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/LIM_SRC_3/icedyn_adv_umx.F90 – NEMO

Ignore:
Timestamp:
2018-03-22T18:55:41+01:00 (6 years ago)
Author:
clem
Message:

cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/LIM_SRC_3/icedyn_adv_umx.F90

    r9271 r9421  
    233233         END DO 
    234234      END DO 
    235       CALL lbc_lnk( ptc(:,:) , 'T',  1. ) 
     235      CALL lbc_lnk( ptc, 'T',  1. ) 
    236236      ! 
    237237   END SUBROUTINE adv_umx 
     
    488488            END DO 
    489489         END DO 
    490          CALL lbc_lnk( pt_v(:,:) , 'V',  1. ) 
     490         CALL lbc_lnk( pt_v, 'V',  1. ) 
    491491         ! 
    492492      CASE( 3 )                                                !==  3rd order central TIM  ==! (Eq. 24) 
Note: See TracChangeset for help on using the changeset viewer.