source: LMDZ5/branches/IPSLCM5A2.1_ISO/libf/phyiso/rrtm/yoerrta15.F90 @ 3992

Last change on this file since 3992 was 3331, checked in by acozic, 6 years ago

Add modification for isotopes

  • Property svn:executable set to *
File size: 1017 bytes
Line 
1MODULE YOERRTA15
2
3USE PARKIND1  ,ONLY : JPIM     ,JPRB
4
5IMPLICIT NONE
6
7SAVE
8
9!     -----------------------------------------------------------------
10!*    ** *YOERRTA15* - RRTM COEFFICIENTS FOR INTERVAL 15
11!     BAND 15:  2380-2600 cm-1 (low - N2O,CO2; high - nothing)
12!     -----------------------------------------------------------------
13
14INTEGER(KIND=JPIM), PARAMETER :: NG15 = 2
15
16REAL(KIND=JPRB) :: FRACREFA(NG15,9)
17
18REAL(KIND=JPRB) :: KA(9,5,13,NG15) ,ABSA(585,NG15)
19REAL(KIND=JPRB) :: SELFREF(10,NG15)
20REAL(KIND=JPRB) :: STRRAT
21
22EQUIVALENCE (KA(1,1,1,1),ABSA(1,1))
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! KA      : REAL     
33! SELFREF : REAL
34! STRRAT  : REAL   
35!     -----------------------------------------------------------------
36END MODULE YOERRTA15
Note: See TracBrowser for help on using the repository browser.