Ignore:
Timestamp:
Sep 14, 2024, 2:33:38 PM (8 days ago)
Author:
evignon
Message:

correction in new cloud phase param. Ice feedback is now computed from ice concentration at the beginning of the physics (qs_ini)
Lea Raillard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/physiq_mod.F90

    r5183 r5189  
    12631263    !albedo SB <<<
    12641264
     1265    !--Lea Raillard qs_ini
     1266    REAL, dimension(klon,klev) :: qs_ini
     1267
    12651268    !--OB variables for mass fixer (hard coded for now)
    12661269    REAL qql1(klon),qql2(klon),corrqql
     
    24492452       ENDDO
    24502453    ENDDO
     2454    ! Lea Raillard qs_ini for cloud phase param.
     2455    qs_ini(:,:)=qs_seri(:,:)
    24512456    !
    24522457    !--OB water mass fixer
     
    38293834
    38303835    CALL lscp(klon,klev,phys_tstep,missing_val,paprs,pplay, &
    3831          t_seri, q_seri,qs_ancien,ptconv,ratqs, &
     3836         t_seri, q_seri,qs_ini,ptconv,ratqs, &
    38323837         d_t_lsc, d_q_lsc, d_ql_lsc, d_qi_lsc, rneb, rneblsvol, rneb_seri, &
    38333838         pfraclr, pfracld, cldfraliq, sigma2_icefracturb, mean_icefracturb,  &
Note: See TracChangeset for help on using the changeset viewer.