Ignore:
Timestamp:
Apr 13, 2025, 7:10:19 PM (3 months ago)
Author:
aborella
Message:
  • changed treatment of prognostic variables for prognostic clouds
  • adapted sedimentation and autoconversion for prognostic cirrus clouds
  • cloud mixing, ice sedimentation and ISSR diagnosis are now consistent with the water vapor PDF
  • simplified assumptions for ice crystals deposition / sublimation
  • first version of the coupling between prognostic cirrus clouds and deep convection
  • added persistent contrail cirrus clouds in radiative diagnostics
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified LMDZ6/branches/contrails/libf/phylmd/phyredem.f90

    r5601 r5609  
    2323                                prw_ancien, prlw_ancien, prsw_ancien, prbsw_ancien,      &
    2424                                ql_ancien, qs_ancien, qbs_ancien, cf_ancien, &
    25                                 qvc_ancien, cfa_ancien, qta_ancien,          &
    26                                 u_ancien, v_ancien,                          &
    27                                 clwcon, rnebcon, ratqs, pbl_tke,             &
     25                                qvc_ancien, cfa_ancien, pcf_ancien,          &
     26                                qva_ancien, qia_ancien, u_ancien, v_ancien,  &
     27                                cwcon, clwcon, rnebcon, ratqs, pbl_tke,      &
    2828                                wake_delta_pbl_tke, zmax0, f0, sig1, w01,    &
    2929                                wake_deltat, wake_deltaq, wake_s, awake_s,   &
     
    255255      CALL put_field(pass,"CFANCIEN", "CFANCIEN", cf_ancien)
    256256      CALL put_field(pass,"QVCANCIEN", "QVCANCIEN", qvc_ancien)
     257      CALL put_field(pass,"CWCON", "CWCON", cwcon)
    257258    ENDIF
    258259
    259260    IF ( ok_plane_contrail ) THEN
    260261      CALL put_field(pass,"CFAANCIEN", "CFAANCIEN", cfa_ancien)
    261       CALL put_field(pass,"QTAANCIEN", "QTAANCIEN", qta_ancien)
     262      CALL put_field(pass,"PCFANCIEN", "PCFANCIEN", pcf_ancien)
     263      CALL put_field(pass,"QVAANCIEN", "QVAANCIEN", qva_ancien)
     264      CALL put_field(pass,"QIAANCIEN", "QIAANCIEN", qia_ancien)
    262265    ENDIF
    263266
Note: See TracChangeset for help on using the changeset viewer.