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 6226 – NEMO

Changeset 6226


Ignore:
Timestamp:
2016-01-08T13:04:47+01:00 (8 years ago)
Author:
jpalmier
Message:

JPALM -- 08-01-2016 -- debugg

File:
1 edited

Legend:

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

    r6223 r6226  
    652652 
    653653 
    654    SUBROUTINE trc_rst_dia_stat 
     654   SUBROUTINE trc_rst_dia_stat( dgtr, names) 
    655655      !!---------------------------------------------------------------------- 
    656656      !!                    ***  trc_rst_dia_stat  *** 
     
    658658      !! ** purpose  :   Compute tracers statistics 
    659659      !!---------------------------------------------------------------------- 
    660       REAL(wp), DIMENSION(jpi,jpj) , INTENT(in) ::   dgtr      ! ocean time-step 
    661       CHARACTER(len=*)             , INTENT(in) ::   names       ! "READ"/"WRITE" flag 
     660      REAL(wp), DIMENSION(jpi,jpj) , INTENT(in) ::   dgtr      ! 2D diag var 
     661      CHARACTER(len=*)             , INTENT(in) ::   names     ! 2D diag name 
    662662      !!--------------------------------------------------------------------- 
    663663      INTEGER  :: jk, jn 
Note: See TracChangeset for help on using the changeset viewer.