Ignore:
Timestamp:
Mar 4, 2024, 6:58:03 PM (3 months ago)
Author:
crio
Message:

Nouvelle formulation du strig et correction thermiques montent trop haut

File:
1 edited

Legend:

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

    r4837 r4843  
    1212     &      ,pbl_tke,pctsrf,omega,airephy &
    1313     &      ,zlcl_th,fraca0,w0,w_conv,therm_tke_max0,env_tke_max0 &
    14      &      ,n2,s2,ale_bl_stat &
     14     &      ,n2,s2,strig,zcong,ale_bl_stat &
    1515     &      ,therm_tke_max,env_tke_max &
    1616     &      ,alp_bl_det,alp_bl_fluct_m,alp_bl_fluct_tke &
     
    8787      real zthl(klon,klev)
    8888      real wmax_sec(klon)
     89      real zcong(klon)
    8990      real zmax_sec(klon)
    9091      real f_sec(klon)
     
    116117      real zlcl_th(klon),fraca0(klon),w0(klon),w_conv(klon)
    117118      real therm_tke_max0(klon),env_tke_max0(klon)
    118       real n2(klon),s2(klon)
     119      real n2(klon),s2(klon),strig(klon)
    119120      real ale_bl_stat(klon)
    120121      real therm_tke_max(klon,klev),env_tke_max(klon,klev)
     
    302303     &      ,zmax0,f0,zw2,fraca,ztv,zpspsk &
    303304     &      ,ztla,zthl,ztva &
    304      &      ,pcon,rhobarz,wth3,wmax_sec,lalim,fm,alim_star,zmax &
     305     &      ,pcon,rhobarz,wth3,wmax_sec,lalim,fm,alim_star,zmax,zcong &
    305306#ifdef ISO         
    306307     &      ,xt_seri,d_xt_the &
     
    314315     &        ,zw2,fraca &                                           ! in
    315316     &        ,pcon,rhobarz,wth3,wmax_sec,lalim,fm,alim_star,zmax &  ! in
    316      &        ,ale,alp,lalim_conv,wght_th &                          ! out
     317     &        ,zcong,ale,alp,lalim_conv,wght_th &                          ! out
    317318     &        ,zlcl_th,fraca0,w0,w_conv,therm_tke_max0,env_tke_max0 &! out
    318      &        ,n2,s2,ale_bl_stat &                                   ! out
     319     &        ,n2,s2,strig,ale_bl_stat &                                   ! out
    319320     &        ,therm_tke_max,env_tke_max &                           ! out
    320321     &        ,alp_bl_det,alp_bl_fluct_m,alp_bl_fluct_tke &          ! out
Note: See TracChangeset for help on using the changeset viewer.