yoerrto12.F90 Source File


This file depends on

sourcefile~~yoerrto12.f90~~EfferentGraph sourcefile~yoerrto12.f90 yoerrto12.F90 sourcefile~parkind1.f90 parkind1.F90 sourcefile~yoerrto12.f90->sourcefile~parkind1.f90

Files dependent on this one

sourcefile~~yoerrto12.f90~~AfferentGraph sourcefile~yoerrto12.f90 yoerrto12.F90 sourcefile~rrtm_cmbgb12.f90~3 rrtm_cmbgb12.F90 sourcefile~rrtm_cmbgb12.f90~3->sourcefile~yoerrto12.f90 sourcefile~rrtm_cmbgb12.f90 rrtm_cmbgb12.F90 sourcefile~rrtm_cmbgb12.f90->sourcefile~yoerrto12.f90 sourcefile~rrtm_cmbgb12.f90~2 rrtm_cmbgb12.F90 sourcefile~rrtm_cmbgb12.f90~2->sourcefile~yoerrto12.f90 sourcefile~rrtm_kgb12.f90~3 rrtm_kgb12.F90 sourcefile~rrtm_kgb12.f90~3->sourcefile~yoerrto12.f90 sourcefile~rrtm_kgb12.f90 rrtm_kgb12.F90 sourcefile~rrtm_kgb12.f90->sourcefile~yoerrto12.f90 sourcefile~rrtm_kgb12.f90~4 rrtm_kgb12.F90 sourcefile~rrtm_kgb12.f90~4->sourcefile~yoerrto12.f90 sourcefile~rrtm_kgb12.f90~2 rrtm_kgb12.F90 sourcefile~rrtm_kgb12.f90~2->sourcefile~yoerrto12.f90 sourcefile~rrtm_cmbgb12.f90~4 rrtm_cmbgb12.F90 sourcefile~rrtm_cmbgb12.f90~4->sourcefile~yoerrto12.f90

Contents

Source Code


Source Code

MODULE YOERRTO12

USE PARKIND1  ,ONLY : JPIM     ,JPRB, JPRD

IMPLICIT NONE

PUBLIC

SAVE

!     -----------------------------------------------------------------
!*    ** *YOERRTO12* - RRTM ORIGINAL COEFFICIENTS FOR INTERVAL 12
!     BAND 12:  1800-2080 cm-1 (low - H2O,CO2; high - nothing)
!     ABozzo 201306 updated to rrtmg v4.85
!     -----------------------------------------------------------------

INTEGER(KIND=JPIM), PARAMETER :: NO12 = 16

REAL(KIND=JPRB) :: FRACREFAO(NO12,9)
REAL(KIND=JPRB) :: KAO(9,5,13,NO12)
REAL(KIND=JPRD) :: KAO_D(9,5,13,NO12)
REAL(KIND=JPRB) :: SELFREFO(10,NO12)
REAL(KIND=JPRB) :: FORREFO(4,NO12)

!     -----------------------------------------------------------------
!        * E.C.M.W.F. PHYSICS PACKAGE ** RRTM LW RADIATION **

!     J.-J. MORCRETTE       E.C.M.W.F.      98/07/14

!  NAME     TYPE     PURPOSE
!  ----   : ----   : ---------------------------------------------------
! FRACREFA: REAL    
! KA      : REAL     
! SELFREF : REAL
!     -----------------------------------------------------------------
END MODULE YOERRTO12