LMDZ
Mod_Atm_CM_QSa.f90
Go to the documentation of this file.
2 
3 !--------------------------------------------------------------------------+
4 ! Mon 17-Jun-2013 MAR |
5 ! module Mod_Atm_CM_QSa contains local variables of PHY_Atm_CM_QSat |
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 
27  real(kind=real8), SAVE, ALLOCATABLE, dimension(:) :: pa_hpa ! Pressure [hPa]
28  real(kind=real8), SAVE, ALLOCATABLE, dimension(:) :: pr_b75 ! (1/0) if pa_hPa (>/<) 75 [hPa]
29  real(kind=real8), SAVE, ALLOCATABLE, dimension(:) :: ei_sat ! Saturation Vapor Pressure over Ice [hPa]
30  real(kind=real8), SAVE, ALLOCATABLE, dimension(:) :: ew_sat ! Saturation Vapor Pressure over Water [hPa]
31 
32 
33  end module mod_atm_cm_qsa
real(kind=real8), dimension(:), allocatable, save ei_sat
real(kind=real8), dimension(:), allocatable, save pr_b75
real(kind=real8), dimension(:), allocatable, save pa_hpa
real(kind=real8), dimension(:), allocatable, save ew_sat