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 10251 for branches/UKMO/dev_r5518_AMM15_package/NEMOGCM/NEMO/TOP_SRC/TRP/trctrp.F90 – NEMO

Ignore:
Timestamp:
2018-10-29T15:20:26+01:00 (5 years ago)
Author:
kingr
Message:

Rolled back to r10247 - i.e., undid merge of pkg br and 3.6_stable br

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_AMM15_package/NEMOGCM/NEMO/TOP_SRC/TRP/trctrp.F90

    r10249 r10251  
    2727   USE trcsbc          ! surface boundary condition          (trc_sbc routine) 
    2828   USE zpshde          ! partial step: hor. derivative       (zps_hde routine) 
    29    USE trcbdy          ! BDY open boundaries 
    30    USE bdy_par, only: lk_bdy 
    3129 
    3230#if defined key_agrif 
     
    7068         IF( ln_trcdmp )        CALL trc_dmp( kstp )            ! internal damping trends 
    7169         IF( ln_trcdmp_clo )    CALL trc_dmp_clo( kstp )        ! internal damping trends on closed seas only 
    72          IF( lk_bdy )           CALL trc_bdy_dmp( kstp )        ! BDY damping trends 
    7370                                CALL trc_adv( kstp )            ! horizontal & vertical advection  
    7471                                CALL trc_ldf( kstp )            ! lateral mixing 
Note: See TracChangeset for help on using the changeset viewer.