|
Last change
on this file since 2550 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:
763 bytes
|
| Line | |
|---|
| 1 | MODULE YOECND |
|---|
| 2 | |
|---|
| 3 | USE PARKIND1 ,ONLY : JPIM ,JPRB |
|---|
| 4 | |
|---|
| 5 | IMPLICIT NONE |
|---|
| 6 | |
|---|
| 7 | SAVE |
|---|
| 8 | |
|---|
| 9 | ! ----------------------------------------------------------------- |
|---|
| 10 | REAL(KIND=JPRB),ALLOCATABLE:: CEVAPCU(:) |
|---|
| 11 | |
|---|
| 12 | REAL(KIND=JPRB) :: REPFLM |
|---|
| 13 | REAL(KIND=JPRB) :: REPFLS |
|---|
| 14 | REAL(KIND=JPRB) :: REPQMI |
|---|
| 15 | |
|---|
| 16 | ! ----------------------------------------------------------------- |
|---|
| 17 | !* CONTROL PARAMETERS FOR MOIST PROCESSES |
|---|
| 18 | |
|---|
| 19 | ! CEVAPCU(NFLEVG): |
|---|
| 20 | ! REPFLM : Minimum flux to avoid zero division in ice proportion |
|---|
| 21 | ! computations |
|---|
| 22 | ! REPFLS : Square-root of previous flux |
|---|
| 23 | ! REPQMI : Minimum specific humidity (security within QNEGAT) |
|---|
| 24 | ! ----------------------------------------------------------------- |
|---|
| 25 | |
|---|
| 26 | !$OMP THREADPRIVATE(repflm,repfls,repqmi) |
|---|
| 27 | |
|---|
| 28 | !$OMP THREADPRIVATE(cevapcu) |
|---|
| 29 | |
|---|
| 30 | END MODULE YOECND |
|---|
Note: See
TracBrowser
for help on using the repository browser.