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 12537 for NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/trcsms.F90 – NEMO

Ignore:
Timestamp:
2020-03-11T16:02:54+01:00 (4 years ago)
Author:
aumont
Message:

Comments in routines have been revised and significantly augmented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/trcsms.F90

    r10068 r12537  
    2121   USE trcsms_my_trc      ! MY_TRC  tracers 
    2222   USE prtctl_trc         ! Print control for debbuging 
     23   USE trcbc  , only : trc_bc 
     24   USE bdy_oce, only : ln_bdy  
    2325 
    2426   IMPLICIT NONE 
     
    5557      IF( ln_my_trc  )   CALL trc_sms_my_trc ( kt )    ! MY_TRC  tracers 
    5658 
     59      IF( ln_bdy     )   CALL trc_bc ( kt ) 
     60 
    5761      IF(ln_ctl) THEN      ! print mean trends (used for debugging) 
    5862         WRITE(charout, FMT="('sms ')") 
Note: See TracChangeset for help on using the changeset viewer.