Changeset 2781 for LMDZ5/trunk


Ignore:
Timestamp:
Jan 26, 2017, 10:00:52 PM (7 years ago)
Author:
oboucher
Message:

Removing the PRINTs that came from svn merging...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90

    r2780 r2781  
    19181918#ifndef CPP_IOIPSL_NO_OUTPUT
    19191919          DO iff=1,nfiles
    1920              PRINT *,'IFF=', iff
    19211920             IF (clef_files(iff)) THEN
    1922                 PRINT *,'IFF=', iff, clef_files(iff)
    19231921                CALL histend(nid_files(iff))
    19241922                ndex2d = 0
     
    19261924             ENDIF ! clef_files
    19271925          ENDDO !  iff
    1928           PRINT *,'IFF fin boucle'
    19291926#endif
    19301927#ifdef CPP_XIOS
    19311928          !On finalise l'initialisation:
    1932           PRINT *,'avt wxios'
    19331929          CALL wxios_closedef()
    1934           PRINT *,'apres wxios'
    19351930#endif
    19361931          !$OMP END MASTER
     
    19411936
    19421937    ENDDO
    1943     PRINT *,'fin call histend'
    19441938
    19451939    IF (vars_defined) THEN
     
    19481942       !$OMP MASTER
    19491943       DO iff=1,nfiles
    1950                 PRINT *,'IFF sync=', iff, clef_files(iff)
    19511944          IF (ok_sync .AND. clef_files(iff)) THEN
    19521945             CALL histsync(nid_files(iff))
     
    19561949#endif
    19571950    ENDIF
    1958     PRINT *,'fin phys_output_write'
    19591951
    19601952  END SUBROUTINE phys_output_write
Note: See TracChangeset for help on using the changeset viewer.