|
Last change
on this file since 3218 was
2010,
checked in by Laurent Fairhead, 12 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:
766 bytes
|
| Line | |
|---|
| 1 | MODULE YOERRTBG2 |
|---|
| 2 | |
|---|
| 3 | USE PARKIND1 ,ONLY : JPIM ,JPRB |
|---|
| 4 | |
|---|
| 5 | USE PARRRTM |
|---|
| 6 | |
|---|
| 7 | IMPLICIT NONE |
|---|
| 8 | |
|---|
| 9 | SAVE |
|---|
| 10 | |
|---|
| 11 | ! ------------------------------------------------------------------- |
|---|
| 12 | |
|---|
| 13 | ! ------------------------------------------------------------------- |
|---|
| 14 | |
|---|
| 15 | REAL(KIND=JPRB) :: CORR1(0:200) |
|---|
| 16 | REAL(KIND=JPRB) :: CORR2(0:200) |
|---|
| 17 | |
|---|
| 18 | ! ----------------------------------------------------------------- |
|---|
| 19 | ! * E.C.M.W.F. PHYSICS PACKAGE ** RRTM LW RADIATION ** |
|---|
| 20 | |
|---|
| 21 | ! J.-J. MORCRETTE E.C.M.W.F. 98/07/14 |
|---|
| 22 | |
|---|
| 23 | ! NAME TYPE PURPOSE |
|---|
| 24 | ! ---- : ---- : --------------------------------------------------- |
|---|
| 25 | ! CORR1 : REAL : |
|---|
| 26 | ! CORR2 : REAL : |
|---|
| 27 | ! ------------------------------------------------------------------- |
|---|
| 28 | !$OMP THREADPRIVATE(corr1,corr2) |
|---|
| 29 | |
|---|
| 30 | END MODULE YOERRTBG2 |
|---|
| 31 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.