yoerrtab.F90 Source File


This file depends on

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

Files dependent on this one

sourcefile~~yoerrtab.f90~~AfferentGraph sourcefile~yoerrtab.f90 yoerrtab.F90 sourcefile~surrtab.f90 surrtab.F90 sourcefile~surrtab.f90->sourcefile~yoerrtab.f90 sourcefile~rrtm_gasabs1a_140gp.f90 rrtm_gasabs1a_140gp.F90 sourcefile~rrtm_gasabs1a_140gp.f90->sourcefile~yoerrtab.f90 sourcefile~surrtab.f90~2 surrtab.F90 sourcefile~surrtab.f90~2->sourcefile~yoerrtab.f90 sourcefile~rrtm_gas_optical_depth.f90~2 rrtm_gas_optical_depth.F90 sourcefile~rrtm_gas_optical_depth.f90~2->sourcefile~yoerrtab.f90 sourcefile~rrtm_rtrn1a_140gp.f90 rrtm_rtrn1a_140gp.F90 sourcefile~rrtm_rtrn1a_140gp.f90->sourcefile~yoerrtab.f90 sourcefile~surrtab.f90~4 surrtab.F90 sourcefile~surrtab.f90~4->sourcefile~yoerrtab.f90 sourcefile~surrtab.f90~3 surrtab.F90 sourcefile~surrtab.f90~3->sourcefile~yoerrtab.f90 sourcefile~rrtm_gasabs1a_140gp.f90~3 rrtm_gasabs1a_140gp.F90 sourcefile~rrtm_gasabs1a_140gp.f90~3->sourcefile~yoerrtab.f90 sourcefile~rrtm_rtrn1a_140gp.f90~2 rrtm_rtrn1a_140gp.F90 sourcefile~rrtm_rtrn1a_140gp.f90~2->sourcefile~yoerrtab.f90 sourcefile~rrtm_gasabs1a_140gp.f90~2 rrtm_gasabs1a_140gp.F90 sourcefile~rrtm_gasabs1a_140gp.f90~2->sourcefile~yoerrtab.f90

Contents

Source Code


Source Code

MODULE YOERRTAB

USE PARKIND1  ,ONLY : JPRB

IMPLICIT NONE

PUBLIC

SAVE

!    -------------------------------------------------------------------

!    -------------------------------------------------------------------

REAL(KIND=JPRB) , DIMENSION(0:5000) :: TRANS
REAL(KIND=JPRB) :: BPADE

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

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

!  NAME     TYPE     PURPOSE
!  ----  :  ----   : ---------------------------------------------------
! TRANS  :  REAL   : TABULATED REFERENCE FOR LW TRANSMISSION    
! BPADE  :  REAL   : INVERSE OF PADE APPROXIMATION CONSTANT  (= 1./0.278)     
!     -----------------------------------------------------------------
END MODULE YOERRTAB