Ignore:
Timestamp:
Jan 19, 2025, 6:48:10 PM (5 hours ago)
Author:
jyg
Message:

New outputs :

+ coef_clos = [conv mass flux given by Alp closure]/[conv mass flux given by Emanuel scheme closure]
+ coef_clos_eff = effective coefficient used in the convective scheme.

File:
1 edited

Legend:

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

    r5486 r5491  
    496496      REAL,ALLOCATABLE,SAVE,DIMENSION(:) :: proba_notrig, random_notrig
    497497!$OMP THREADPRIVATE(proba_notrig, random_notrig)
     498      REAL,ALLOCATABLE,SAVE,DIMENSION(:) :: coef_clos, coef_clos_eff
     499!$OMP THREADPRIVATE(coef_clos, coef_clos_eff)
    498500      REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: fsolsw, wfbils
    499501!$OMP THREADPRIVATE(fsolsw, wfbils)
     
    11021104      alp_bl_stat(:)=0
    11031105      ALLOCATE(proba_notrig(klon), random_notrig(klon))
     1106      ALLOCATE(coef_clos(klon), coef_clos_eff(klon))
    11041107
    11051108      ALLOCATE(dnwd0(klon, klev))
     
    15201523      DEALLOCATE(alp_bl_stat, n2, s2, strig, zcong, zlcl_th)
    15211524      DEALLOCATE(proba_notrig, random_notrig)
     1525      DEALLOCATE(coef_clos, coef_clos_eff)
    15221526!FC
    15231527      DEALLOCATE(zxfluxq,zxfluxt)
Note: See TracChangeset for help on using the changeset viewer.