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 5726 for branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/trcstp.F90 – NEMO

Ignore:
Timestamp:
2015-09-10T18:48:32+02:00 (9 years ago)
Author:
jpalmier
Message:

JPALM -- 10-09-2015 -- add MEDUSA in the branch ; adapted TOP_SRC to MEDUSA ; remove some svn keywords in the branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/trcstp.F90

    • Property svn:keywords deleted
    r5407 r5726  
    4040   !!---------------------------------------------------------------------- 
    4141   !! NEMO/TOP 3.3 , NEMO Consortium (2010) 
    42    !! $Id$  
     42   !! $Id$ 
    4343   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    4444   !!---------------------------------------------------------------------- 
     
    8787         tra(:,:,:,:) = 0.e0 
    8888         ! 
     89# if defined key_debug_medusa 
     90         IF(lwp) WRITE(numout,*) ' MEDUSA trc_stp begins at kt =', kt 
     91         CALL flush(numout) 
     92# endif 
    8993                                   CALL trc_rst_opn  ( kt )       ! Open tracer restart file  
    9094         IF( lrst_trc )            CALL trc_rst_cal  ( kt, 'WRITE' )   ! calendar 
     
    9397         ENDIF 
    9498                                   CALL trc_sms      ( kt )       ! tracers: sinks and sources 
     99# if defined key_debug_medusa 
     100         IF(lwp) WRITE(numout,*) ' MEDUSA trc_stp SMS complete at kt =', kt 
     101         CALL flush(numout) 
     102# endif 
    95103                                   CALL trc_trp      ( kt )       ! transport of passive tracers 
     104# if defined key_debug_medusa 
     105         IF(lwp) WRITE(numout,*) ' MEDUSA trc_stp transport complete at kt =', kt 
     106         CALL flush(numout) 
     107# endif 
    96108         IF( kt == nittrc000 ) THEN 
    97109            CALL iom_close( numrtr )       ! close input tracer restart file 
     
    102114         ! 
    103115         IF( nn_dttrc /= 1   )     CALL trc_sub_reset( kt )       ! resetting physical variables when sub-stepping 
     116# if defined key_debug_medusa 
     117         IF(lwp) WRITE(numout,*) ' MEDUSA trc_stp ends at kt =', kt 
     118         CALL flush(numout) 
     119# endif 
    104120         ! 
    105121      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.