LMDZ
groupe_mod.F90
Go to the documentation of this file.
1 MODULE groupe_mod
2 
3  REAL,POINTER,SAVE :: zconvm(:,:,:)
4  REAL,POINTER,SAVE :: zconvmm(:,:,:)
5 
6 CONTAINS
7 
8  SUBROUTINE groupe_allocate
9  USE bands
11  USE parallel_lmdz
12  USE infotrac
13  USE advtrac_mod, ONLY : advtrac_allocate
14  IMPLICIT NONE
15  include "dimensions.h"
16  include "paramet.h"
17  TYPE(distrib),POINTER :: d
18 
20  CALL allocate2d_u(zconvm,llm,d)
21  CALL allocate2d_u(zconvmm,llm,d)
22 
23 
24  END SUBROUTINE groupe_allocate
25 
26  SUBROUTINE groupe_switch_caldyn(dist)
28  USE bands
29  USE parallel_lmdz
30  IMPLICIT NONE
31  TYPE(distrib),INTENT(IN) :: dist
32 
35 
36  END SUBROUTINE groupe_switch_caldyn
37 
38 
39 
40 END MODULE groupe_mod
Definition: bands.F90:4
!$Id Turb_fcg_gcssold get_uvd hqturb_gcssold endif!large scale llm day day1 day day1 *dt_toga endif!time annee_ref dt_toga u_toga vq_toga w_prof vq_prof llm day day1 day day1 *dt_dice endif!time annee_ref dt_dice swup_dice vg_dice omega_dice tg_prof vg_profd w_profd omega_profd!do llm!print llm l llm
real, dimension(:,:,:), pointer, save zconvmm
Definition: groupe_mod.F90:4
real, dimension(:,:,:), pointer, save zconvm
Definition: groupe_mod.F90:3
subroutine groupe_switch_caldyn(dist)
Definition: groupe_mod.F90:27
subroutine groupe_allocate
Definition: groupe_mod.F90:9
subroutine advtrac_allocate
Definition: advtrac_mod.F90:8
type(distrib), target, save distrib_caldyn
Definition: bands.F90:17