|
Last change
on this file since 2220 was
2056,
checked in by Laurent Fairhead, 11 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 | |
|---|
| 1 | MODULE YOERRTO1 |
|---|
| 2 | |
|---|
| 3 | USE PARKIND1 ,ONLY : JPIM ,JPRB |
|---|
| 4 | |
|---|
| 5 | IMPLICIT NONE |
|---|
| 6 | |
|---|
| 7 | SAVE |
|---|
| 8 | |
|---|
| 9 | ! ----------------------------------------------------------------- |
|---|
| 10 | !* ** *YOERRTO1* - RRTM ORIGINAL COEFFICIENTS FOR INTERVAL 1 |
|---|
| 11 | ! BAND 1: 10-250 cm-1 (low - H2O; high - H2O) |
|---|
| 12 | ! ----------------------------------------------------------------- |
|---|
| 13 | |
|---|
| 14 | INTEGER(KIND=JPIM), PARAMETER :: NO1 = 16 |
|---|
| 15 | |
|---|
| 16 | REAL(KIND=JPRB) :: FRACREFAO(NO1) , FRACREFBO(NO1) |
|---|
| 17 | REAL(KIND=JPRB) :: KAO(5,13,NO1) |
|---|
| 18 | REAL(KIND=JPRB) :: KBO(5,13:59,NO1) |
|---|
| 19 | REAL(KIND=JPRB) :: SELFREFO(10,NO1), FORREFO(NO1) |
|---|
| 20 | |
|---|
| 21 | ! ----------------------------------------------------------------- |
|---|
| 22 | ! * E.C.M.W.F. PHYSICS PACKAGE ** RRTM LW RADIATION ** |
|---|
| 23 | |
|---|
| 24 | ! J.-J. MORCRETTE E.C.M.W.F. 98/07/14 |
|---|
| 25 | |
|---|
| 26 | ! NAME TYPE PURPOSE |
|---|
| 27 | ! ---- : ---- : --------------------------------------------------- |
|---|
| 28 | !FRACREFAO: REAL |
|---|
| 29 | !FRACREFBO: REAL |
|---|
| 30 | ! FORREFO : REAL |
|---|
| 31 | ! KAO : REAL |
|---|
| 32 | ! KBO : REAL |
|---|
| 33 | ! SELFREFO: REAL |
|---|
| 34 | ! ----------------------------------------------------------------- |
|---|
| 35 | !$OMP THREADPRIVATE(forrefo,fracrefao,fracrefbo,kao,kbo,selfrefo) |
|---|
| 36 | END MODULE YOERRTO1 |
|---|
Note: See
TracBrowser
for help on using the repository browser.