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

Changeset 13092 for NEMO/branches/UKMO


Ignore:
Timestamp:
2020-06-10T16:58:06+02:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2482 remove print statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0_mirror_SI3_GPU/src/OCE/DIA/diaprod.F90

    r11476 r13092  
    264264   SUBROUTINE dia_prod( kt )   ! Empty routine 
    265265      INTEGER ::   kt 
    266       WRITE(*,*) 'dia_prod: You should not have seen this print! error?', kt 
     266      IF(lk_diaprod) WRITE(*,*) 'dia_prod: You should not have seen this print! error?', kt 
    267267   END SUBROUTINE dia_prod 
    268268#endif 
Note: See TracChangeset for help on using the changeset viewer.