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 15182 for NEMO/trunk/src/TOP/PISCES – NEMO

Ignore:
Timestamp:
2021-08-12T13:24:11+02:00 (3 years ago)
Author:
hadcv
Message:

Replace [15160] with an lbc_lnk for hmld in TOP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/PISCES/P4Z/p4zsms.F90

    r15090 r15182  
    2424   USE trdtrc          ! TOP trends variables 
    2525   USE sedmodel        ! Sediment model 
     26   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    2627   USE prtctl          ! print control for debugging 
    2728 
     
    120121      CALL p4z_che(     Kbb, Kmm       ) ! computation of chemical constants 
    121122      CALL p4z_int( kt, Kbb, Kmm       ) ! computation of various rates for biogeochemistry 
     123      ! 
     124      IF( nn_hls > 1 ) CALL lbc_lnk( 'p4zsms', hmld(:,:), 'T', 1._wp )  ! hmld defined only on first halo in zdfmxl 
    122125      ! 
    123126      DO jnt = 1, nrdttrc          ! Potential time splitting if requested 
Note: See TracChangeset for help on using the changeset viewer.