LMDZ
Mod_PHY_S0_kkl.f90
Go to the documentation of this file.
2 
3 !--------------------------------------------------------------------------+
4 ! Fri 26-Apr-2013 MAR |
5 ! module Mod_PHY_S0 contains the representation in vector frame of |
6 ! Variables of the Insolation Scheme |
7 ! |
8 ! version 3.p.4.1 created by H. Gallee, Thu 25-Apr-2013 |
9 ! Last Modification by H. Gallee, Fri 26-Apr-2013 |
10 ! |
11 !--------------------------------------------------------------------------+
12 
13 
14  use mod_real
15 
16 
17  IMPLICIT NONE
18 
19 
20 ! Insolation OUTPUT Variables
21 ! -----------------------------------------
22 
23  real(kind=real8), SAVE,ALLOCATABLE ,dimension(:) :: csz0s0 ! cosine (solar zenithal Distance) [-]
24  real(kind=real8), SAVE,ALLOCATABLE ,dimension(:) :: csz_s0 ! cosine (solar zenithal Distance), including Slope Effect [-]
25  real(kind=real8), SAVE,ALLOCATABLE ,dimension(:,:) :: cszks0 ! cosine (solar zenithal Distance), including Mountain Mask [-]
26  real(kind=real8), SAVE,ALLOCATABLE ,dimension(:) :: slops0 ! Cosine of Fall Line Angle [-]
27  real(kind=real8), SAVE,ALLOCATABLE ,dimension(:) :: omens0 ! Fall Line Azimuth (Downslope Direction) [-]
28 
29 
30  end module mod_phy_s0_kkl
real(kind=real8), dimension(:), allocatable, save slops0
real(kind=real8), dimension(:,:), allocatable, save cszks0
real(kind=real8), dimension(:), allocatable, save omens0
real(kind=real8), dimension(:), allocatable, save csz_s0
real(kind=real8), dimension(:), allocatable, save csz0s0