- Timestamp:
- Dec 23, 2024, 6:12:29 PM (40 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails/libf/phylmd/phys_output_write_mod.F90
r5450 r5452 226 226 o_dqvcadj, o_dqvcsub, o_dqvccon, o_dqvcmix, o_qsatl, o_qsati, & 227 227 !-- LSCP - aviation variables 228 o_Tc ontr, o_qcontr, o_qcontr2, o_fcontrN, o_fcontrP, &228 o_Tcritcont, o_qcritcont, o_potcontfraP, o_potcontfraNP, & 229 229 o_dcfavi, o_dqiavi, o_dqvcavi, o_flight_dist, o_flight_h2o, & 230 230 !--interactive CO2 … … 349 349 dqvc_adj, dqvc_sub, dqvc_con, dqvc_mix, & 350 350 qsatliq, qsatice, & 351 Tc ontr, qcontr, qcontr2, fcontrN, fcontrP, &351 Tcritcont, qcritcont, potcontfraP, potcontfraNP, & 352 352 dcf_avi, dqi_avi, dqvc_avi, flight_dist, flight_h2o, & 353 353 alp_bl_det, alp_bl_fluct_m, alp_bl_conv, & … … 2123 2123 !-- LSCP - aviation variables 2124 2124 IF (ok_plane_contrail) THEN 2125 CALL histwrite_phy(o_ Tcontr, Tcontr)2126 CALL histwrite_phy(o_ qcontr, qcontr)2127 CALL histwrite_phy(o_qc ontr2, qcontr2)2128 CALL histwrite_phy(o_ fcontrN, fcontrN)2129 CALL histwrite_phy(o_ fcontrP, fcontrP)2125 CALL histwrite_phy(o_flight_dist, flight_dist) 2126 CALL histwrite_phy(o_Tcritcont, Tcritcont) 2127 CALL histwrite_phy(o_qcritcont, qcritcont) 2128 CALL histwrite_phy(o_potcontfraP, potcontfraP) 2129 CALL histwrite_phy(o_potcontfraNP, potcontfraNP) 2130 2130 CALL histwrite_phy(o_dcfavi, dcf_avi) 2131 2131 CALL histwrite_phy(o_dqiavi, dqi_avi) 2132 2132 CALL histwrite_phy(o_dqvcavi, dqvc_avi) 2133 CALL histwrite_phy(o_flight_dist, flight_dist)2134 2133 ENDIF 2135 2134 IF (ok_plane_h2o) THEN
Note: See TracChangeset
for help on using the changeset viewer.