Ignore:
Timestamp:
Apr 13, 2025, 7:10:19 PM (8 weeks 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
  • LMDZ6/branches/contrails/libf/phylmd/dyn1d/old_lmdz1d.f90

    r5601 r5609  
    1010      USE ioipsl, only: ju2ymds, ymds2ju, ioconf_calendar,getin
    1111   USE phys_state_var_mod, ONLY : phys_state_var_init, phys_state_var_end, &
    12        clwcon, detr_therm, &
     12       cwcon, clwcon, detr_therm, &
    1313       qsol, fevap, z0m, z0h, agesno, &
    1414       du_gwd_rando, du_gwd_front, entr_therm, f0, fm_therm, &
     
    2323       zstd, zthe, zval, ale_bl, ale_bl_trig, alp_bl, &
    2424       ql_ancien, qs_ancien, qbs_ancien, &
    25        cf_ancien, qvc_ancien, cfa_ancien, qta_ancien, &
     25       cf_ancien, qvc_ancien, cfa_ancien, pcf_ancien, qva_ancien, qia_ancien, &
    2626       prlw_ancien, prsw_ancien, prbsw_ancien, prw_ancien, &
    2727       u10m,v10m,ale_wake,ale_bl_stat
     
    874874          cf_ancien = 0.
    875875          qvc_ancien = 0.
     876          cwcon = 0.
    876877        ENDIF
    877878        IF ( ok_plane_contrail ) THEN
    878879          cfa_ancien = 0.
    879           qta_ancien = 0.
     880          pcf_ancien = 0.
     881          qva_ancien = 0.
     882          qia_ancien = 0.
    880883        ENDIF
    881884!jyg<
Note: See TracChangeset for help on using the changeset viewer.