4 real(DP),
allocatable :: vxd(:,:,:,:)
5 real(DP),
allocatable :: vyd(:,:,:,:)
6 real(DP),
allocatable :: vzd(:,:,:,:)
8 real(DP),
allocatable :: imd1(:,:)
9 real(DP),
allocatable :: imd1t(:,:)
10 real(DP),
allocatable :: im1d(:,:)
11 real(DP),
allocatable :: im1dt(:,:)
13 real(DP),
allocatable :: pmd1(:,:)
14 real(DP),
allocatable :: pmd1t(:,:)
21 allocate(vxd(lxd, lyd, lzd, lelv))
22 allocate(vyd(lxd, lyd, lzd, lelv))
23 allocate(vzd(lxd, lyd, lzd, lelv))
25 allocate(imd1(lx1, lxd))
26 allocate(imd1t(lxd, lx1))
27 allocate(im1d(lxd, lx1))
28 allocate(im1dt(lx1, lxd))
30 allocate(pmd1(lx1,lxd))
31 allocate(pmd1t(lxd,lx1))
subroutine init_dealias()