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 9502 for branches/UKMO/dev_r5518_fix_diag_bitcomp/NEMOGCM/NEMO/TOP_SRC/TRP/trdtrc.F90 – NEMO

Ignore:
Timestamp:
2018-04-25T10:24:20+02:00 (6 years ago)
Author:
frrh
Message:

Ensure numerous diagnostics are bit comparable ond different PE
decompositions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_fix_diag_bitcomp/NEMOGCM/NEMO/TOP_SRC/TRP/trdtrc.F90

    r9163 r9502  
    1919   USE trdmxl_trc        ! Mixed layer trends diag. 
    2020   USE iom               ! I/O library 
     21   USE lbclnk,            ONLY: lbc_lnk 
    2122# if defined key_debug_medusa 
    2223   USE trcstat,          ONLY: trc_rst_dia_stat      
     
    192193         CALL trc_rst_dia_stat( ptrtrd(:,:,1), cltra) 
    193194# endif 
     195         CALL lbc_lnk( ptrtrd(:,:,:), 'T', 1.0 ) 
    194196         CALL iom_put( cltra,  ptrtrd(:,:,:) ) 
    195197# if defined key_debug_medusa 
Note: See TracChangeset for help on using the changeset viewer.