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

Ignore:
Timestamp:
2017-06-25T11:27:43+02:00 (7 years ago)
Author:
jpalmier
Message:

JPALM -- split trcbio - mergeable-ish MEDUSA branch

File:
1 edited

Legend:

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

    r7766 r8213  
    9090         tra(:,:,:,:) = 0.e0 
    9191         ! 
    92 # if defined key_debug_medusa 
    93          IF(lwp) WRITE(numout,*) ' MEDUSA trc_stp begins at kt =', kt 
    94          CALL flush(numout) 
    95 # endif 
    9692                                   CALL trc_rst_opn  ( kt )       ! Open tracer restart file  
    97 # if defined key_debug_medusa 
    98                                    CALL trc_rst_stat  
    99                                    CALL trc_rst_tra_stat 
    100 # endif 
    10193         IF( lrst_trc )            CALL trc_rst_cal  ( kt, 'WRITE' )   ! calendar 
    10294         IF( lk_iomput ) THEN  ;   CALL trc_wri      ( kt )       ! output of passive tracers with iom I/O manager 
     
    111103# endif 
    112104                                   CALL trc_trp      ( kt )       ! transport of passive tracers 
    113 # if defined key_debug_medusa 
    114          IF(lwp) WRITE(numout,*) ' MEDUSA trc_stp transport complete at kt =', kt 
    115          CALL trc_rst_stat 
    116          CALL trc_rst_tra_stat 
    117          CALL flush(numout) 
    118 # endif 
    119105         IF( kt == nittrc000 ) THEN 
    120106            CALL iom_close( numrtr )       ! close input tracer restart file 
     
    125111         ! 
    126112         IF( nn_dttrc /= 1   )     CALL trc_sub_reset( kt )       ! resetting physical variables when sub-stepping 
    127 # if defined key_debug_medusa 
    128          IF(lwp) WRITE(numout,*) ' MEDUSA trc_stp ends at kt =', kt 
    129          CALL flush(numout) 
    130 # endif 
    131113         ! 
    132114      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.