source: LMDZ5/branches/testing/libf/phylmd/rrtm/yoerrto10.F90 @ 2056

Last change on this file since 2056 was 2056, checked in by Laurent Fairhead, 10 years ago

Merged trunk changes r1997:2055 into testing branch

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
File size: 1.0 KB
Line 
1MODULE YOERRTO10
2
3USE PARKIND1  ,ONLY : JPIM     ,JPRB
4
5IMPLICIT NONE
6
7SAVE
8
9!     -----------------------------------------------------------------
10!*    ** *YOERRTO14* - RRTM ORIGINAL COEFFICIENTS FOR INTERVAL 10
11!     BAND 10:  1390-1480 cm-1 (low - H2O; high - H2O)
12!     -----------------------------------------------------------------
13
14INTEGER(KIND=JPIM), PARAMETER :: NO10 = 16
15
16REAL(KIND=JPRB) , DIMENSION(NO10) :: FRACREFAO
17REAL(KIND=JPRB) , DIMENSION(NO10) :: FRACREFBO
18
19REAL(KIND=JPRB) :: KAO(5,13,NO10)
20REAL(KIND=JPRB) :: KBO(5,13:59,NO10)
21
22!     -----------------------------------------------------------------
23!        * E.C.M.W.F. PHYSICS PACKAGE *
24
25!     J.-J. MORCRETTE       E.C.M.W.F.      98/07/14
26
27!  NAME     TYPE     PURPOSE
28!  ----   : ----   : ---------------------------------------------------
29! FRACREFA: REAL   
30! FRACREFB: REAL   
31! KA      : REAL     
32! KB      : REAL     
33!     -----------------------------------------------------------------
34
35!$OMP THREADPRIVATE(fracrefao,fracrefbo,kao,kbo)
36
37END MODULE YOERRTO10
Note: See TracBrowser for help on using the repository browser.