source: LMDZ6/branches/LMDZ-ECRAD/libf/phylmd/ecrad/yoerrtrwt.F90 @ 4109

Last change on this file since 4109 was 3880, checked in by idelkadi, 3 years ago

Online implementation of the radiative transfer code ECRAD in LMDZ.

  • Inclusion of the ecrad directory containing the sources of the ECRAD code
  • Adaptation of compilation scripts (CPP_ECRAD keys)
  • Call of ecrad in radlwsw_m.F90 under the logical key iflag_rrtm = 2
File size: 985 bytes
Line 
1MODULE YOERRTRWT
2
3USE PARKIND1, ONLY : JPRB
4!USE PARRRTM,  ONLY : JPGPT, JPG, JPBAND
5USE PARRRTM,  ONLY : JPG, JPBAND, JPGMAX
6
7IMPLICIT NONE
8
9PUBLIC
10
11SAVE
12
13!    -------------------------------------------------------------------
14
15!    -------------------------------------------------------------------
16
17REAL(KIND=JPRB) :: FREFA  (JPGMAX,13)
18REAL(KIND=JPRB) :: FREFB  (JPGMAX,6)
19REAL(KIND=JPRB) :: FREFADF(JPGMAX,13)
20REAL(KIND=JPRB) :: FREFBDF(JPGMAX,6)
21REAL(KIND=JPRB) :: RWGT   (JPG*JPBAND)
22
23!     -----------------------------------------------------------------
24!        * E.C.M.W.F. PHYSICS PACKAGE ** RRTM LW RADIATION **
25
26!     J.-J. MORCRETTE       E.C.M.W.F.      98/07/14
27
28!  NAME     TYPE     PURPOSE
29!  ----  :  ----   : ---------------------------------------------------
30! FREFA  :  REAL   :
31! FREFB  :  REAL   :
32! FREFADF:  REAL   :
33! FREFBDF:  REAL   :
34! RWT    :  REAL   :
35!    -------------------------------------------------------------------
36END MODULE YOERRTRWT
Note: See TracBrowser for help on using the repository browser.