Changeset 2281 for LMDZ5/trunk/libf/dyn3dmem/vlz_mod.F90
- Timestamp:
- May 18, 2015, 11:09:37 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/vlz_mod.F90
r2270 r2281 6 6 REAL,POINTER,SAVE :: adzqw(:,:) 7 7 ! CRisi: pour les traceurs: 8 REAL,POINTER,SAVE :: masseq(:,:,:)8 !REAL,POINTER,SAVE :: masseq(:,:,:) 9 9 REAL,POINTER,SAVE :: Ratio(:,:,:) 10 10 … … 26 26 CALL allocate_u(adzqw,llm,d) 27 27 if (nqdesc_tot.gt.0) then 28 CALL allocate_u(masseq,llm,nqtot,d)28 !CALL allocate_u(masseq,llm,nqtot,d) 29 29 CALL allocate_u(Ratio,llm,nqtot,d) 30 30 endif !if (nqdesc_tot.gt.0) then … … 46 46 ! CRisi: 47 47 if (nqdesc_tot.gt.0) then 48 CALL switch_u(masseq,distrib_vanleer,dist)48 !CALL switch_u(masseq,distrib_vanleer,dist) 49 49 CALL switch_u(Ratio,distrib_vanleer,dist) 50 50 endif !if (nqdesc_tot.gt.0) then
Note: See TracChangeset
for help on using the changeset viewer.