yoerrtbg2.F90 Source File


This file depends on

sourcefile~~yoerrtbg2.f90~4~~EfferentGraph sourcefile~yoerrtbg2.f90~4 yoerrtbg2.F90 sourcefile~parkind1.f90 parkind1.F90 sourcefile~yoerrtbg2.f90~4->sourcefile~parkind1.f90 sourcefile~parrrtm.f90 parrrtm.F90 sourcefile~yoerrtbg2.f90~4->sourcefile~parrrtm.f90 sourcefile~parrrtm.f90->sourcefile~parkind1.f90

Contents

Source Code


Source Code

MODULE YOERRTBG2

USE PARKIND1  ,ONLY : JPIM     ,JPRB

USE PARRRTM

IMPLICIT NONE

SAVE

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

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

REAL(KIND=JPRB) :: CORR1(0:200)
REAL(KIND=JPRB) :: CORR2(0:200)

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

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

!  NAME     TYPE     PURPOSE
!  ----  :  ----   : ---------------------------------------------------
! CORR1  :  REAL   : 
! CORR2  :  REAL   :
!    -------------------------------------------------------------------
!$OMP THREADPRIVATE(corr1,corr2)

END MODULE YOERRTBG2