Ignore:
Timestamp:
Mar 29, 2022, 12:43:14 PM (3 years ago)
Author:
evignon
Message:

correction variable with

File:
1 edited

Legend:

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

    r4072 r4118  
    559559      REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: cldemi, cldfra, cldtau, fiwc, fl, re, flwc
    560560!$OMP THREADPRIVATE(cldemi, cldfra, cldtau, fiwc, fl, re, flwc)
    561       REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: qlth, qith, qsith
    562 !$OMP THREADPRIVATE(qlth, qith, qsith)
     561      REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: qlth, qith, qsith, wiceth
     562!$OMP THREADPRIVATE(qlth, qith, qsith, wiceth)
    563563      REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: ref_liq, ref_ice, theta, zphi
    564564!$OMP THREADPRIVATE(ref_liq, ref_ice, theta, zphi)
     
    943943      ALLOCATE(rain_lsc(klon))
    944944      ALLOCATE(rain_num(klon))
    945       ALLOCATE(qlth(klon,klev), qith(klon,klev), qsith(klon,klev))
     945      ALLOCATE(qlth(klon,klev), qith(klon,klev), qsith(klon,klev), wiceth(klon,klev))
    946946      !
    947947#ifdef ISO
     
    13251325      DEALLOCATE(rain_lsc)
    13261326      DEALLOCATE(rain_num)
    1327       DEALLOCATE(qlth, qith, qsith)
     1327      DEALLOCATE(qlth, qith, qsith, wiceth)
    13281328!
    13291329      DEALLOCATE(sens_x, sens_w)
Note: See TracChangeset for help on using the changeset viewer.