LMDZ
Main Page
Modules
Data Types List
Files
File List
File Members
yoerrto12.F90
Go to the documentation of this file.
1
MODULE
yoerrto12
2
3
USE
parkind1
,ONLY
:
jpim
,
jprb
4
5
IMPLICIT NONE
6
7
SAVE
8
9
! -----------------------------------------------------------------
10
!* ** *YOERRTO12* - RRTM ORIGINAL COEFFICIENTS FOR INTERVAL 12
11
! BAND 12: 1800-2080 cm-1 (low - H2O,CO2; high - nothing)
12
! -----------------------------------------------------------------
13
14
INTEGER(KIND=JPIM)
,
PARAMETER
::
no12
= 16
15
16
REAL(KIND=JPRB)
::
fracrefao
(
no12
,9)
17
REAL(KIND=JPRB)
::
kao
(9,5,13,
no12
)
18
REAL(KIND=JPRB)
::
selfrefo
(10,
no12
)
19
20
! -----------------------------------------------------------------
21
! * E.C.M.W.F. PHYSICS PACKAGE ** RRTM LW RADIATION **
22
23
! J.-J. MORCRETTE E.C.M.W.F. 98/07/14
24
25
! NAME TYPE PURPOSE
26
! ---- : ---- : ---------------------------------------------------
27
! FRACREFA: REAL
28
! KA : REAL
29
! SELFREF : REAL
30
! -----------------------------------------------------------------
31
32
!$OMP THREADPRIVATE(fracrefao,kao,selfrefo)
33
34
END MODULE
yoerrto12
yoerrto12::no12
integer(kind=jpim), parameter no12
Definition:
yoerrto12.F90:14
yoerrto12
Definition:
yoerrto12.F90:1
parkind1::jprb
integer, parameter jprb
Definition:
parkind1.F90:31
parkind1
Definition:
parkind1.F90:1
parkind1::jpim
integer, parameter jpim
Definition:
parkind1.F90:13
yoerrto12::kao
real(kind=jprb), dimension(9, 5, 13, no12) kao
Definition:
yoerrto12.F90:17
yoerrto12::fracrefao
real(kind=jprb), dimension(no12, 9) fracrefao
Definition:
yoerrto12.F90:16
yoerrto12::selfrefo
real(kind=jprb), dimension(10, no12) selfrefo
Definition:
yoerrto12.F90:18
libf
phylmd
rrtm
yoerrto12.F90
Generated on Wed Dec 2 2015 16:27:22 for LMDZ by
1.8.9.1