Ignore:
Timestamp:
Mar 28, 2022, 6:23:04 PM (3 years ago)
Author:
evignon
Message:

option pour inclure les effets radiatifs des chutes de neige
plus corrections du schema des nuages de phase mixte

File:
1 edited

Legend:

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

    r4072 r4114  
    438438      REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: cldemi, cldfra, cldtau, fiwc, fl, re, flwc
    439439!$OMP THREADPRIVATE(cldemi, cldfra, cldtau, fiwc, fl, re, flwc)
    440       REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: qlth, qith, qsith
     440      REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: qlth, qith, qsith, with
    441441!$OMP THREADPRIVATE(qlth, qith, qsith)
    442442      REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: ref_liq, ref_ice, theta, zphi
     
    778778      ALLOCATE(rain_lsc(klon))
    779779      ALLOCATE(rain_num(klon))
    780       ALLOCATE(qlth(klon,klev), qith(klon,klev), qsith(klon,klev))
     780      ALLOCATE(qlth(klon,klev), qith(klon,klev), qsith(klon,klev), with(klon,klev))
    781781      !
    782782      ALLOCATE(sens_x(klon), sens_w(klon))
     
    10891089      DEALLOCATE(rain_lsc)
    10901090      DEALLOCATE(rain_num)
    1091       DEALLOCATE(qlth, qith, qsith)
     1091      DEALLOCATE(qlth, qith, qsith, with)
    10921092!
    10931093      DEALLOCATE(sens_x, sens_w)
Note: See TracChangeset for help on using the changeset viewer.