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

Ignore:
Timestamp:
2017-10-25T14:46:18+02:00 (7 years ago)
Author:
jpalmier
Message:

update the branch to match last GO6 changes

File:
1 edited

Legend:

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

    r8356 r8657  
    8989         tra(:,:,:,:) = 0.e0 
    9090         ! 
    91 # if defined key_debug_medusa 
    92          IF(lwp) WRITE(numout,*) ' MEDUSA trc_stp begins at kt =', kt 
    93          CALL flush(numout) 
    94 # endif 
    9591                                   CALL trc_rst_opn  ( kt )       ! Open tracer restart file  
    96 # if defined key_debug_medusa 
    97                                    CALL trc_rst_stat  
    98                                    CALL trc_rst_tra_stat 
    99 # endif 
    10092         IF( lrst_trc )            CALL trc_rst_cal  ( kt, 'WRITE' )   ! calendar 
    10193         IF( lk_iomput ) THEN  ;   CALL trc_wri      ( kt )       ! output of passive tracers with iom I/O manager 
     
    124116         ! 
    125117         IF( nn_dttrc /= 1   )     CALL trc_sub_reset( kt )       ! resetting physical variables when sub-stepping 
    126 # if defined key_debug_medusa 
    127          IF(lwp) WRITE(numout,*) ' MEDUSA trc_stp ends at kt =', kt 
    128          CALL flush(numout) 
    129 # endif 
    130118         ! 
    131119      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.