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 6639 for branches/UKMO/dev_r5518_RH_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/trcsms.F90 – NEMO

Ignore:
Timestamp:
2016-05-27T14:58:40+02:00 (8 years ago)
Author:
frrh
Message:

Merge NERC/dev_r5518_NOC_MEDUSA_Stable rev 5736 to 6509 inclusive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_RH_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/trcsms.F90

    r6637 r6639  
    4545      INTEGER, INTENT( in ) ::   kt      ! ocean time-step index       
    4646      !! 
     47      INTEGER            ::  jn 
    4748      CHARACTER (len=25) :: charout 
    4849      !!--------------------------------------------------------------------- 
     
    5253      IF( lk_pisces  )   CALL trc_sms_pisces ( kt )    ! main program of PISCES  
    5354      IF( lk_medusa  )   CALL trc_sms_medusa ( kt )    ! MEDUSA  tracers 
     55# if defined key_debug_medusa 
     56         IF(lwp) WRITE(numout,*) '--trcsms : MEDUSA OK --  next IDTRA -- ' 
     57      CALL flush(numout) 
     58# endif 
    5459      IF( lk_idtra   )   CALL trc_sms_idtra  ( kt )    ! radioactive decay of Id. tracer 
     60# if defined key_debug_medusa 
     61         IF(lwp) WRITE(numout,*) '--trcsms : IDTRA OK --  next CFC -- ' 
     62      CALL flush(numout) 
     63# endif 
    5564      IF( lk_cfc     )   CALL trc_sms_cfc    ( kt )    ! surface fluxes of CFC 
     65# if defined key_debug_medusa 
     66         IF(lwp) WRITE(numout,*) '--trcsms : CFC OK --  continue -- ' 
     67      CALL flush(numout) 
     68# endif 
    5669      IF( lk_c14b    )   CALL trc_sms_c14b   ( kt )    ! surface fluxes of C14 
    5770      IF( lk_my_trc  )   CALL trc_sms_my_trc ( kt )    ! MY_TRC  tracers 
Note: See TracChangeset for help on using the changeset viewer.