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 15793 – NEMO

Changeset 15793


Ignore:
Timestamp:
2022-04-22T15:39:27+02:00 (2 years ago)
Author:
frrh
Message:

Remove redundant commented out calls to lbc_lnk

Location:
NEMO/branches/UKMO/NEMO_4.0.4_GC_couple_fixrest/src/OCE
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_GC_couple_fixrest/src/OCE/DOM/domvvl.F90

    r15792 r15793  
    136136      !                                ! Horizontal interpolation of e3t 
    137137 
    138       ! Ensure all e3t_b and e3t_n halos are up to date! 
    139 !      call lbc_lnk('dom_vvl_init', e3t_b, 'T', 1.0_wp) 
    140  !     call lbc_lnk('dom_vvl_init', e3t_n, 'T', 1.0_wp)  
    141138 
    142139      CALL dom_vvl_interpol( e3t_b(:,:,:), e3u_b(:,:,:), 'U' )    ! from T to U 
  • NEMO/branches/UKMO/NEMO_4.0.4_GC_couple_fixrest/src/OCE/DOM/iscplrst.F90

    r15792 r15793  
    199199         END DO 
    200200         ! 
    201  
    202         ! call lbc_lnk("iscpl_rst_interpol", e3t_n, 'T', 1.0_wp) 
    203201 
    204202         CALL dom_vvl_interpol( e3t_n(:,:,:), e3u_n(:,:,:), 'U' ) 
  • NEMO/branches/UKMO/NEMO_4.0.4_GC_couple_fixrest/src/OCE/DYN/dynnxt.F90

    r15792 r15793  
    248248            IF( ln_dynadv_vec ) THEN      ! Asselin filter applied on velocity 
    249249               ! Before filtered scale factor at (u/v)-points 
    250 !               call lbc_lnk("dynnxt", e3t_b, 'T', 1.0_wp) 
    251250 
    252251               CALL dom_vvl_interpol( e3t_b(:,:,:), e3u_b(:,:,:), 'U' ) 
  • NEMO/branches/UKMO/NEMO_4.0.4_GC_couple_fixrest/src/OCE/SBC/sbcice_cice.F90

    r15792 r15793  
    244244               ! -------------------------------------- 
    245245 
    246            !    call lbc_lnk("cice_sbc_init", e3t_b, 'T', 1.0_wp) 
    247             !   call lbc_lnk("cice_sbc_init", e3t_n, 'T', 1.0_wp) 
    248  
    249246               CALL dom_vvl_interpol( e3t_b(:,:,:), e3u_b(:,:,:), 'U' ) 
    250247               CALL dom_vvl_interpol( e3t_b(:,:,:), e3v_b(:,:,:), 'V' ) 
Note: See TracChangeset for help on using the changeset viewer.