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

Ignore:
Timestamp:
2016-01-13T14:36:18+01:00 (8 years ago)
Author:
jpalmier
Message:

JPALM -- 13-01-2016 -- add trn and tra stat print statement

File:
1 edited

Legend:

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

    r6223 r6234  
    9494# if defined key_debug_medusa 
    9595                                   CALL trc_rst_stat  
     96                                   CALL trc_rst_tra_stat 
    9697# endif 
    9798         IF( lrst_trc )            CALL trc_rst_cal  ( kt, 'WRITE' )   ! calendar 
     
    103104         IF(lwp) WRITE(numout,*) ' MEDUSA trc_stp SMS complete at kt =', kt 
    104105         CALL trc_rst_stat 
     106         CALL trc_rst_tra_stat 
    105107         CALL flush(numout) 
    106108# endif 
     
    109111         IF(lwp) WRITE(numout,*) ' MEDUSA trc_stp transport complete at kt =', kt 
    110112         CALL trc_rst_stat 
     113         CALL trc_rst_tra_stat 
    111114         CALL flush(numout) 
    112115# endif 
Note: See TracChangeset for help on using the changeset viewer.