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/trcsms.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/trcsms.F90

    r10249 r10251  
    1919   USE trcsms_c14b        ! C14b tracer  
    2020   USE trcsms_my_trc      ! MY_TRC  tracers 
    21    ! +++>>>> FABM 
    22    USE trcsms_fabm        ! FABM tracers 
    23    ! FABM <<<+++ 
    2421   USE prtctl_trc         ! Print control for debbuging 
    2522 
     
    5552      IF( lk_c14b    )   CALL trc_sms_c14b   ( kt )    ! surface fluxes of C14 
    5653      IF( lk_my_trc  )   CALL trc_sms_my_trc ( kt )    ! MY_TRC  tracers 
    57       ! +++>>> FABM 
    58       IF( lk_fabm    )   CALL trc_sms_fabm ( kt )      ! FABM tracers 
    59       ! FABM <<<+++ 
    6054 
    6155      IF(ln_ctl) THEN      ! print mean trends (used for debugging) 
     
    8175 
    8276   !!====================================================================== 
    83 END MODULE trcsms 
     77END MODULE  trcsms 
Note: See TracChangeset for help on using the changeset viewer.