Ignore:
Timestamp:
Apr 23, 2025, 10:51:22 AM (7 weeks ago)
Author:
aborella
Message:

Corrections coupling with convective clouds

File:
1 edited

Legend:

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

    r5618 r5626  
    1818  USE surface_data,     ONLY : type_ocean, version_ocean
    1919  USE phyetat0_get_mod, ONLY : phyetat0_get, phyetat0_srf
    20   USE phys_state_var_mod, ONLY : ancien_ok, cwcon, clwcon, detr_therm, phys_tstep, &
     20  USE phys_state_var_mod, ONLY : ancien_ok, clwcon, detr_therm, phys_tstep, &
    2121       qsol, fevap, z0m, z0h, agesno, &
    2222       du_gwd_rando, du_gwd_front, entr_therm, f0, fm_therm, &
    2323       falb_dir, falb_dif, prw_ancien, prlw_ancien, prsw_ancien, prbsw_ancien, &
    2424       ftsol, pbl_tke, pctsrf, q_ancien, ql_ancien, qs_ancien, qbs_ancien, &
    25        cf_ancien, qvc_ancien, cfa_ancien, pcf_ancien, qva_ancien, qia_ancien, &
     25       cf_ancien, qvc_ancien, qvcon, qccon, cfa_ancien, pcf_ancien, qva_ancien, qia_ancien, &
    2626       radpas, radsol, rain_fall, &
    2727       ratqs, rnebcon, rugoro, sig1, snow_fall, bs_fall, solaire_etat0, sollw, sollwdown, &
     
    416416    ancien_ok=ancien_ok.AND.phyetat0_get(cf_ancien,"CFANCIEN","CFANCIEN",0.)
    417417    ancien_ok=ancien_ok.AND.phyetat0_get(qvc_ancien,"QVCANCIEN","QVCANCIEN",0.)
    418     found=phyetat0_get(cwcon,"CWCON","CWCON",0.)
     418    found=phyetat0_get(qvcon,"QVCON","QVCON",0.)
     419    found=phyetat0_get(qccon,"QCCON","QCCON",0.)
    419420  ELSE
    420421    cf_ancien(:,:)=0.
Note: See TracChangeset for help on using the changeset viewer.