MODULE YOERRTA15 USE PARKIND1 ,ONLY : JPIM ,JPRB IMPLICIT NONE PUBLIC SAVE ! ----------------------------------------------------------------- !* ** *YOERRTA15* - RRTM COEFFICIENTS FOR INTERVAL 15 ! BAND 15: 2380-2600 cm-1 (low - N2O,CO2; high - nothing) ! ABozzo 2001306 updated to rrtmg v4.85 ! band 15: 2380-2600 cm-1 (low - n2o,co2; low minor - n2) ! (high - nothing) ! ----------------------------------------------------------------- INTEGER(KIND=JPIM), PARAMETER :: NG15 = 2 REAL(KIND=JPRB) :: FRACREFA(NG15,9) REAL(KIND=JPRB) :: KA(9,5,13,NG15) ,ABSA(585,NG15) REAL(KIND=JPRB) :: KA_MN2(9,19,NG15) REAL(KIND=JPRB) :: SELFREF(10,NG15) REAL(KIND=JPRB) :: FORREF(4,NG15) EQUIVALENCE (KA(1,1,1,1),ABSA(1,1)) ! ----------------------------------------------------------------- ! * E.C.M.W.F. PHYSICS PACKAGE * ! J.-J. MORCRETTE E.C.M.W.F. 98/07/14 ! NAME TYPE PURPOSE ! ---- : ---- : --------------------------------------------------- ! ABSA : REAL absorption coefficient of major absorber for M reference tropospheric ! pressures and N reference tropospheric temperatures ! FRACREFA: REAL distance from r and T reference tabulated points (troposphere) ! KA : REAL absorption coefficient of major absorber (equiv. to ABSA) ! SELFREF : REAL self broadening coefficient for water vapour ! STRRAT : REAL weighting factors for the transition between tropospheric ! and stratospheric computations ! ----------------------------------------------------------------- END MODULE YOERRTA15