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/physiq_mod.F90

    r4835 r4843  
    307307       alp_bl_conv,alp_bl_det,  &
    308308       alp_bl_fluct_m,alp_bl_fluct_tke,  &
    309        alp_bl_stat, n2, s2,  &
     309       alp_bl_stat, n2, s2,  strig, zcong, zlcl_th, &
    310310       proba_notrig, random_notrig,  &
    311311!!       cv_gen,  &  !moved to phys_state_var_mod
     
    750750    !--------Stochastic Boundary Layer Triggering: ALE_BL--------
    751751    !---Propri\'et\'es du thermiques au LCL
    752     real zlcl_th(klon)          ! Altitude du LCL calcul\'e
     752!    real zlcl_th(klon)          ! Altitude du LCL calcul\'e
    753753    ! continument (pcon dans
    754754    ! thermcell_main.F90)
     
    37253725               ,pbl_tke_input,pctsrf,omega,cell_area &
    37263726               ,zlcl_th,fraca0,w0,w_conv,therm_tke_max0,env_tke_max0 &
    3727                ,n2,s2,ale_bl_stat &
     3727               ,n2,s2,strig,zcong,ale_bl_stat &
    37283728               ,therm_tke_max,env_tke_max &
    37293729               ,alp_bl_det,alp_bl_fluct_m,alp_bl_fluct_tke &
     
    37693769!
    37703770          CALL alpale_th( phys_tstep, lmax_th, t_seri, cell_area,  &
    3771                           cin, s2, n2, &
     3771                          cin, s2, n2, strig, &
    37723772                          ale_bl_trig, ale_bl_stat, ale_bl,  &
    37733773                          alp_bl, alp_bl_stat, &
Note: See TracChangeset for help on using the changeset viewer.