Go to the documentation of this file.
2 real,
save,
allocatable :: airephy(:)
3 real,
save,
allocatable :: cuphy(:)
4 real,
save,
allocatable :: cvphy(:)
5 real,
save,
allocatable :: rlatd(:)
6 real,
save,
allocatable :: rlond(:)
15 allocate(airephy(klon_omp))
16 allocate(cuphy(klon_omp))
17 allocate(cvphy(klon_omp))
18 allocate(rlatd(klon_omp))
19 allocate(rlond(klon_omp))