Ignore:
Timestamp:
Dec 23, 2024, 6:12:29 PM (40 hours ago)
Author:
aborella
Message:

First implementation of the contrails parameterisation
Lacks the emission of H2O + the impact on radiative transfer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/contrails/libf/phylmd/phys_output_write_mod.F90

    r5450 r5452  
    226226         o_dqvcadj, o_dqvcsub, o_dqvccon, o_dqvcmix, o_qsatl, o_qsati, &
    227227!-- LSCP - aviation variables
    228          o_Tcontr, o_qcontr, o_qcontr2, o_fcontrN, o_fcontrP, &
     228         o_Tcritcont, o_qcritcont, o_potcontfraP, o_potcontfraNP, &
    229229         o_dcfavi, o_dqiavi, o_dqvcavi, o_flight_dist, o_flight_h2o, &
    230230!--interactive CO2
     
    349349         dqvc_adj, dqvc_sub, dqvc_con, dqvc_mix, &
    350350         qsatliq, qsatice, &
    351          Tcontr, qcontr, qcontr2, fcontrN, fcontrP, &
     351         Tcritcont, qcritcont, potcontfraP, potcontfraNP, &
    352352         dcf_avi, dqi_avi, dqvc_avi, flight_dist, flight_h2o, &
    353353         alp_bl_det, alp_bl_fluct_m, alp_bl_conv, &
     
    21232123!-- LSCP - aviation variables
    21242124       IF (ok_plane_contrail) THEN
    2125          CALL histwrite_phy(o_Tcontr, Tcontr)
    2126          CALL histwrite_phy(o_qcontr, qcontr)
    2127          CALL histwrite_phy(o_qcontr2, 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)
    21302130         CALL histwrite_phy(o_dcfavi, dcf_avi)
    21312131         CALL histwrite_phy(o_dqiavi, dqi_avi)
    21322132         CALL histwrite_phy(o_dqvcavi, dqvc_avi)
    2133          CALL histwrite_phy(o_flight_dist, flight_dist)
    21342133       ENDIF
    21352134       IF (ok_plane_h2o) THEN
Note: See TracChangeset for help on using the changeset viewer.