Last change
on this file since 2031 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:
757 bytes
|
Rev | Line | |
---|
[1989] | 1 | MODULE YOERRTAB |
---|
| 2 | |
---|
| 3 | USE PARKIND1 ,ONLY : JPIM ,JPRB |
---|
| 4 | |
---|
| 5 | IMPLICIT NONE |
---|
| 6 | |
---|
| 7 | SAVE |
---|
| 8 | |
---|
| 9 | ! ------------------------------------------------------------------- |
---|
| 10 | |
---|
| 11 | ! ------------------------------------------------------------------- |
---|
| 12 | |
---|
| 13 | REAL(KIND=JPRB) , DIMENSION(0:5000) :: TRANS |
---|
| 14 | REAL(KIND=JPRB) :: BPADE |
---|
| 15 | |
---|
| 16 | ! ----------------------------------------------------------------- |
---|
| 17 | ! * E.C.M.W.F. PHYSICS PACKAGE ** RRTM LW RADIATION ** |
---|
| 18 | |
---|
| 19 | ! J.-J. MORCRETTE E.C.M.W.F. 98/07/14 |
---|
| 20 | |
---|
| 21 | ! NAME TYPE PURPOSE |
---|
| 22 | ! ---- : ---- : --------------------------------------------------- |
---|
| 23 | ! TRANS : REAL |
---|
| 24 | ! BPADE : REAL |
---|
| 25 | ! ----------------------------------------------------------------- |
---|
[2010] | 26 | |
---|
| 27 | !$OMP THREADPRIVATE(bpade,trans) |
---|
| 28 | |
---|
[1989] | 29 | END MODULE YOERRTAB |
---|
| 30 | |
---|
Note: See
TracBrowser
for help on using the repository browser.