Ignore:
Timestamp:
Nov 9, 2021, 5:26:20 PM (3 years ago)
Author:
Laurent Fairhead
Message:

Resolving some isotope issues introduced by r3999
LF

File:
1 edited

Legend:

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

    r3940 r4003  
    557557      REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: cldemi, cldfra, cldtau, fiwc, fl, re, flwc
    558558!$OMP THREADPRIVATE(cldemi, cldfra, cldtau, fiwc, fl, re, flwc)
     559      REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: qlth, qith
     560!$OMP THREADPRIVATE(qlth, qith)
    559561      REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: ref_liq, ref_ice, theta, zphi
    560562!$OMP THREADPRIVATE(ref_liq, ref_ice, theta, zphi)
     
    898900      ALLOCATE(rain_lsc(klon))
    899901      ALLOCATE(rain_num(klon))
     902      ALLOCATE(qlth(klon,klev), qith(klon,klev))
     903      !
    900904#ifdef ISO
    901905      ALLOCATE(xtevap(ntraciso,klon))
     
    12681272      DEALLOCATE(rain_lsc)
    12691273      DEALLOCATE(rain_num)
     1274      DEALLOCATE(qlth, qith)
    12701275!
    12711276      DEALLOCATE(sens_x, sens_w)
Note: See TracChangeset for help on using the changeset viewer.