Changeset 2781
- Timestamp:
- Jan 26, 2017, 10:00:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90
r2780 r2781 1918 1918 #ifndef CPP_IOIPSL_NO_OUTPUT 1919 1919 DO iff=1,nfiles 1920 PRINT *,'IFF=', iff1921 1920 IF (clef_files(iff)) THEN 1922 PRINT *,'IFF=', iff, clef_files(iff)1923 1921 CALL histend(nid_files(iff)) 1924 1922 ndex2d = 0 … … 1926 1924 ENDIF ! clef_files 1927 1925 ENDDO ! iff 1928 PRINT *,'IFF fin boucle'1929 1926 #endif 1930 1927 #ifdef CPP_XIOS 1931 1928 !On finalise l'initialisation: 1932 PRINT *,'avt wxios'1933 1929 CALL wxios_closedef() 1934 PRINT *,'apres wxios'1935 1930 #endif 1936 1931 !$OMP END MASTER … … 1941 1936 1942 1937 ENDDO 1943 PRINT *,'fin call histend'1944 1938 1945 1939 IF (vars_defined) THEN … … 1948 1942 !$OMP MASTER 1949 1943 DO iff=1,nfiles 1950 PRINT *,'IFF sync=', iff, clef_files(iff)1951 1944 IF (ok_sync .AND. clef_files(iff)) THEN 1952 1945 CALL histsync(nid_files(iff)) … … 1956 1949 #endif 1957 1950 ENDIF 1958 PRINT *,'fin phys_output_write'1959 1951 1960 1952 END SUBROUTINE phys_output_write
Note: See TracChangeset
for help on using the changeset viewer.