Changeset 4070
- Timestamp:
- Jan 31, 2022, 5:41:57 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90
r4062 r4070 1826 1826 1827 1827 !--aviation & supersaturation 1828 CALL histwrite_phy(o_oclr, qclr) 1829 CALL histwrite_phy(o_ocld, qcld) 1830 CALL histwrite_phy(o_oss, qss) 1831 CALL histwrite_phy(o_ovc, qvc) 1832 CALL histwrite_phy(o_rnebclr, rnebclr) 1833 CALL histwrite_phy(o_rnebss, rnebss) 1834 CALL histwrite_phy(o_rnebseri, rneb_seri) 1835 CALL histwrite_phy(o_gammass, gamma_ss) 1836 CALL histwrite_phy(o_N1_ss, N1_ss) 1837 CALL histwrite_phy(o_N2_ss, N2_ss) 1838 CALL histwrite_phy(o_drnebsub, drneb_sub) 1839 CALL histwrite_phy(o_drnebcon, drneb_con) 1840 CALL histwrite_phy(o_drnebtur, drneb_tur) 1841 CALL histwrite_phy(o_drnebavi, drneb_avi) 1842 CALL histwrite_phy(o_qsatl, zqsatl) 1843 CALL histwrite_phy(o_qsats, zqsats) 1828 IF (ok_ice_sursat) THEN 1829 CALL histwrite_phy(o_oclr, qclr) 1830 CALL histwrite_phy(o_ocld, qcld) 1831 CALL histwrite_phy(o_oss, qss) 1832 CALL histwrite_phy(o_ovc, qvc) 1833 CALL histwrite_phy(o_rnebclr, rnebclr) 1834 CALL histwrite_phy(o_rnebss, rnebss) 1835 CALL histwrite_phy(o_rnebseri, rneb_seri) 1836 CALL histwrite_phy(o_gammass, gamma_ss) 1837 CALL histwrite_phy(o_N1_ss, N1_ss) 1838 CALL histwrite_phy(o_N2_ss, N2_ss) 1839 CALL histwrite_phy(o_drnebsub, drneb_sub) 1840 CALL histwrite_phy(o_drnebcon, drneb_con) 1841 CALL histwrite_phy(o_drnebtur, drneb_tur) 1842 CALL histwrite_phy(o_drnebavi, drneb_avi) 1843 CALL histwrite_phy(o_qsatl, zqsatl) 1844 CALL histwrite_phy(o_qsats, zqsats) 1845 CALL histwrite_phy(o_Tcontr, Tcontr) 1846 CALL histwrite_phy(o_qcontr, qcontr) 1847 CALL histwrite_phy(o_qcontr2, qcontr2) 1848 CALL histwrite_phy(o_fcontrN, fcontrN) 1849 CALL histwrite_phy(o_fcontrP, fcontrP) 1850 ENDIF 1844 1851 IF (ok_plane_contrail) THEN 1845 1852 CALL histwrite_phy(o_flight_m, flight_m) … … 1848 1855 CALL histwrite_phy(o_flight_h2o, flight_h2o) 1849 1856 ENDIF 1850 CALL histwrite_phy(o_Tcontr, Tcontr)1851 CALL histwrite_phy(o_qcontr, qcontr)1852 CALL histwrite_phy(o_qcontr2, qcontr2)1853 CALL histwrite_phy(o_fcontrN, fcontrN)1854 CALL histwrite_phy(o_fcontrP, fcontrP)1855 1857 1856 1858 IF (vars_defined) zx_tmp_fi3d = wo(:, :, 1) * dobson_u * 1e3 / zmasse / rmo3 * rmd
Note: See TracChangeset
for help on using the changeset viewer.