Changeset 4072 for LMDZ6/trunk/libf/phylmdiso
- Timestamp:
- Feb 1, 2022, 6:34:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/phys_local_var_mod.F90
r4065 r4072 559 559 REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: cldemi, cldfra, cldtau, fiwc, fl, re, flwc 560 560 !$OMP THREADPRIVATE(cldemi, cldfra, cldtau, fiwc, fl, re, flwc) 561 REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: qlth, qith 562 !$OMP THREADPRIVATE(qlth, qith )561 REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: qlth, qith, qsith 562 !$OMP THREADPRIVATE(qlth, qith, qsith) 563 563 REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: ref_liq, ref_ice, theta, zphi 564 564 !$OMP THREADPRIVATE(ref_liq, ref_ice, theta, zphi) … … 943 943 ALLOCATE(rain_lsc(klon)) 944 944 ALLOCATE(rain_num(klon)) 945 ALLOCATE(qlth(klon,klev), qith(klon,klev) )945 ALLOCATE(qlth(klon,klev), qith(klon,klev), qsith(klon,klev)) 946 946 ! 947 947 #ifdef ISO … … 1004 1004 ALLOCATE(ref_liq_pi(klon, klev), ref_ice_pi(klon, klev)) 1005 1005 ALLOCATE(zphi(klon, klev), zx_rh(klon, klev), zx_rhl(klon,klev), zx_rhi(klon,klev)) 1006 zx_rhl(:,:)=0.; zx_rhi(:,:)=0. ! because not always defined 1006 1007 ALLOCATE(pmfd(klon, klev), pmfu(klon, klev)) 1007 1008 … … 1324 1325 DEALLOCATE(rain_lsc) 1325 1326 DEALLOCATE(rain_num) 1326 DEALLOCATE(qlth, qith )1327 DEALLOCATE(qlth, qith, qsith) 1327 1328 ! 1328 1329 DEALLOCATE(sens_x, sens_w)
Note: See TracChangeset
for help on using the changeset viewer.