LMDZ
Main Page
Modules
Data Types List
Files
File List
File Members
yoecnd.F90
Go to the documentation of this file.
1
MODULE
yoecnd
2
3
USE
parkind1
,ONLY
:
jpim
,
jprb
4
5
IMPLICIT NONE
6
7
SAVE
8
9
! -----------------------------------------------------------------
10
REAL(KIND=JPRB)
,
ALLOCATABLE
::
cevapcu
(:)
11
12
REAL(KIND=JPRB)
::
repflm
13
REAL(KIND=JPRB)
::
repfls
14
REAL(KIND=JPRB)
::
repqmi
15
16
! -----------------------------------------------------------------
17
!* CONTROL PARAMETERS FOR MOIST PROCESSES
18
19
! CEVAPCU(NFLEVG):
20
! REPFLM : Minimum flux to avoid zero division in ice proportion
21
! computations
22
! REPFLS : Square-root of previous flux
23
! REPQMI : Minimum specific humidity (security within QNEGAT)
24
! -----------------------------------------------------------------
25
26
!$OMP THREADPRIVATE(repflm,repfls,repqmi)
27
28
!$OMP THREADPRIVATE(cevapcu)
29
30
END MODULE
yoecnd
yoecnd::cevapcu
real(kind=jprb), dimension(:), allocatable cevapcu
Definition:
yoecnd.F90:10
yoecnd::repqmi
real(kind=jprb) repqmi
Definition:
yoecnd.F90:14
parkind1::jprb
integer, parameter jprb
Definition:
parkind1.F90:31
yoecnd::repflm
real(kind=jprb) repflm
Definition:
yoecnd.F90:12
yoecnd::repfls
real(kind=jprb) repfls
Definition:
yoecnd.F90:13
parkind1
Definition:
parkind1.F90:1
yoecnd
Definition:
yoecnd.F90:1
parkind1::jpim
integer, parameter jpim
Definition:
parkind1.F90:13
libf
phylmd
rrtm
yoecnd.F90
Generated on Wed Dec 2 2015 16:27:21 for LMDZ by
1.8.9.1