source: LMDZ5/branches/testing/libf/phylmd/rrtm/yoerrto7.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.1 KB
Line 
1MODULE YOERRTO7
2
3USE PARKIND1  ,ONLY : JPIM     ,JPRB
4
5IMPLICIT NONE
6
7SAVE
8
9!     -----------------------------------------------------------------
10!*    ** *YOERRTO7* - RRTM ORIGINAL COEFFICIENTS FOR INTERVAL 7
11!     BAND 7:  980-1080 cm-1 (low - H2O,O3; high - O3)
12!     -----------------------------------------------------------------
13
14INTEGER(KIND=JPIM), PARAMETER :: NO7  = 16
15
16REAL(KIND=JPRB) :: FRACREFAO(NO7,9)
17
18REAL(KIND=JPRB) , DIMENSION(NO7) :: FRACREFBO
19REAL(KIND=JPRB) , DIMENSION(NO7) :: ABSCO2O
20REAL(KIND=JPRB) :: KAO(9,5,13,NO7)
21REAL(KIND=JPRB) :: KBO(5,13:59,NO7)
22REAL(KIND=JPRB) :: SELFREFO(10,NO7)
23
24!     -----------------------------------------------------------------
25!        * E.C.M.W.F. PHYSICS PACKAGE *
26
27!     J.-J. MORCRETTE       E.C.M.W.F.      98/07/14
28
29!  NAME     TYPE     PURPOSE
30!  ----   : ----   : ---------------------------------------------------
31! FRACREFA: REAL   
32! FRACREFB: REAL   
33! KA      : REAL     
34! KB      : REAL     
35! SELFREF : REAL 
36!     -----------------------------------------------------------------
37!$OMP THREADPRIVATE(absco2o,fracrefao,fracrefbo,kao,kbo,selfrefo)
38END MODULE YOERRTO7
Note: See TracBrowser for help on using the repository browser.