Changeset 3460
- Timestamp:
- Feb 1, 2019, 3:54:47 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/physiq_mod.F90
r3457 r3460 1615 1615 #endif 1616 1616 1617 CALL phys_output_write(itap, pdtphys, paprs, pphis, & 1618 pplay, lmax_th, aerosol_couple, & 1619 ok_ade, ok_aie, ivap, iliq, isol, new_aod, ok_sync,& 1620 ptconv, read_climoz, clevSTD, & 1621 ptconvth, d_u, d_t, qx, d_qx, zmasse, & 1622 flag_aerosol, flag_aerosol_strat, ok_cdnc) 1617 ! 1618 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1619 ! Nouvelle initialisation pour le rayonnement RRTM 1620 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1621 1622 CALL iniradia(klon,klev,paprs(1,1:klev+1)) 1623 1623 1624 1624 1625 #ifdef CPP_XIOS … … 1771 1772 tave = 'ave(X)' 1772 1773 !IM cf. AM 081204 BEG 1773 write(lunout,*)'AVANT HIST IFLAG_CON=',iflag_con1774 1774 !IM cf. AM 081204 END 1775 1775 ! … … 1777 1777 ! Initialisation des sorties 1778 1778 !============================================================= 1779 1780 CALL phys_output_write(itap, pdtphys, paprs, pphis, & 1781 pplay, lmax_th, aerosol_couple, & 1782 ok_ade, ok_aie, ivap, iliq, isol, new_aod, ok_sync,& 1783 ptconv, read_climoz, clevSTD, & 1784 ptconvth, d_u, d_t, qx, d_qx, zmasse, & 1785 flag_aerosol, flag_aerosol_strat, ok_cdnc) 1779 1786 1780 1787 #ifdef CPP_XIOS … … 1861 1868 #endif 1862 1869 ENDIF 1863 !1864 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1865 ! Nouvelle initialisation pour le rayonnement RRTM1866 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1867 1868 CALL iniradia(klon,klev,paprs(1,1:klev+1))1869 1870 1870 !$omp single 1871 1871 IF (read_climoz >= 1) CALL open_climoz(ncid_climoz, press_cen_climoz, &
Note: See TracChangeset
for help on using the changeset viewer.