LMDZ
Mod_Atm_S0_RUN.f90
Go to the documentation of this file.
2 
3 !--------------------------------------------------------------------------+
4 ! Mon 17-Jun-2013 MAR |
5 ! module Mod_Atm_S0_RUN contains local variables of PHY_Atm_S0_RUN |
6 ! |
7 ! version 3.p.4.1 created by H. Gallee, Mon 17-Jun-2013 |
8 ! Last Modification by H. Gallee, Mon 17-Jun-2013 |
9 ! |
10 !--------------------------------------------------------------------------+
11 
12 
13 ! Global Variables
14 ! =================
15 
16  use mod_real
17 
18 
19 
20 ! Internal Variables
21 ! ==================
22 
23  IMPLICIT NONE
24 
25 
26  real(kind=real8), SAVE,ALLOCATABLE, dimension(:) :: cszmin ! MIN cos(zenith.Dist), if Mountain MASK RUN
27  real(kind=real8), SAVE,ALLOCATABLE, dimension(:) :: sin_sz ! sin(Sun zenith.Dist) RUN
28  real(kind=real8), SAVE,ALLOCATABLE, dimension(:) :: sin_ho ! sin(Sun Hour Angle) RUN
29 
30 
31  end module mod_atm_s0_run
real(kind=real8), dimension(:), allocatable, save sin_sz
real(kind=real8), dimension(:), allocatable, save sin_ho
real(kind=real8), dimension(:), allocatable, save cszmin