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 8588 for branches/2015 – NEMO

Changeset 8588 for branches/2015


Ignore:
Timestamp:
2017-10-04T09:58:01+02:00 (7 years ago)
Author:
francesca
Message:

fix ticket #1826 in nemo_v3_6_STABLE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/OPA_SRC/DIA/diaprod.F90

    r7494 r8588  
    238238   !!   Default option :                                         NO diaprod 
    239239   !!---------------------------------------------------------------------- 
     240   USE in_out_manager  ! I/O manager 
    240241   LOGICAL, PUBLIC, PARAMETER :: lk_diaprod = .FALSE.   ! coupled flag 
    241242CONTAINS 
    242243   SUBROUTINE dia_prod( kt )   ! Empty routine 
    243244      INTEGER ::   kt 
    244       WRITE(*,*) 'dia_prod: You should not have seen this print! error?', kt 
     245      IF( kt == nit000 .AND. lwp ) & 
     246         WRITE(*,*) 'dia_prod: You should not have seen this print! error?', kt 
    245247   END SUBROUTINE dia_prod 
    246248#endif 
Note: See TracChangeset for help on using the changeset viewer.