|
Last change
on this file since 5872 was
2089,
checked in by Laurent Fairhead, 11 years ago
|
|
Inclusion de la physique de MAR
Integration of MAR physics
|
|
File size:
943 bytes
|
| Line | |
|---|
| 1 | MODULE YOERRTO10 |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | #include "tsmbkind.h" |
|---|
| 5 | |
|---|
| 6 | IMPLICIT NONE |
|---|
| 7 | |
|---|
| 8 | SAVE |
|---|
| 9 | |
|---|
| 10 | ! ----------------------------------------------------------------- |
|---|
| 11 | !* ** *YOERRTO14* - RRTM ORIGINAL COEFFICIENTS FOR INTERVAL 10 |
|---|
| 12 | ! BAND 10: 1390-1480 cm-1 (low - H2O; high - H2O) |
|---|
| 13 | ! ----------------------------------------------------------------- |
|---|
| 14 | |
|---|
| 15 | INTEGER_M, PARAMETER :: NO10 = 16 |
|---|
| 16 | |
|---|
| 17 | REAL_B , DIMENSION(NO10) :: FRACREFAO |
|---|
| 18 | REAL_B , DIMENSION(NO10) :: FRACREFBO |
|---|
| 19 | |
|---|
| 20 | REAL_B :: KAO(5,13,NO10) |
|---|
| 21 | REAL_B :: KBO(5,13:59,NO10) |
|---|
| 22 | |
|---|
| 23 | ! ----------------------------------------------------------------- |
|---|
| 24 | ! * E.C.M.W.F. PHYSICS PACKAGE * |
|---|
| 25 | |
|---|
| 26 | ! J.-J. MORCRETTE E.C.M.W.F. 98/07/14 |
|---|
| 27 | |
|---|
| 28 | ! NAME TYPE PURPOSE |
|---|
| 29 | ! ---- : ---- : --------------------------------------------------- |
|---|
| 30 | ! FRACREFA: REAL |
|---|
| 31 | ! FRACREFB: REAL |
|---|
| 32 | ! KA : REAL |
|---|
| 33 | ! KB : REAL |
|---|
| 34 | ! ----------------------------------------------------------------- |
|---|
| 35 | END MODULE YOERRTO10 |
|---|
Note: See
TracBrowser
for help on using the repository browser.