- Timestamp:
- Dec 23, 2024, 9:37:29 PM (36 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails/libf/phylmd/phys_output_write_mod.F90
r5453 r5456 226 226 o_dqvcadj, o_dqvcsub, o_dqvccon, o_dqvcmix, o_qsatl, o_qsati, & 227 227 !-- LSCP - aviation variables 228 o_rcontseri, o_drcontdyn, o_dqavi, &228 o_rcontseri, o_drcontdyn, o_dqavi, o_contfra, & 229 229 o_Tcritcont, o_qcritcont, o_potcontfraP, o_potcontfraNP, & 230 o_dc favi, o_dqiavi, o_dqvcavi, o_flight_dist, o_flight_h2o, &230 o_dcontfracir, o_dcfavi, o_dqiavi, o_dqvcavi, o_flight_dist, o_flight_h2o, & 231 231 !--interactive CO2 232 232 o_flx_co2_ocean, o_flx_co2_ocean_cor, & … … 350 350 dqvc_adj, dqvc_sub, dqvc_con, dqvc_mix, & 351 351 qsatliq, qsatice, & 352 rcont_seri, d_rcont_dyn, d_q_avi, &352 rcont_seri, d_rcont_dyn, d_q_avi, contfra, & 353 353 Tcritcont, qcritcont, potcontfraP, potcontfraNP, & 354 dc f_avi, dqi_avi, dqvc_avi, flight_dist, flight_h2o, &354 dcontfra_cir, dcf_avi, dqi_avi, dqvc_avi, flight_dist, flight_h2o, & 355 355 alp_bl_det, alp_bl_fluct_m, alp_bl_conv, & 356 356 alp_bl_stat, alp_bl_fluct_tke, slab_wfbils, & … … 2132 2132 CALL histwrite_phy(o_potcontfraP, potcontfraP) 2133 2133 CALL histwrite_phy(o_potcontfraNP, potcontfraNP) 2134 CALL histwrite_phy(o_contfra, contfra) 2135 CALL histwrite_phy(o_dcontfracir, dcontfra_cir) 2134 2136 CALL histwrite_phy(o_dcfavi, dcf_avi) 2135 2137 CALL histwrite_phy(o_dqiavi, dqi_avi)
Note: See TracChangeset
for help on using the changeset viewer.