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 7544 for branches/UKMO/dev_r5518_GO6_package – NEMO

Ignore:
Timestamp:
2017-01-11T11:15:44+01:00 (7 years ago)
Author:
timgraham
Message:

Fix to prevent large number of "You should not have seen this print" messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/TRA/traldf_iso.F90

    r7179 r7544  
    331331            ztraz_T(:,:,:) = ztraz(:,:,:) 
    332332         ENDIF 
    333          IF( l_trdtra .AND. cdtype == "TRC" )   THEN      ! save the horizontal component of diffusive trends for further diagnostics 
     333         IF( l_trdtrc .AND. cdtype == "TRC" )   THEN      ! save the horizontal component of diffusive trends for further diagnostics 
    334334            CALL trd_tra( kt, cdtype, jn, jptra_iso_x, ztrax ) 
    335335            CALL trd_tra( kt, cdtype, jn, jptra_iso_y, ztray )  
Note: See TracChangeset for help on using the changeset viewer.