Ignore:
Timestamp:
Mar 5, 2024, 12:09:41 AM (3 months ago)
Author:
fhourdin
Message:

Complement aux modifications de Catherine

File:
1 edited

Legend:

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

    r4835 r4844  
    319319       alp_bl_conv,alp_bl_det,  &
    320320       alp_bl_fluct_m,alp_bl_fluct_tke,  &
    321        alp_bl_stat, n2, s2,  &
     321       alp_bl_stat, n2, s2,  strig, zcong, zlcl_th, &
    322322       proba_notrig, random_notrig,  &
    323323!!       cv_gen,  &  !moved to phys_state_var_mod
     
    796796    !--------Stochastic Boundary Layer Triggering: ALE_BL--------
    797797    !---Propri\'et\'es du thermiques au LCL
    798     real zlcl_th(klon)          ! Altitude du LCL calcul\'e
     798!    real zlcl_th(klon)          ! Altitude du LCL calcul\'e
    799799    ! continument (pcon dans
    800800    ! thermcell_main.F90)
     
    45574557               ,pbl_tke_input,pctsrf,omega,cell_area &
    45584558               ,zlcl_th,fraca0,w0,w_conv,therm_tke_max0,env_tke_max0 &
    4559                ,n2,s2,ale_bl_stat &
     4559               ,n2,s2,strig,zcong,ale_bl_stat &
    45604560               ,therm_tke_max,env_tke_max &
    45614561               ,alp_bl_det,alp_bl_fluct_m,alp_bl_fluct_tke &
     
    46264626!
    46274627          CALL alpale_th( phys_tstep, lmax_th, t_seri, cell_area,  &
    4628                           cin, s2, n2, &
     4628                          cin, s2, n2, strig, &
    46294629                          ale_bl_trig, ale_bl_stat, ale_bl,  &
    46304630                          alp_bl, alp_bl_stat, &
Note: See TracChangeset for help on using the changeset viewer.