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
  • LMDZ6/branches/contrails/libf/dynphy_lonlat/phylmd/etat0phys_netcdf.f90

    r5601 r5609  
    4444          solsw, solswfdiff, radsol, t_ancien, wake_deltat, wake_s,  rain_fall, qsol, z0h, &
    4545          sollw,sollwdown, rugoro, q_ancien, wake_deltaq, wake_pe, snow_fall, ratqs,w01, &
    46     sig1, ftsol, clwcon, fm_therm, wake_Cstar,  pctsrf,  entr_therm,radpas, f0,&
     46    sig1, ftsol, cwcon, clwcon, fm_therm, wake_Cstar,  pctsrf,  entr_therm,radpas, f0,&
    4747    zmax0,fevap, rnebcon,falb_dir, falb_dif, wake_fip,    agesno,  detr_therm, pbl_tke,  &
    4848    phys_state_var_init, ql_ancien, qs_ancien, prlw_ancien, prsw_ancien, &
     
    5050    ale_bl, ale_bl_trig, alp_bl, &
    5151    ale_wake, ale_bl_stat, AWAKE_S, &
    52     cf_ancien, qvc_ancien, cfa_ancien, qta_ancien
     52    cf_ancien, qvc_ancien, cfa_ancien, pcf_ancien, qva_ancien, qia_ancien
    5353
    5454  USE comconst_mod, ONLY: pi, dtvr
     
    243243  cf_ancien = 0.
    244244  qvc_ancien = 0.
     245  cwcon = 0.
    245246  cfa_ancien = 0.
    246   qta_ancien = 0.
     247  pcf_ancien = 0.
     248  qva_ancien = 0.
     249  qia_ancien = 0.
    247250 
    248251  z0m(:,:)=0 ! ym missing 5th subsurface initialization
Note: See TracChangeset for help on using the changeset viewer.