Changeset 2780 for LMDZ5/trunk/libf/phylmd
- Timestamp:
- Jan 26, 2017, 9:58:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90
r2754 r2780 115 115 o_swsrfcs_nat, o_swsrfcf_ant, & 116 116 o_swtoacf_zero, o_swsrfcf_zero, & 117 o_topswai, o_solswai, o_ scdnc, &117 o_topswai, o_solswai, o_toplwai, o_sollwai, o_scdnc, & 118 118 o_cldncl, o_reffclws, o_reffclwc, o_stratomask,& 119 119 o_cldnvi, o_lcc, o_lcc3d, o_lcc3dcon, & … … 479 479 ! ug la boucle qui suit ne sert qu'une fois, pour l'initialisation, sinon il n'y a toujours qu'un seul passage: 480 480 DO iinit=1, iinitend 481 ! print *,'IFF iinit=', iinit, iinitend 481 482 #ifdef CPP_XIOS 482 483 !$OMP MASTER … … 1284 1285 IF (ok_aie) THEN 1285 1286 CALL histwrite_phy(o_topswai, topswai_aero*swradcorr) 1287 CALL histwrite_phy(o_toplwai, toplwai_aero*swradcorr) 1286 1288 CALL histwrite_phy(o_solswai, solswai_aero*swradcorr) 1289 CALL histwrite_phy(o_sollwai, sollwai_aero*swradcorr) 1287 1290 ENDIF 1288 1291 IF (flag_aerosol.GT.0.AND.ok_cdnc) THEN … … 1915 1918 #ifndef CPP_IOIPSL_NO_OUTPUT 1916 1919 DO iff=1,nfiles 1920 PRINT *,'IFF=', iff 1917 1921 IF (clef_files(iff)) THEN 1922 PRINT *,'IFF=', iff, clef_files(iff) 1918 1923 CALL histend(nid_files(iff)) 1919 1924 ndex2d = 0 … … 1921 1926 ENDIF ! clef_files 1922 1927 ENDDO ! iff 1928 PRINT *,'IFF fin boucle' 1923 1929 #endif 1924 1930 #ifdef CPP_XIOS 1925 1931 !On finalise l'initialisation: 1932 PRINT *,'avt wxios' 1926 1933 CALL wxios_closedef() 1934 PRINT *,'apres wxios' 1927 1935 #endif 1928 1936 !$OMP END MASTER … … 1933 1941 1934 1942 ENDDO 1943 PRINT *,'fin call histend' 1935 1944 1936 1945 IF (vars_defined) THEN … … 1939 1948 !$OMP MASTER 1940 1949 DO iff=1,nfiles 1950 PRINT *,'IFF sync=', iff, clef_files(iff) 1941 1951 IF (ok_sync .AND. clef_files(iff)) THEN 1942 1952 CALL histsync(nid_files(iff)) … … 1946 1956 #endif 1947 1957 ENDIF 1958 PRINT *,'fin phys_output_write' 1948 1959 1949 1960 END SUBROUTINE phys_output_write
Note: See TracChangeset
for help on using the changeset viewer.