LMDZ
Mod_PHY____kkl.f90
Go to the documentation of this file.
2 
3 !--------------------------------------------------------------------------+
4 ! Fri 14-Jun-2013 MAR |
5 ! module Mod_PHY____kkl contains the main variables of |
6 ! MAR PHYsical Parameterizations |
7 ! |
8 ! version 3.p.4.1 created by H. Gallee, Tue 12-Mar-2013 |
9 ! Last Modification by H. Gallee, Fri 14-Jun-2013 |
10 ! |
11 !--------------------------------------------------------------------------+
12 
13 
14  use mod_real
15 
16 
17  IMPLICIT NONE
18 
19 
20 
21 ! PHY INPUT Variables
22 ! -----------------------------
23 
24  real(kind=real8), SAVE,ALLOCATABLE ,dimension(:) :: sh__ap ! Topography [m]
25  real(kind=real8), SAVE,ALLOCATABLE ,dimension(:) :: sha_ap ! Topography Anomaly [m]
26  real(kind=real8), SAVE,ALLOCATABLE ,dimension(:) :: slopap ! Topography Slope [-]
27  real(kind=real8), SAVE,ALLOCATABLE ,dimension(:) :: sloxap ! Topography Slope, x [-]
28  real(kind=real8), SAVE,ALLOCATABLE ,dimension(:) :: sloyap ! Topography Slope, y [-]
29  real(kind=real8), SAVE,ALLOCATABLE ,dimension(:,:) :: mmskap ! Mountain Mask [-]
30 
31 
32 ! PHY INPUT/OUTPUT Variables
33 ! -----------------------------
34 
35 
36 
37 ! PHY OUTPUT Variables
38 ! -----------------------------
39 
40 
41  end module mod_phy____kkl
real(kind=real8), dimension(:), allocatable, save sha_ap
real(kind=real8), dimension(:), allocatable, save sh__ap
real(kind=real8), dimension(:), allocatable, save sloxap
real(kind=real8), dimension(:,:), allocatable, save mmskap
real(kind=real8), dimension(:), allocatable, save slopap
real(kind=real8), dimension(:), allocatable, save sloyap