Last change
on this file since 5308 was
2010,
checked in by Laurent Fairhead, 11 years ago
|
Modifications pour OpenMP
OpenMP modifications
|
-
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
|
Rev | Line | |
---|
[1989] | 1 | MODULE YOERRTO14 |
---|
| 2 | |
---|
| 3 | USE PARKIND1 ,ONLY : JPIM ,JPRB |
---|
| 4 | |
---|
| 5 | IMPLICIT NONE |
---|
| 6 | |
---|
| 7 | SAVE |
---|
| 8 | |
---|
| 9 | ! ----------------------------------------------------------------- |
---|
| 10 | !* ** *YOERRTO14* - RRTM ORIGINAL COEFFICIENTS FOR INTERVAL 14 |
---|
| 11 | ! BAND 14: 2250-2380 cm-1 (low - CO2; high - CO2) |
---|
| 12 | ! ----------------------------------------------------------------- |
---|
| 13 | |
---|
| 14 | INTEGER(KIND=JPIM), PARAMETER :: NO14 = 16 |
---|
| 15 | |
---|
| 16 | REAL(KIND=JPRB) , DIMENSION(NO14) :: FRACREFAO |
---|
| 17 | REAL(KIND=JPRB) , DIMENSION(NO14) :: FRACREFBO |
---|
| 18 | |
---|
| 19 | REAL(KIND=JPRB) :: KAO(5,13,NO14) |
---|
| 20 | REAL(KIND=JPRB) :: KBO(5,13:59,NO14) |
---|
| 21 | REAL(KIND=JPRB) :: SELFREFO(10,NO14) |
---|
| 22 | |
---|
| 23 | ! ----------------------------------------------------------------- |
---|
| 24 | ! * E.C.M.W.F. PHYSICS PACKAGE * |
---|
| 25 | |
---|
| 26 | ! J.-J. MORCRETTE E.C.M.W.F. 98/01/15 |
---|
| 27 | |
---|
| 28 | ! NAME TYPE PURPOSE |
---|
| 29 | ! ---- : ---- : --------------------------------------------------- |
---|
| 30 | ! FRACREFA: REAL |
---|
| 31 | ! FRACREFB: REAL |
---|
| 32 | ! KA : REAL |
---|
| 33 | ! KB : REAL |
---|
| 34 | ! SELFREF : REAL |
---|
| 35 | ! ----------------------------------------------------------------- |
---|
[2010] | 36 | !$OMP THREADPRIVATE(fracrefao,fracrefbo,kao,kbo,selfrefo) |
---|
[1989] | 37 | END MODULE YOERRTO14 |
---|
Note: See
TracBrowser
for help on using the repository browser.