|
Last change
on this file since 2001 was
1990,
checked in by Laurent Fairhead, 12 years ago
|
|
Corrections à la version r1989 pour permettre la compilation avec RRTM
Inclusion de la licence CeCILL_V2 pour RRTM
Changes to revision r1989 to enable RRTM code compilation
RRTM part put under CeCILL_V2 licence
|
-
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 YOERRTO7 |
|---|
| 2 | |
|---|
| 3 | USE PARKIND1 ,ONLY : JPIM ,JPRB |
|---|
| 4 | |
|---|
| 5 | IMPLICIT NONE |
|---|
| 6 | |
|---|
| 7 | SAVE |
|---|
| 8 | |
|---|
| 9 | ! ----------------------------------------------------------------- |
|---|
| 10 | !* ** *YOERRTO7* - RRTM ORIGINAL COEFFICIENTS FOR INTERVAL 7 |
|---|
| 11 | ! BAND 7: 980-1080 cm-1 (low - H2O,O3; high - O3) |
|---|
| 12 | ! ----------------------------------------------------------------- |
|---|
| 13 | |
|---|
| 14 | INTEGER(KIND=JPIM), PARAMETER :: NO7 = 16 |
|---|
| 15 | |
|---|
| 16 | REAL(KIND=JPRB) :: FRACREFAO(NO7,9) |
|---|
| 17 | |
|---|
| 18 | REAL(KIND=JPRB) , DIMENSION(NO7) :: FRACREFBO |
|---|
| 19 | REAL(KIND=JPRB) , DIMENSION(NO7) :: ABSCO2O |
|---|
| 20 | REAL(KIND=JPRB) :: KAO(9,5,13,NO7) |
|---|
| 21 | REAL(KIND=JPRB) :: KBO(5,13:59,NO7) |
|---|
| 22 | REAL(KIND=JPRB) :: SELFREFO(10,NO7) |
|---|
| 23 | |
|---|
| 24 | ! ----------------------------------------------------------------- |
|---|
| 25 | ! * E.C.M.W.F. PHYSICS PACKAGE * |
|---|
| 26 | |
|---|
| 27 | ! J.-J. MORCRETTE E.C.M.W.F. 98/07/14 |
|---|
| 28 | |
|---|
| 29 | ! NAME TYPE PURPOSE |
|---|
| 30 | ! ---- : ---- : --------------------------------------------------- |
|---|
| 31 | ! FRACREFA: REAL |
|---|
| 32 | ! FRACREFB: REAL |
|---|
| 33 | ! KA : REAL |
|---|
| 34 | ! KB : REAL |
|---|
| 35 | ! SELFREF : REAL |
|---|
| 36 | ! ----------------------------------------------------------------- |
|---|
| 37 | END MODULE YOERRTO7 |
|---|
Note: See
TracBrowser
for help on using the repository browser.