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 13077 for NEMO/branches/2020/r4.0-HEAD_ticket2425/src/TOP/TRP/trctrp.F90 – NEMO

Ignore:
Timestamp:
2020-06-09T17:00:38+02:00 (4 years ago)
Author:
davestorkey
Message:

branches/2020/r4.0-HEAD_ticket2425: update to r13076 of r4.0-HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/r4.0-HEAD_ticket2425/src/TOP/TRP/trctrp.F90

    r10068 r13077  
    2424   USE trcsbc          ! surface boundary condition          (trc_sbc routine) 
    2525   USE zpshde          ! partial step: hor. derivative       (zps_hde routine) 
     26   USE trcbc           ! Tracers boundary condtions          ( trc_bc routine) 
    2627   USE bdy_oce   , ONLY: ln_bdy 
    2728   USE trcbdy          ! BDY open boundaries 
     
    6364         IF( ln_trabbl )        CALL trc_bbl    ( kt )      ! advective (and/or diffusive) bottom boundary layer scheme 
    6465         IF( ln_trcdmp )        CALL trc_dmp    ( kt )      ! internal damping trends 
     66                                CALL trc_bc     ( kt )      ! BC for BDY 
    6567         IF( ln_bdy )           CALL trc_bdy_dmp( kt )      ! BDY damping trends 
    6668                                CALL trc_adv    ( kt )      ! horizontal & vertical advection  
Note: See TracChangeset for help on using the changeset viewer.